*{
font-family: 'Open Sans', sans-serif;
 color:#2D2D2D;
}
body{
margin:0;
padding:0;

}
@font-face {
    font-family: 'pacificoregular';
    src: url('pacifico-regular-webfont.woff2') format('woff2'),
         url('pacifico-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#headerwrap{
float: left;
clear: both;
width: 100%;
margin:0 auto;
background-color: #44C7F5;/* */
}
#headercontent{
margin:0 auto;
max-width:1200px;
}
#header{
clear: both;
float: left;
margin:0 auto;
max-width:1200px;
background: url(images/menu-bg.png) no-repeat bottom right; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#headerleft{
float: left;
margin:0 auto;
width:28%;
}
#headerright{
float: right;
margin:0 auto;
width:70%;
}
#menu{
display:none;
}

#logo{
max-width: 338px;
}
#logo img{
width:100%;
}
#whitewrap{
clear: both;
width: 100%;
margin:0 auto;
background-color: #FFFFFF;/* */
}
#whitecontent{
margin:0 auto;
max-width:1200px;
padding-top: 10px;
padding-bottom: 10px;
}
#whitecontent a{
text-decoration: none;
}
#tag{
float:right;
margin-top: 20px;
}
#tag img{
width:100%;
}

#space{
clear: both;
float: left;
margin:0 auto;
width:100%;
}

#graphicwrap{
margin:0 auto;
width: 100%;
background: url(images/graphicbg.png) repeat-y top center; 

}
#graphic{
margin:0 auto;
max-width:1201px;
}
#graphic img {
width: 100%;
}
#actionwrap{
float: left;
clear: both;
width: 100%;
margin:0 auto;
background-color: #FFFBE3;/* */
}
#actioncontent{
margin:0 auto;
max-width:1200px;
}
#newswrap{
float: left;
clear: both;
width: 100%;
margin:0 auto;
background: url(images/yell-bg.png) no-repeat top center; 
background-color: #FDD800;
}
#newscontent{
margin:0 auto;
max-width:1200px;

}
#newscontent img{
width:100%;
}
#toolscol {
float: left;
width:27%;
background-color: #ffffff;
padding:2%;
margin: 1%;
margin-bottom: 30px;
}
#toolscol img {
width:100%;
}
.social img {
  transition: 300ms;
}
.social:hover img {
  opacity: 0.4;
}
#squares{
margin:0 auto;
padding-top: 10px;
width:100%;
}
#squaresleft{
float: left;
width:65%;
margin-right: 5%;
}
#squaresright{
float: left;
width:25%;
}
#squaresleftmobile{
display: none
}
#squaresrightmobile{
display: none;
}
#squares img{
width:100%;
}
.col {
float: left;
width:27%;
background-color: #ffffff;
padding:2%;
margin: 1%;
margin-bottom: 30px;
}
#coltext{
width:100%;
margin:0 auto;
}
#coltext img{
width:100%;
}
#contentwrap{
float: left;
clear: both;
width: 100%;
margin:0 auto;
background-color: #FFFBE3;/* */
}
#content{
clear: both;
max-width:1200px;
margin:0 auto;

}


 a{
color:#41BFEA;
}
a:visited {
color:#41BFEA;
}
h1{
font-size:36px;
}
h2{
font-size:26px;
}
h3{
font-size:36px;
}
p{
font-family: 'Open Sans', sans-serif;
font-size:20px;
}
.smalltext{
font-family: 'Open Sans', sans-serif;
font-size:14px;
}
.page-link-underline{
font-family: 'Open Sans', sans-serif;
font-size:20px;
text-decoration: underline;
color:#41BFEA;
}
 
.page-link-none{
font-family: 'Open Sans', sans-serif;
font-size:20px;
text-decoration: none;
color:#41BFEA;
}
 .page-link-none:visited{
color:#41BFEA;
}
.blue{
color:#41BFEA;
}

.white{
color:#FFFFFF;
}

#actioncontent li{
font-family: 'Open Sans', sans-serif;
font-size:20px;
}

