@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:none;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body {
  line-height: 1.5;
  font-weight: normal;
  font-family: sans-serif;
  color: #222;
  /*background:#8aaf66 url(../images-design/bg_lightgreen.jpg) repeat;*/ /* Footer color */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing:grayscale;
  }

.wrapper {
	width:100%;
	float:left;
	background:#ffffff; /* page color */
	min-height:400px;
	padding: 226px 0 30px;
}
.home .wrapper { padding: 0 0 30px; }

header {
	/*background-color:#00519b;*/
}

header .logo {margin:10px 0 4px 0;}

@media only screen and (max-width: 767px) {
	header .logo { display:block; margin:10px auto;}
}


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  margin: 0 auto;
  padding: 0 60px;
  box-sizing: border-box;
  clear:both; }
@media (min-width: 768px) {
	.container {
		  width: 90%;
		  max-width: 1200px; /* page width in modern browsers*/
	}
}
.column,
.columns {
  float: left;
  box-sizing: border-box; }
.row { margin-bottom: 20px; clear:both;}

/* Based on Skeleton V2.0.4, Copyright 2014, Dave Gamache, www.getskeleton.com */

  .column,.columns 				{margin-left: 4%;}
  .column:first-child,
  .columns:first-child 			{margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }




@media (max-width: 767px) {

 .column, .columns		{width: 100% !important; clear:both; margin:0; }
 .container				{width: 85%; padding: 0;}
 header .container		{width: 100%;}

 /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns,
  .offset-by-two.column,
  .offset-by-two.columns,
  .offset-by-three.column,
  .offset-by-three.columns,
  .offset-by-four.column,
  .offset-by-four.columns,
  .offset-by-five.column,
  .offset-by-five.columns,
  .offset-by-six.column,
  .offset-by-six.columns,
  .offset-by-seven.column,
  .offset-by-seven.columns,
  .offset-by-eight.column,
  .offset-by-eight.columns,
  .offset-by-nine.column,
  .offset-by-nine.columns,
  .offset-by-ten.column,
  .offset-by-ten.columns,
  .offset-by-eleven.column,
  .offset-by-eleven.columns,
  .offset-by-one-third.column,
  .offset-by-one-third.columns,
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns,
  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 0; }


}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Font Awesome */
.iconFont, .iconFontLarger		{ font-family: FontAwesome; font-style: normal; font-weight: normal; font-variant: normal; }
.iconFontLarger					{ font-size:2.8em; vertical-align:-.2em; }