.title-brown{
font-family: 'Open Sans';
font-size:40px;
color: #4A2C21;
font-weight:600;
}
.title-yellow{
font-family: 'Open Sans';
font-size:40px;
color: #FFBA00;
font-weight:600;
}
 
.title-wht{
font-family: 'Open Sans';
font-size:40px;
color: #FFFFFF;
font-weight:600;
}
.title-news{
font-size:24px;
color: #FFBA00;
}
#blockquotewrap {
margin:0 auto;
width: 85%;
padding-top: 30px;
padding-bottom: 30px;
}
blockquote {
  background:#44C7F4;
  border-left:2px solid #000;
  margin:1.5em 10px;
  padding:.5em 10px;
    color: #ffffff;
}
blockquote:before {
  color:#ccc;
  font-size:4em;
  line-height:.1em;
  margin-right:.25em;
  vertical-align:-.4em;
}
blockquote p {
  display:inline;
  color: #ffffff;
}
#hr{
clear: both;
float: left;  
width:100%;
height: 6px;
margin:0 auto;
background:#4E2C23;
}

#maxvbox{
margin:0 auto;
max-width:980px;
padding-left:10px;
padding-right:10px;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
html {
  scroll-behavior: smooth;
}
a.page-btn {
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
	font-weight: 600;
    text-transform:uppercase;
    text-decoration:none;
   color:#2D2D2D;
   background:#FFBA00;
    padding:9px 30px;
    cursor:pointer;
    letter-spacing:2px;
    text-align:center;
    display:inline-block;
    -webkit-transition:.4s background ease;
    -moz-transition:.4s background ease;
    -o-transition:.4s background ease;
    transition:.4s background ease;
}
.page-btn:hover {
    color:#fff;
    background: #44C7F4;
}
.forminput{
font-size: 18px;
color:#333333;
padding:3px;
margin-bottom:6px;
width:99%;
background:#FFFFFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border: 1px solid #CCCCCC;
border-radius: 2px;
}
.forminputnowidth{
font-size: 18px;
color:#333333;
padding:3px;
margin-bottom:6px;
background:#FAFAFA;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border: 1px solid #CCCCCC;
border-radius: 2px;
}
.submitbutton{
    font-family: 'Open Sans', sans-serif;
    font-size:15px;
	font-weight: 600;
    text-transform:uppercase;
    text-decoration:none;
   color:#414142;
   border: 1px solid #414142;
    padding:9px 20px;
    cursor:pointer;
    letter-spacing:2px;
    text-align:center;
    display:inline-block;
    -webkit-transition:.4s background ease;
    -moz-transition:.4s background ease;
    -o-transition:.4s background ease;
    transition:.4s background ease;
}
.submitbutton:hover {
    color:#fff;
    background: #34495e;
}

#footerwrap{
float: left;
clear:both;
width:100%;
background:#44C7F4;
}
#footer{
max-width:1200px;
margin:0 auto;
padding-top:15px;
}
#footerleft{
float: left;
margin:0 auto;
width:30%;
margin-right: 2%;
}
#footercolleft{
float: left;
margin:0 auto;
width:25%;
}
#footerright{
float: right;
margin:0 auto;
width:35%;
text-align: right;
font-size:14px;
color:#FFFFFF;
padding-bottom:15px;
}
#footerright p{
font-size:14px;
color:#FFFFFF;
}
#footer p{
color:#FFFFFF;
font-size:12px;
}
.wht{
 font-size:14px;
color:#FFFFFF;
}
#footer a{
color:#FFFFFF;
text-decoration:none;
}
#footer a:hover{
color:#cccccc;
}
#nav{
float:right;
width:75%;
text-align:right;
margin-top: 20px;
}
 .dropDownMenu a {
	color: #FFF;
	font-size:18px;
	font-weight: 600;
}
.dropDownMenu,
.dropDownMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.dropDownMenu li {
	position: relative;
}
.dropDownMenu a {
	padding: 10px 7px;
	display: block;
	text-decoration: none;
	white-space:nowrap;
}
.dropDownMenu a:hover {
color:#FFFFFF;

}
/* Level 1 Drop Down Menu */
.dropDownMenu > li {
	display: inline-block;
	vertical-align: top;
	margin-left: -4px; /* solve the 4 pixels spacing between list-items */
}

/*.dropDownMenu > li > a {}*/
.dropDownMenu > li > a:hover {}
/* Level 2 */
.dropDownMenu > li > ul {
	text-align: left;
	width: auto; /* change auto value with 200px if you want a bigger menu */
	display: none;
background: #626262;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999999; /* if you have YouTube iframes, is good to have a bigger z-index so the video can appear above the video */
}
.dropDownMenu > li:hover > ul {
	display: block;
}
.dropDownMenu ul li a {}
.dropDownMenu ul li a:hover {
background: #CCCCCC;}

/* Level 3 */
.dropDownMenu > li > ul > li > ul {
	text-align: left;
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 9999999;
}
.dropDownMenu > li > ul > li:hover > ul {
	display: block;
}
.dropDownMenu ul ul li {
	background: #660E1A;}
.dropDownMenu ul ul li a {background: #660E1A;}
.dropDownMenu ul ul li a:hover {
background: #CCCCCC;}
 /* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}



@media screen and (max-width: 1300px) {
 #actioncontent{
margin:0 auto;
width:95%;
}
#newscontent{
margin:0 auto;
width:95%;

}
}
@media screen and (max-width: 1200px) {
#tag{
float:right;
margin-top: 5px;
}
#nav{
float:right;
width:98%;
text-align:right;
margin-top: 5px;
}
#graphicleft{
display: none;
}
#graphicright{
float: right;
margin:0 auto;
width:100%;
}

}
@media screen and (max-width: 1000px) {


}

@media screen and (max-width: 940px) {
#content{
clear: both;
width: 95%;
margin:0 auto;
}

#nav{
display:none;
}
#social{
clear: both;
float:none;
width: 100%;
margin:0 auto;
padding-top:5px;
text-align: center;
}

#menu{
float: right;
display:inherit;
margin-top: 5px;
margin-right:10px;
}


.sb-slidebar {
	padding: 14px;
	color: #fff;
}
.sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
	cursor: pointer;
}
h1{
font-size:24px;
}
h3{
font-size:24px;
}
p{
font-size:16px;
}
#actioncontent a{
color:#545454;
font-size:16px;
text-decoration:none;
}
#actioncontent a:hover{
color:#D16318;
}
#actioncontent li{
font-size:16px;
}
.title-brown{
font-family: 'Open Sans';
font-size:24px;
color: #4A2C21;
}
.title-yellow{
font-family: 'Open Sans';
font-size:24px;
color: #FFBA00;
}
 
.title-wht{
font-family: 'Open Sans';
font-size:24px;
color: #FFFFFF;
}
#footercolleft{
float: none;
margin:0 auto;
width:95%;
 
}
#footerright{
float: none;
margin:0 auto;
width:95%;
 
}
 }
 
@media screen and (max-width: 900px) {
#tag{
float:right;
margin-top: 0;
}
#footerleft{
float: none;
margin:0 auto;
width:95%;
text-align: center;
}
#footerright{
text-align: center;
float: none;
margin:0 auto;
width:95%;
}
}
@media only screen and (max-width: 700px){
#toolscol {
float: none;
width:95%;
margin:0 auto;
margin-bottom: 30px;
}
}
@media screen and (max-width: 600px) {
  .col {
float: none;
width: 95%;
margin:0 auto;
margin-bottom: 30px;
  }
  #squaresleft{
display: none;
}
#squaresright{
display: none;
}
  #squaresleftmobile{
 display: inherit;
 clear: both;
width:100%;
margin:0 auto;
}
#squaresrightmobile{
 display: inherit;
 clear: both;
width:100%;
margin:0 auto;
}
}