h1, h2, h3, h4, h5, h6 { margin-top: .5em; margin-bottom:.2em; font-family: 'Fredoka One', sans-serif; font-weight:400; color:#124d9e;}

h1 { font-size: 250%; color:#159f81;  line-height: 1.2;  }
h2 { font-size: 200%;   line-height: 1.25;  }
h3 { font-size: 180%; line-height: 1.3;   }
h4 { font-size: 150%;  line-height: 1.35;  }
h5 { font-size: 120%; line-height: 1.5;   }
h6 { font-size: 100%;    line-height: 1.6;    }


p {margin: 0 0 .6em 0;}

.smallText {
	font-size: 11px;
	color: #999;
	margin:2px 0 2px 0;
	line-height:normal;
}

.smaller {font-size:85% !important;}
.larger {font-size:125%;}
h1 .smaller { font-size: 55% !important; }

.alignCenter	{text-align:center;}
.alignLeft		{text-align:left;}
.alignRight		{text-align:right;}
.alignLeftMobileCenter		{text-align:left;}
.alignRightMobileCenter		{text-align:right;}
.alignTop		{vertical-align: top;}



sup {font-size:50%;vertical-align: super;}
sub {font-size:50%;vertical-align: sub;}

.nowrap {white-space:nowrap;}

blockquote {
	display: table;
	padding: .1em 4%;
	margin: 20px auto;
	border-top: 2px solid #124d9e;
	border-bottom: 2px solid #124d9e;
	font-style: italic;
	font-family: 'Fredoka One';
	color: #124d9e;
	max-width: 70%;
}

blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5 {margin:0 0 0.2em 0; color:#666666; font-style:normal;}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {list-style: square outside;}
ol {list-style: decimal outside; }
ol, ul {padding-left: 0; margin-top: 0; }
ul ul, ul ol, ol ol, ol ul {margin: .5em 0;  }
li {margin: 0 0 .5em 20px; }

/* Multiple Column UL */
.multi-col3 {clear:both;-webkit-columns: 3 200px;columns: 3 200px; width:100% !important;}
.multi-col2 {clear:both;-webkit-columns: 2 280px;columns: 2 280px; width:100% !important;}


/* Images
------------------------------------------------------- */
img.scale-with-grid, .editor img {max-width: 100%; height: auto; }

.photoRight 		{float:right; margin:4px 0 4px 6px;}
.photoLeft  		{float:left; margin:4px 6px 4px 0;}
.photoRightBorder 	{float:right; margin:6px 0 6px 8px; padding:2px; border:#b0b0b0 1px solid;}
.photoLeftBorder  	{float:left; margin:6px 8px 6px 0; padding:2px;  border:#b0b0b0 1px solid;}


/* Links
--------------------------------------------------------- */
a {transition:all .2s;}
a:link, a:visited 			{color: #4d85c5; text-decoration: none;}
a:hover, a:focus, a:active	{color: #02b4e3; text-decoration: none; }
a img {border: 0; }
a.imageFadeLink {transition:all .3s;}
a.imageFadeLink:link, a.imageFadeLink:visited { opacity:1.0;}
a.imageFadeLink:hover, a.imageFadeLink:focus, a.imageFadeLink:active {opacity:.6;}

#contacts a:link, #contacts a:visited { color: #134e9e; }
#contacts a:hover, #contacts a:active { color: #179d5c; }



/* Main Menu
---------------------------------------------------------- */
ul.mainMenu {
	position: relative;
	float: left;
	/*width: calc(100% + 120px);
	min-width: 960px;   ----------------------------------------------------------------------------------- REMOVE */
	font: 1.2em/normal sans-serif;
	box-sizing: border-box;
	padding: 0px;
	/*margin: 0 0 0 -60px;*/
	list-style: none;
	z-index: 100;
	background: #124d9e;
}

.mainMenu li {
	position: relative;
    float:left;
    margin:0;
    padding:0;
    }

.mainMenu a {
    display:block;
	padding:16px 15px 8px 15px;
	transition:all .5s;
    }

.mainMenu a:link, .mainMenu a:visited {color:#ffffff; background-color: transparent; text-decoration: none; border-bottom:2px solid #124d9e;}
.mainMenu a:hover, .mainMenu a:active {color:#ffffff; text-decoration: none; border-bottom:2px solid #fde724;}

.heads {
	position: relative;
	/*background: #124d9e;
	border-radius: 15px;*/
	padding: 10px;
	width: 500px;
	margin-top: 9px;/*35px*/
  display: inline-block;
}
.heads #contacts {
	box-sizing: border-box;
	/*padding: 35px 10px 10px;*/
	padding: 10px;
	border: 2px solid #fde724;
	border-radius: 8px;
}
.heads img {
	position: absolute;
	top: -35px;
	left: 65px;
	width: 150px;
}
.heads p { margin: 0; font-weight: 700; }

.heads #contacts ul { list-style: none; margin: 0; padding: 0; -webkit-columns: 2; columns: 2; }
.heads #contacts li { padding-left: 0; margin: 0; }

/* Standard Form
---------------------------------------------------------- */

fieldset {margin:10px 0; padding:0;}

form.standard {
	margin-bottom: 20px; }
.standard fieldset {
	margin-bottom: 20px; }
.standard input[type="text"],
.standard input[type="password"],
.standard input[type="email"],
.standard textarea,
.standard select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	border-radius: 2px;
	font: 13px Arial, Helvetica, sans-serif;
	color: #777;
	margin: 0;
	width: 300px;
	max-width: 90%;
	margin-bottom: 10px;
	background: #fff; }
.standard select {
	padding: 4px; margin-top:1px;}
.standard input[type="text"]:focus,
.standard input[type="password"]:focus,
.standard input[type="email"]:focus,
.standard textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	box-shadow:  0 0 3px rgba(0,0,0,.2); }
.standard textarea {
	min-height: 80px; }
.standard label,
.standard legend {
	display: block;
	font: bold 13px Arial, Helvetica, sans-serif;
}
.standard select {
	width: 220px; }
.standard input[type="checkbox"] {
	display: inline; }
.standard label span,
.standard legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444; }


.multirow {
	width:100%;
	float:left;
	clear:both;
}

.multirow input.short, .multirow select.short {
	width:60px;
	float:left;
	margin-right:10px;
}

.multirow input.medium, .multirow select.medium {
	width:200px;
	float:left;
	margin-right:10px;
}

input.short, select.short {
	width:60px;
}

input.medium, select.medium {
	width:200px;
}

form.standard p.supplementalInfo {
	margin:-13px 0 15px 0;
	font-size:80%;
}

form.standard  label.error {
	margin:-6px 0 15px 0;
	color:#d10109;
}

.multirow label.error {
	display:inline-block;
	clear:both;
}

form.standard  input.error, form.standard  select.error {
	background-color:#fefee8;
}

label.error { float: none;
	color: red;
	vertical-align: top;
	margin:4px 0 0 0;
	padding:0;
	width: 250px;
	text-align:left;
}


/* #Buttons
---------------------------------------------------------- */
.button, a.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		display:inline-block;
		font-family: sans-serif;
		font-size:1em;
		padding: 10px 20px;
		line-height:1.3em;
		width: auto;
		margin: 4px 0;
		text-transform: uppercase;
 		text-decoration: none;		border: none;
		border-radius: 6px;
		transition:all .2s;
		box-sizing: border-box;
		color: #ffffff;
		background: #02b4e3;
		}


.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		background:#7eb801;
		border:none;
		}

.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		background:#f3c108;
		border:none;
		}

a:link.button, a:visited.button {color: #ffffff; background-color:#124d9e; text-decoration: none; transition:all .2s;}

a:hover.button, a:focus.button, a:active.button { color: #124d9e; background-color:#fde279; text-decoration: none; }

.button.large, a.button.large,
	button.large,
	input[type="submit"].large,
	input[type="reset"].large,
	input[type="button"].large {
		font-size:1.3em;
		line-height:1.4em;
		padding: 10px 25px;
		max-width:100%;
		overflow:hidden;
		white-space:nowrap;
		 }



.feedback .button {
	position:relative;
	text-align:center;
	font-weight:bold;
	font-family: 'Fredoka One';
	text-transform: none;
	font-size: 120%;
	margin-top:-2px;
	padding: 8px 10px 6px;
	line-height:1.1;
	display:block;
	border-radius: 5px;
	float: right;
}

.mapblock .button {
	font-weight:bold;
	font-family: 'Fredoka One';
	text-transform: none;
	font-size: 120%;
	padding: 8px 10px 6px;
}

.mapblock a:link.button, .mapblock a:visited.button, .feedback a:link.button, .feedback a:visited.button {color: #4d85c5; background-color:#fde279; text-decoration: none; transition:all .2s; }

.mapblock a:hover.button, .mapblock a:focus.button, .mapblock a:active.button , .feedback a:hover.button, .feedback a:focus.button, .feedback a:active.button { color: #ffffff; background-color:#00519b; text-decoration: none; }




/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2em .5em;
  margin: 0 .2em;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Margin
------------------------------------------------------- */
.noMargin       {margin:0;}
.noMarginTop    {margin-top:0;}
.noMarginBottom {margin-bottom:0;}

.marginTop5     {margin-top:5px;}
.marginTop10    {margin-top:10px;}
.marginTop20    {margin-top:20px;}
.marginTop40    {margin-top:40px;}

.marginBottom5  {margin-bottom:5px;}
.marginBottom10 {margin-bottom:10px;}
.marginBottom20 {margin-bottom:20px;}
.marginBottom40 {margin-bottom:40px;}

.marginVert5     {margin-top:5px; margin-bottom:5px;}
.marginVert10    {margin-top:10px; margin-bottom:10px;}
.marginVert20    {margin-top:20px; margin-bottom:20px;}
.marginVert40    {margin-top:40px; margin-bottom:40px;}


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width		{width: 100%; box-sizing: border-box; }
.u-max-full-width	{max-width: 100%;box-sizing: border-box; }
.u-block			{width: 100%; box-sizing: border-box; float:left; clear:both;}
.floatLeft			{float:left;}
.floatRight			{float:right}
.noDisplay			{display:none;}
.clearDiv			{clear: both;width:100%; height:1px;}



/* Footer
---------------------------------------------------------- */
footer {
	color:#CAC9C9;
	font-size:90%;
	clear:both;
	}

footer a:link, footer a:visited {color:#CAC9C9; text-decoration: none;}
footer a:hover, footer a:active {color:#ffffff;	 text-decoration: none;}

footer .copyright {color:#CAC9C9; text-align:center; font-size:85%; margin:10px 0;}

footer .container { min-height: 190px; margin-bottom: 50px; }
#footLogo { position: absolute; top: -60px; right: 20px; }

footer #social a { font-size: 3em !important; margin: 0 5px; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border-width: 0;
  border-top: 4px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Facebook Feed
------------------------------------------------------- */

.facebook {
	width:100%;
	margin:0;
	float:left;
}

.facebook ul {
	width:100%;
	margin:6px 0 0 0;
	padding:0;
	float:left;
	line-height:1.4em;
}

.facebook li {
	margin:0 0 10px 0;
	padding:0 0 6px 0;
	display:block;
	list-style:none;
	border-bottom:#CCC 1px solid;
}

.facebook li:last-of-type { border-bottom: none; }

.facebook li img {
	float:left;
	margin:2px 8px 4px 0;
	max-width:100px;
	height:auto;
}

.facebooklinks {
	font-size:80%;
	margin:3px 0;
	clear:both;
}

/* DM Lightbox
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Grid Layout */
picture {
	position: relative;
	float: left;
	display: inline-block;
	max-width: 255px;
	height: 171px;
	overflow: hidden;
	margin: 0;
	cursor: pointer;
}
.dmgallery { position: relative; margin-bottom: 50px; }
.dmgallery picture:before {
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transition: opacity .3s;
}
.dmgallery:hover picture:before { opacity: .2; }
.dmgallery:hover picture:hover:before { opacity: 0; }
picture img { height: 100%; }
.portrait { height: 383px; }
.landscape { margin-top: 100px; }

.dmslideshow { position: relative; min-height: 610px; text-align: center; }
.dmslideshow picture { width: 100%; max-width: none; height: auto; position: absolute; display: none; top: 0; left: 0; z-index: 1; }
.dmslideshow picture.cur { position: relative; display: block; z-index: 0; }

.dmslideshow.lg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,.9);
	z-index: 9999;
	display: grid;
}

.dmslideshow.lg picture {
	max-width: unset;
	max-height: unset;
	width: 100vw;
	height: 100vh;
	display: grid;
}
picture source {height: 0;}
.dmslideshow.lg picture img {
	max-width: 100%;
	height: auto;
	width: 80vw;
	margin: 0 auto;
}
.dmslideshow.lg .portrait img { height: 80vh; width: auto; }

#nxt, #prv {
	width: 10vw;
	height: 50vh;
	margin-top: 25vh;
	position: absolute;
	top: 0;
	font-family: FontAwesome;
	text-align: center;
	color: #999;
	font-size: 50px;
	z-index: 99999;
	cursor: pointer;
	box-sizing: border-box;
	padding-top: calc(25vh - 50px);
	transition: all .3s;
}
#nxt { right: 0; }
#prv { left: 0; }
#nxt:hover, #prv:hover { color: #fff; }

#topControls, #botControls { font-size: 1.5em; }
#topControls div[id^="gal"], #botControls div[id^="gal"] { display: inline-block; width: 30px; color: #90B9D8; cursor: pointer; }
#topControls div[id^="gal"]:hover, #botControls div[id^="gal"]:hover { color: #4084C2; }
#topControls, #botControls {
	position: absolute;
	right: 10px;
	top: -30px;
	display: none;
}
#botControls { top: inherit; }

/* Custom Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#headwrap {
	position: fixed;
	width: 100vw;
	top: 0;
	z-index: 999;
}
.home #headwrap { position: relative; width: auto; }
#headwrap .container { background: none; }

/*
Blue: #00519b
Green: #159f81
lite blue: #02b4e3
yellow: #fde279

*/

.rounded {font-family: 'Fredoka One', sans-serif; font-weight:400;}

.TopBrdrYellow { border-top:#fde724 4px solid; }

/* .container {width: 1200px; } .wrapper {min-width:1200px;}   DISABLE RESPONSIVE*/

.logoBlock {
	width:100%;
	float:left;
	color:#fff;
	padding:7px 0;


	}

.logoBlock .container {
	position: relative;
}


#logowrap {
	position: absolute;
	top: -5px;
	left: 0px;
	z-index: 999;
}

#logowrap img {
	width:175px;
	height: auto;
	margin-left: 10px;
}

#slogan { display: block; }

#slogan { margin: 4px 0 0 0; font-family: sans-serif; font-size: .3em; text-shadow: 0px 0px 3px rgba(0,0,0,0.3); }

.fullBlockTitle {
	width:100%;
	/*float:left;*/
	box-sizing:border-box;
	/*margin:0 0 40px 0;*/
	padding:20px 60px;
	color:#fff;
	font-family: 'Fredoka One', sans-serif; font-weight:400;
	font-size:250%;
}


.fullBlock {
	width:100%;
	/*float:left;*/
	box-sizing:border-box;
	/*margin:20px 0;*/
	padding:30px 20px;
	background-color:#97cb59;
	color:#fff;
	text-align:center;

}

.fullBlock h3 {
	font-family: 'Fredoka One', sans-serif; font-weight:400;
	font-size:200%;
	color:#fff;
}

.fullBlock a:hover {color: #ffffff;}

.bgWhite { background-color: #fff; }
.bgLtBlue { background-color: #00ccfc; }
.bgBlue { background-color:#134e9e; }
.bgDrkGreen { background: #97cb59; }
.bgLtGreen { background-color: #fffdeb; }
.bgSalmon { background-color: #f15c58; }
.bgGreen { background-color: #179d5c; }
.bgTexture { background-image: url(../images-design/texture.png); }

.colorYellow { color: #fde724; }
.colorBlue { color: #134e9e; }

#butPatientPortal {
	/*position: absolute;
	margin: -110px -55px;*/
	width: 80%;
}

.breakBar h2 { margin-top: 25px; }

.logotype {
	font-size:390%;
	font-family: 'Fredoka One', sans-serif; font-weight:400; color:#fff;
	margin: 0 0 0 130px;
	padding: 20px 0;
	float:left;
	line-height: .9;
}

.mapblock {
	background-color:#4d85c5;
	color:#fff;
	box-sizing:border-box;
	padding:15px;
	margin:0 0 10px 0;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.mapblock p {margin:0;}

.mapblock a:link, .mapblock a:visited {color: #ffcb05;}

.mapblock a:link.button {padding:5px 15px; font-size:90%;}

.details {display:none;}


ul.highlighted {
	padding:20px 0px 10px;
	box-sizing:border-box;
	/*margin-top:15px;
	border:4px solid #fff;*/
	list-style:none;
	font-weight:bold;
	color:#807f7f;
	border-radius: 7px;
}

ul.highlighted li {
	border-bottom:#ece9e3 1px solid;}

.underline { border-bottom: 2px solid #fff; }

.highlighted h4 {
	font-size: 1.1em;
	line-height: 1em;
	margin: 0;
}

.highlighted p { font-weight: 400; }

.triptych a:link, .triptych a:visited {
	width: 31%;/* reset to 30% */
	margin: 18px 0 10px 0;
	padding: 10px;
	border-radius: 5px;
	font-family: 'Fredoka One', sans-serif;
	color: #fff;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
}
.triptych a:hover, .triptych a:active { color: #00ccfc; background-color: #fde724; }

.triptych a:first-of-type { margin-left: 0; }
.triptych a:nth-of-type(2) { width: 36%; }

.headlinein {
	-webkit-animation: headlinein 1s forwards;
	animation: headlinein 1s forwards;
}

#announce {
	background: #fde724;
	padding: 20px;
	text-align: center;
	font-size: 120%;
	display: none;
}

a.servicetag:link, a.servicetag:visited { color: #fff !important; transition: all .2s; }
a.servicetag:hover, a.servicetag:active { background-color: #134e9e !important; }

.nopad { padding:0; }
.paddingTop20 { padding-top: 20px; }
.paddingTop25 { padding-top: 25px; }
.paddingTop40 { padding-top: 40px; }

@-webkit-keyframes headlinein { from {margin-left:-50px; opacity:0;} to { margin-left:0; opacity:1;} }
@keyframes         headlinein { from {margin-left:-50px; opacity:0;} to { margin-left:0; opacity:1;} }

/* Heros
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero {
	width: 100%;
	height: 400px;
	float: left;
	position: relative;
	margin-bottom: 0;
	background-color:#00519b;
	/*background-image: url(../images-design/stock-photo-87030741.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;*/
}

/* Slide Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.slide { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.bg, .heroimg {
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	box-sizing: border-box;
	width: 100%;
	height: 300px;
}
.heroimg .container { background-size: cover; background-position: center center; background-repeat: no-repeat; height: 300px; }
.bg {
	top: 0;
	max-width: 1400px;
	margin-left: 0 !important;
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
	opacity: .3;
}
.banner {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 15px 0;
}

#slidePrev, #slideNext {
	position: absolute;
	top: 135px;
	left: 20px;
	color: #134e9e;
	font-size: 56px;
	cursor: pointer;
	z-index: 99;
}
#slideNext { left: auto; right: 20px; }
.slide .bgBlue {  margin-top: 300px; }
/*.hero .heroText { padding: 20px 30px; border-right: 3px solid #fff; }
.hero .columns { height: 100px; }
.hero h3 { line-height: 1; margin: 5px 0 8px; color: #fff; }*/
/*.hero p:first-of-type { font-size: .9em; margin-top: 20px; }*/
.hero p, .hero a { font-size: 1em; line-height: 1.1; color: #fff; }
.hero a { padding: 9px 12px 8px 0; font-weight: 700; border-radius: 5px; }
.hero a:link, .hero a:visited { color: #00ccfc; }
.hero a:active, .hero a:hover { color: #fff; background-color: #134e9e; }

.status {
	position: relative;
	height: 5px;
	width: 100%;
	background: #00578a;
}
.status div {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	height: 5px;
	background: #fcb018;
}

.heroText { position: absolute; bottom: 100px; border-right: none; font-size: 1.5em; margin-left: calc(50vw - 540px); padding: 0; }
.heroText h3 { line-height: 1; color: #134e9e; box-sizing: border-box; padding: 10px 10px 10px 10px; background-color: rgba(255,255,255,0.8); border-top-left-radius: 10px; border-top-right-radius: 10px; margin: 0; }
.hero .twelve { box-sizing: border-box; padding: 1em 10px; }
.hero p { font-size: 1.3em; }

.servicetag {
	display: inline-block;
	background-color: #00ccfc;
	border-radius: 8px;
	height: 24px;
	padding: 6px 14px 4px;
	color: #fff;
	margin-right: 10px;
}

	/* #Media Queries
================================================== */

	.mobileOnly, #mobileMenuTrigger {display:none;}

#desktoptest {display:block;}


	@media only screen and (min-width: 912px) {

	}

	@media only screen and (max-width: 1290px) {
		#slogan { display: none; }

	}
	@media only screen and (max-width: 1175px) {
		.mainMenu a { padding: 12px 10px 8px; }

	}
	@media only screen and (max-width: 1020px) {
		ul.mainMenu { font-size: 1.1em; }

	}
	@media only screen and (max-width: 964px) {
		ul.mainMenu { font-size: 1em; }
		#footLogo { display: none; }
		#butPatientPortal { display: none; }
		.logotype { padding: 20px 0 30px; font-size: 8vw; margin-left: 35vw; }
		#logowrap img { width: auto; height: 24vh; max-height: 205px; min-height: 135px; margin-left: -10px; }
		.triptych a:link { width: 100%; margin-left: 0; }
	}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		.wrapper {width:100%;padding-top:176px;}

	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {


		/*.eight, .four {width:100% !important;}
		.focusBox.columns {margin-left:0;}
		.contentPush{padding-top:0;}*/

		.mainMenu {font-size:100%;}
		.wrapper.long { background-position: center 300px; }

	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 911px) {
		#desktoptest {display:none;}

		.hideMobile {display:none;}

		.mobileOnly {display:block;}

		.mobileCenter {text-align:center;}

		.wrapper {width:100%;margin-top:0;background-position: center 13% !important;}
		.button {width:100% !important;display:inline-block;text-align:center;}
		.small, .large { width: 100%; }
		footer .three { text-align: center; }
		.footnav { clear: none; width: 47% !important; }


		.columns2 {
				-webkit-column-count: 1; /* Chrome, Safari, Opera */ /* Firefox */
				column-count: 1;
			}


		.alignLeftMobileCenter		{text-align:center;}
		.alignRightMobileCenter		{text-align:center;}


		#mobileMenuTrigger {
			display:block;
			position:fixed;
			top:0;
			right:0;
			padding:5px 10px;
			background-color:#124d9e;
			z-index:1000;
			border-bottom-left-radius: 3px;
			font-size: 1.2em;
		}
		#mobileMenuTrigger a {color:#fff;}

		ul.mainMenu {
			display:none;
			position: fixed;
			background:#124d9e;
			width:90%;
			max-width:20em;
			right:0;
			top:0;
			font: 1.2em/normal sans-serif;
			margin:0 0 0 0;
			list-style:none;
			z-index:999;
			box-sizing:border-box;
			padding:40px 10px 20px 10px;
			border-bottom-left-radius: 6px;
			}

		.mainMenu li {
			float:none;
			margin:0;
			padding:0;
			}

		.mainMenu a {
			display:block;
			padding:8px 20px;
			transition:all .3s;
			}

		.mainMenu a:link, .mainMenu a:visited {color:#ffffff; background-color: transparent; text-decoration: none;}
		.mainMenu a:hover, .mainMenu a:active {color:#fde724; background-color: transparent; text-decoration: none;}

		.container {
			width: 100%;
			padding: 0 20px;
		}

		footer .container { min-height: 100px; margin-bottom: 0; }


		h1 { font-size: 200%; }
		h2 { font-size: 150%; margin-top: 1em; }
		h3 { font-size: 130%; }

	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.wrapper { margin-top: 0; background: #fff; }
	}
