/* Early Learning RI */

* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    font-family: 'Lato', sans-serif;
}

#body-wrapper{

    letter-spacing: 0.14em; 
}


/* Header */

header {
    max-width: 1213px;
    width: 100%;
    margin: auto;
}

header ul {
    
}

header ul li {
    display: inline;
}

#header-wrapper {
  
}

header .swirl {
    width: 100%!important;
    max-width: 1213px;
    max-height: 76px;
    height: auto!important;
}


#header-top {
    float: right;
    display: block;
    position: relative;
    margin-top: -62px;
    left: -42px;
    margin-bottom: 7px;
}

#social {
    
    position: relative;
    left: -31px;
    top: 13px;
}

#social li a img:hover {
    opacity: 0.7;
    
}



/* Top Social */

.icon-wrap {
	text-align: center;
	
}

.icon1 {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
  text-decoration:none;
  background: #008DE7;

	top: -3px;
}

.icon1:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
    top: -2px;
	left: -2px;
	padding: 2px;
	box-shadow: 0 0 0 3px #008DE7;
	opacity: 0;
}

.icon1:before {
	font-size: 13px;
	line-height: 21px;
	display: block;
	-webkit-font-smoothing: antialiased;
	left: 1px;
	position: relative;
}

.icon-facebook {
	left: 2px;
	margin-right: 28px;
}

.icon-facebook:before {
  	font-family:'fontAwesome';
	content: "\f09a";
}

.icon-ring .icon1:after {
	opacity: 1;
}

.icon-facebook:hover {
	opacity: 0.8;
}


/* Search */

#search-box {
    background: url(../images/searchbox.jpg) no-repeat;
    background-size: 176px 36px;
    display: block;
    min-height: 36px;
    min-width: 176px;
    position: relative;
    top: -20px;
   
}


#search-box .form-text,
#search-box #searchbtn {
    width: 94px;
    height: 18px;
    border: none!important;
    text-transform: uppercase;
    margin-left: 33px;
    padding: 2px 8px;

    font-size: 13px;
    position:relative;
    top: 1px;
    letter-spacing: 0.14em;
}

#search-box .form-submit,
#search-box .submit {
    text-indent: -9999px;
    text-transform: capitalize;
    width: 23px;
    height: 36px;
    background: url(../images/search-submit.jpg);
    background-size: 28px 36px;
    background-position: -3px 0;
    border: none!important;
    cursor: pointer;
}

#header-left {

    float: left;
}

header #logo {
    margin-left: 57px;
      padding: 0 0 20px 0;
}

#logo img {
    max-width: 407px;
    max-height: 49px;
    width: 100%;
    height: auto;
     
}	

#header-right {
    float: left;
}

/* Navigation */


header #main-nav {
    font-size: 13px;
    text-transform: uppercase;
    margin-left: 28px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    margin-top: 6px;
}

header #main-nav ul li {
    display: inline-block;
    line-height: 19px;
    text-align: center;
}

header #main-nav ul li a {
    
    text-decoration: none;
    display: inline-block;
    width: 100%;
    min-height: 34px;
    background-size: 32px 34px;
}

header #main-nav ul li a:hover {
    color:  #c39405!important;
}

header #main-nav ul li a:after {
  content: '';
  position: absolute;
  right: 26px;
  border-left: 1px solid;
  height: 34px;
  top: 2px;
  background: #000;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: skew(-35deg);
  -ms-transform: skew(-35deg);
  transform: skew(-35deg);

}




#main-nav.cat1-menu .e1:before,
#main-nav.cat2-menu .e2:before,
#main-nav.cat3-menu .e3:before,
#main-nav.cat4-menu .e4:before,
header #main-nav ul li.active a:before {
	content: "\f107";
	font-family: "fontAwesome";
	position: absolute;
	bottom: -20px;
	font-size: 18px;
	left: 42%;
}


header #main-nav ul li a.e1 {
    color: #e55311;
    padding-right: 15px;
	position: relative;
    z-index: 1001;
}


header #main-nav ul li a.e1:after {
	background: #e55311!important;
}

header #main-nav ul li a.e2 {
    color: #117e2c;   
    padding-right: 22px;
    position: relative;
    z-index: 1002; 
}

header #main-nav ul li a.e2:after {
	background: #117e2c;   
}

header #main-nav ul li a.e3 {
    color: #1291ee; 
    padding-right: 22px;
    position: relative;
    z-index: 1003;
    left: 0px;
}

header #main-nav ul li a.e3:after {
	background: #1291ee;  
}


header #main-nav ul li a.e4 {
    color: #ef0007;
    max-width: 124px;
    width: 100%;
    padding-right: 20px;
    position: relative;
    z-index: 1004;
    left: 16px;
}

header #main-nav ul li a.e4:after {
	background: #ef0007; 
}

.main-nav i {
	display: none;
}

.mobile-nav i {
	display: block;
}

.mobile-nav br {
	display: none;
}




/* Home Main */

#home-main-image img {
    width: 100%!important;
    height: auto!important;
    border-top: 7px solid #ef0007;
    position: relative;
    z-index: 1000;
    
}

#caption-box {
    
    width: 454px;
    height: 273px;
    background: #26a8c7;
    position: relative;
    margin: auto auto -273px auto;
    left: 276px;
    top: -307px;
    z-index: 1000;
    opacity: 0.5;
}


#home-main-caption {
    position: relative;
    top: -281px;
    left: 250px;
    z-index: 1001;
    background: rgba(235, 81, 34); /* Fallback */
    background-color: rgba(235,81, 34, 0.85);
    color: #fff;
    max-width: 567px;
    width: 100%;
    padding: 13px 20px 15px 20px;
    margin: auto auto -235px auto;
    text-shadow: 2px 2px 4px rgba(105, 0, 0, 0.4);
    
}


#home-main-caption h2 {
     letter-spacing: 0.17em!important;
    font-size: 28px;

}

#home-main-caption h2.second-header {
	border-top: 1px solid #fff;
	padding-top: 10px;
}	



#home-main-caption a {
    color: #fff;
	text-decoration: none;
	
}


#home-main-caption a:hover {
	border-bottom: 1px solid #fff;
}

#home-main-caption p {
    font-size: 14px;
        font-weight: 300;
    letter-spacing: 0.14em!important;
    line-height: 24px;
    padding: 3px 0 9px 0;
}

#home-main-caption span {
    display: block;
    width: 100%;
    text-align: right;
}

#home-main-caption a.read-more-link {
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none!important;
    text-align: right;
    border-top: 1px solid;
    width: 100%;
    position: relative;
    top: 5px;
    padding-top: 7px;
    display: block;
}

#home-main-caption .read-more-link:hover {
	opacity: 0.8;
}

/* Home Page Buckets */

#home-buckets {
    max-width: 1213px;
    width: 100%;
    margin: auto;
    
}

#bucket-wrapper {
    padding: 48px 60px!important;
}

#bucket-wrapper * {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.bucket {
    max-width: 25%;
    width: 100%;
    float: left;

    text-align: center;
    
}

.bucket p {
    font-size: 14px;
    line-height: 19px;
    margin: 13px 0;
    padding: 0 5px;
    letter-spacing: 0.14em;
}

.bucket .top-bar {
    display: block;
    width: 72%;
    margin: auto;
    background: #000;
    height: 7px;
}

.bucket h3 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
}

.bucket .icon img {
    margin: 10px 0;
    

}

.bucket h3 a:hover {
    
    opacity: 0.6;
}
 .icon .hvr-push:hover {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
	-webkit-backface-visibility: hidden;
    transform: scale(.9);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0.8;
}


.bucket a {
    text-decoration: none;
}

.bucket1 {
    color: #e55311;
}

.bucket1 a {
    color: #e55311;
}

.bucket1 .top-bar {
    background: #e55311;
}

.bucket1 .icon2 {
	background: #e55311;
	width: 63px;
	height: 63px;
	text-align: center;
	display: block;
	font-size: 43px;
	border-radius: 50%;
	padding: 5px 7px 7px 5px;
	margin: auto;
}

.bucket1 .icon2 a {
	border-radius: 50%;
	border: 3px solid #fff;
	color: #fff!important;
	width: 58px;
	display: block;
	height: 58px;

}

.bucket2 {
    color: #117e2c;
}

.bucket2 a {
    color: #117e2c;    
}

.bucket2 .top-bar {
    background: #117e2c;  
}

.bucket3 {
    color: #1291ee;
}

.bucket3 a {
    color: #1291ee;    
}

.bucket3 .top-bar {
    background: #1291ee; 
}

.bucket4 {
    color: #ef0007;
}

.bucket4 a {
    color: #ef0007;    
}

.bucket4 .top-bar {
    background: #ef0007; 
}

.read-more-bucket {
    text-transform: uppercase;
        font-size: 14px;
}

.read-more-bucket:hover {
    border-bottom: 1px solid;
}


/* Inner Main */

#inner-main {
    
    max-width: 1213px;
    width: 100%;
    margin: auto;
    margin: 0 auto;
}

#inner-main-image img {
    width: 100%!important;
    height: auto!important;
    border-top: 7px solid #ef0007;
    position: relative;
    z-index: 1000;
    margin-bottom: 45px;
}



/* Inner Sidebar */

#inner-main #sidebar {
    margin: 0 0 0 60px;
    max-width: 24.4%;
    width: 100%;
    float: left;
    
    background-image: url(../images/inner-top1.jpg);
    background-size: 296px 67px;
    background-repeat: no-repeat;
}

#inner-main #sidebar .icon {
    
    position: relative;
    margin-left: 33px;
    padding-top: 23px;
    display: block;
}

#inner-main #sidebar #subnav  {
    
    padding-bottom: 16px;
	margin-bottom: 45px;
}

#inner-main #sidebar #subnav .menu-header{
    list-style-type: none!important;
    font-size: 20px;
    font-weight: 900;
    margin: 8px 0 8px 18px;
    padding: 0!important;
	display: block;
	
    border: none;
    text-transform: uppercase;
}

#inner-main #sidebar #subnav .menu-header a {
	text-decoration: none;
}


#inner-main #sidebar #subnav .menu-header a:hover {
    color:  #c39405!important;
}

#inner-main #sidebar #subnav li.last {
    border: none;
}


#inner-main #sidebar #subnav li {
    margin: 0 28px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 0;
    border-bottom: 1px solid #e4e4e4;
    
    
}

#inner-main #sidebar #subnav li a {
    text-decoration: none;   
}

#inner-main #sidebar #subnav li a:hover {
    color:  #c39405!important;
}

/* Join Email */

#join-email {
    background: #def0fd;
}

#join-email h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    background: url(../images/emailBG.jpg);
    background-size: 296px 53px;
    height: 36px;
    letter-spacing: 0.15em;
    padding: 17px 0 0 18px;
    font-size: 20px;
}

#join-email p {
    
    font-size: 14px;
    color: #d0153a;
    padding: 20px 10px 15px 10px;
    line-height: 22px;
}

#join-email .form-submit,
#join-email .webform-submit.button-primary.form-submit,
#join-email .submit-link {
    color: #cb223f;
	background: none;
	border: none;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    text-align: right;
    padding: 13px 14px 13px 14px;
    width: 100%;
    letter-spacing: 0.12em;
    display: block;
	margin: -15px auto auto auto;
    font-family: 'Lato', sans-serif;
	cursor: pointer;
    
}

#join-email .form-type-checkbox,
#join-email label {
	display: none;
}

#join-email .form-text,
#join-email #edit-submitted-email-address-cc-email-address,
#join-email #emailbtn {
    margin: 0 10px;
    width: 90%;
    height: 26px;
    font-size: 18px;
    text-transform: uppercase;
}

.page-node-16 .links {
	display: none;
}

/* Main Content */

#inner-main #main-content {

    background-image: url(../images/inner-contentBG2.jpg);
    background-repeat: no-repeat;
    background-position:  right -10px;
    display: block;
    background-size: 13px 460px;
    padding: 25px 30px 35px 30px;
    min-height: 460px;
    width: 100%;
    border-top: 10px solid #da002e;
    margin-left: 58px;
	max-width: 732px;
    margin-bottom: -45px;
   
}

#inner-main-wrapper {
    background-image: url(../images/inner-contentBG1.jpg);
    background-size:12px 460px;
    background-position: 58px -10px;
    background-repeat: no-repeat;
    display: block;
    margin-right: 58px;
    max-width: 55.56%;
    float:left;
    
 
}


#inner-main #main-content img {
	max-width: 100%;
	height: auto;
}

#inner-main #main-content .field-label {
	margin: 10px 0;
}


#inner-main #main-content p {
    line-height: 24px;
    font-size: 14px;
    font-weight: normal!important;
    padding: 15px 0;
    letter-spacing: 0.14em;
    line-height: 25px;
}

#inner-main #main-content ul {
 	margin-left: 25px;   
	margin-bottom: 15px;
	margin-top: 5px;
    line-height: 24px;
    font-size: 14px;
    font-weight: normal!important;
}



#main-content ul li a:hover {
    color: #c39405!important;
}


#inner-main #main-content a:hover {
    color: #c39405!important;
}

#inner-main #main-content h1,
#inner-main #main-content h2,
#inner-main #main-content h3 {
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

#inner-main #main-content h1 {
    font-size: 36px;
    margin-bottom: 9px;
}

#inner-main #main-content h2 {
    font-size: 24px;
    margin: 10px 0 5px 0;
}

#inner-main #main-content h3 {
    font-size: 18px;
}



/* Category Colors */

.cat1 #sidebar #subnav {
    
    border-bottom: 13px solid #e15824;
}

.cat1 #sidebar #subnav  li {
    color: #e15824;
}

.cat1 h1,
.cat1 h2,
.cat1 h3 {
    color: #e15824;
    font-weight: normal!important;
}

.cat1 a {
    color: #e15824;
}


.cat2 #sidebar #subnav {
    
    border-bottom: 13px solid #117e2c;
}

.cat2 #sidebar #subnav  li {
    color: #117e2c;
}

.cat2 h1,
.cat2 h2,
.cat2 h3 {
    color: #117e2c;
    font-weight: normal!important;
}

.cat2 a {
    color: #117e2c;
}



.cat3 #sidebar #subnav {
    
    border-bottom: 13px solid #1291ee;
}

.cat3 #sidebar #subnav  li {
    color: #1291ee;
}

.cat3 h1,
.cat3 h2,
.cat3 h3 {
    color: #1291ee;
    font-weight: normal!important;
}

.cat3 a {
    color: #1291ee;
}


.cat4 #sidebar #subnav {
    
    border-bottom: 13px solid #ef0007;
}

.cat4 #sidebar #subnav  li {
    color: #ef0007;
}

.cat4 h1,
.cat4 h2,
.cat4 h3 {
    color: #ef0007;
    font-weight: normal!important;
}

.cat4 a {
    color: #ef0007;
}


.cat5 #sidebar #subnav {
    
    border-bottom: 13px solid #e15824;
}

.cat5 #sidebar #subnav  li {
    color: #e15824;
}

.cat5 h1,
.cat5 h2,
.cat5 h3 {
    color: #e15824;
    font-weight: normal!important;
}

.cat5 a {
    color: #e15824;
}


/* Footer */

footer {
    max-width: 1213px;
    width: 100%;
    display: block;
    clear: both;
    padding: 10px 0 0 0;
    margin: auto;

}

footer ul {
    text-transform: uppercase;
    font-size: 12px;
	padding-top: 79px;
}

footer .swirl {
    width: 100%!important;
    height: auto!important;
    max-width: 1213px;
    display: block;
    clear: both;
    max-height: 121px;
    position: relative;
	top: 100%;
    z-index: 1000;
}

footer ul li {
    display: inline;
	vertical-align: middle;
	font-weight: normal!important;
	
}

footer ul li:after {
	content: "|";
	padding: 0 1px 2px 4px;
}

footer ul li.icon-facebook:after {
	padding: 0!important;
}
footer ul li.last:after,
footer ul li.noborder:after {
	content: "";
}

footer ul li.copyright:after {
	content "|";
}


#footer-wrapper {
    position: relative;
    margin: 25px auto auto auto;
    background: url(../images/footerBG1.jpg) bottom no-repeat;

	background-size: 100% auto;
    z-index: 1001;
    max-height: 121px;
    max-width: 1213px;
	width: 100%;
	min-height: 121px;
	display: block;
	height: auto;
    color: #fff;
   
}


#footer-wrapper a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid;
	padding-bottom: 2px;

}

#footer-wrapper a:hover {
    opacity: 0.8;
    
}

#footer-wrapper a.facebook {
    border: none;
    margin-right: 30px;
    position: relative;
    top: 7px;
}



/* Bottom Social */

footer .icon-ring {
	position: relative;
	left: -2px;
}	


footer .icon1 {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
  	text-decoration:none;
  	background: #008DE7;
	top: 3px;
	border: 2px solid #fff;
	padding: 3px;
}

footer .icon1:after {

 	top: -4px;
	left: -4px;
	padding: 1px;
	box-shadow: none!important;
	border: 3px solid #008DE7;

	
}

footer .icon1:before {
	font-size: 13px;
	line-height: 15px;
	display: block;
	-webkit-font-smoothing: antialiased;
	left: 1px;
	top: -1px;
	position: relative;

}






#footer-copy ul {
   text-align: center;
   max-width: 1213px;
   width: 100%;
   margin: auto!important;
   display: table;
}

/* Global */

h1, h2, h3, h4, h5, h6 {
    font-weight: 700!important;
    
}


a img:hover,
a:hover {
    
    -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
       -o-transition: all .5s ease;
      -ms-transition: all .5s ease;
          transition: all .5s ease;
}

.clearfix {
    clear: both;
}

 .pdf {
	background: url(../images/pdf.png) right no-repeat!important;
	
}

 .doc {
	background: url(../images/icon_msword.gif) right no-repeat!important;
}

 .ppt {
	background: url(../images/icon_msppt.gif) right no-repeat!important;
	
}

 .excel {
	background: url(../images/icon_msexcel.gif) right no-repeat!important;
}

 .mailto1 {
	background: url(../images/mailto.png) right no-repeat!important;
}


.pdf, .mailto1, .doc, .ppt, .xls {
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding-right: 14px!important;
	margin-right: 3px;
}


.admin-menu-wrapper{
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif!important;
	letter-spacing: 0em!important;

}

#admin-menu, #admin-menu .dropdown {
	z-index: 1050!important;
}

ul.primary {
	border: none!important;
	margin: 15px 0!important;
	padding: 0!important;
}

ul.primary li a {
	border: solid 1px!important;
}



#home-main-image  {
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-top: 75px;
    border-top: 7px solid #ef0007;
    overflow: hidden;
    clear:both;
}
      
#home-main-image .main2 {
   visibility: hidden;
   width: auto;
   max-height: 760px!important;
   height: auto;
}


/* Scroll Up */

#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: -150px;
}

#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	width: 108px;
	height: 108px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(up-arrow.png) no-repeat center center;

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}
    
/* Responsive Styles */

#mobile-nav {
    width: 100%;
    margin: auto auto auto auto;
    display: none;
    
    -moz-animation-delay: 3.5s;
   -webkit-animation-delay: 3.5s;
   -o-animation-delay: 3.5s;
    animation-delay: 3.5s;
        -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
    
}

#mobile-nav ul {
    margin: auto;

}

#mobile-nav ul li {
    display:block;

    text-transform: uppercase;
  
   font-size: 13px;
}

#mobile-nav ul li a {
    text-decoration: none;
    color: #fff;

    padding: 12px 0 12px 18px;
    text-align: left;
    display: block;
	border-bottom: 1px solid #fff;
    
    margin: auto;
}

#mobile-nav ul li a.e1 {
    background: #e55311;
}

#mobile-nav ul li a.e2 {
    background: #117e2c;
}

#mobile-nav ul li a.e3 {
    background: #1291ee;
}

#mobile-nav ul li a.e4 {
    background: #ef0007;
}

#mobile-tools {
    display: none;
    
}

.onstate {
    display: none!important;
}

.tinynav {
	display: none;
	width: 92%;
	margin: auto auto 10px auto;
	background: #fff;
	border: none;
	color: #cb223f;
	text-transform: uppercase;
 	border-radius: 5px;
	height: 40px;
	font-size: 16px;
	-moz-appearance: none;
	-webkit-appearance: none;
	letter-spacing: 0.14em;

	padding: 0 5px;
}

#go-to-top {
	display: none;
}




@media only screen and (max-width : 1250px) {

header #logo {
    margin-left: 20px;
}

    #home-main-caption {
        left: 200px;
    }

    #caption-box {
        left: 226px;
    }
}

@media only screen and (max-width : 1170px) {



#footer-wrapper ul {
	padding-top: 83px;
}

#footer-wrapper a.facebook {
	margin-right: 10px;

}

}


@media only screen and (max-width : 1170px) {
    #header-top {
        margin-top: -50px!important;
    }

}

@media only screen and (max-width : 1140px) {

    header #logo img {
        max-width: 375px!important;
		margin-top: 3px;

    }


}


@media only screen and (max-width : 1100px) {
    header #logo img {
        max-width: 350px!important;
        height: auto;
        margin-top: 2px;
    }
    header #main-nav {
        margin-left: 15px;
    }
    
    #header-top {
        margin-top: -40px!important;
    }
    
    #home-main-caption {
        left: 180px;
    }

    #caption-box {
        left: 206px;
    }
	#inner-main-wrapper {
		max-width: 52%;
	}
}


@media only screen and (max-width : 1080px) {

	#footer-wrapper ul {
		letter-spacing: 0.1em;
	}
	
	#footer-wrapper a.facebook {
	margin-right: 0px;

	}
	

}


@media only screen and (max-width : 1060px) {
    
    header #main-nav {
        font-size: 11px;
    }

	#footer-wrapper ul {
		padding-top: 86px;
	}

}


@media only screen and (max-width : 1025px) {
    
    header #main-nav {
        font-size: 12px;
      
        letter-spacing: 0.12em;
    }
    
    header #logo img {
        max-width: 325px!important;
        margin-top: 4px;
    }
    
    #header-top {
        margin-top: -35px!important;
    }
    
    #home-main-caption {
        left: 135px;
        top: -255px;
        
    }

    #caption-box {
        left: 176px;

    }
    
        #home-main-caption h2 {
        font-size: 24px;
    }
    
    #home-main-caption p {
        font-size: 12px;
        line-height: 20px;
    }
    
    #caption-box {
        height: 220px;
        margin: auto auto -225px;
        top: -246px!important;
		display: none;
    }
    #bucket-wrapper {
        padding: 48px 25px!important;
    }
    
    #bucket-wrapper .icon img {
        height: 63px!important;
        width: 63px!important;
    }

	#inner-main-wrapper {
		max-width: 50%;
	}
    
    
}


@media only screen and (max-width : 980px) {

    
    header #main-nav {
        font-size: 11px;
      
        letter-spacing: 0.11em;
    }
	#footer-wrapper ul {
		position: relative;
		
		top: 2px;
		font-size: 11px!important;
	}

}




@media only screen and (max-width : 905px) {
    .bucket {
        clear: both;
        max-width: 100%;
        float: none;
        margin: 0 0 45px 0;
    }
    
    #home-buckets .icon img {
        width: 100px;
        height: auto;
    }
    
    #caption-box {
    
        display: none;
    }


    #home-main-caption {
        position: relative;
        top: auto!important;
        left: auto!important;
        z-index: 1001;
        max-width: none;
        background: none!important;
        color: #000;
        width: auto!important;
        padding: 13px 20px 15px 20px;
        margin: 30px auto 30px auto!important;
        text-shadow: none!important;
        text-align: left;

    }

    #home-main-caption .read-more-link {
       color: #cb223f;
       text-align: right!important;
       border: none!important;
    }


    #home-main-caption p {
        font-size: 14px;
        line-height: 19px;
        margin-top: 15px;
    }

    #main-nav {
      display: none;
    }

    #header-wrapper {
        text-align: center;
        margin: auto;
    }
    
    #search-box {
        background: none!important;
        margin-top: 8px;
        margin-left: -17px;
        top:0px!important;
        display: none;
            
    -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
       -o-transition: all .5s ease;
      -ms-transition: all .5s ease;
          transition: all .5s ease;
    }
    
	#search-box .form-text,
    #search-box #searchbtn {
        width: 70%;
        border: 1px solid #d0153a!important;
        height: 30px!important;
        font-size: 16px;
        padding: 2px 16px;
    }

	#search-box .form-submit,
    #search-box .submit {
        left: -10px;
        position: relative;
        top: -1px;
        background-color: #d0153a!important;
        padding-left: 10px!important;
        width: 40px;
        background-position: -22px 0;
        background-image:  url("../images/search-submit.jpg");
    }
    
    header {
        border-top: 30px solid #d13a4f;
    }
    
    header .swirl {
        margin-bottom: 20px;
        display: none;
    }
    
    #header-wrapper {
        border-top: 5px solid #e6723d;
        padding: 15px 0 0 0;
    }
    
    #header-right {
        border-top: 5px solid #ef0007;
        margin-top: 18px!important;
        clear: both;
        float: none !important;
        margin: auto;
        width: 100% !important;
        text-align: center;
    }
    
    #header-wrapper #social {
        display: none!important;
    }
    
    #header-wrapper #logo {
        top: -40px;
        position: relative;
        top: 4px;
        float: left;
        text-align: left;
        width: 50%;
        padding-left: 10px;
    }
    
    #header-wrapper #logo img {
        max-width: 375px!important;
        height: auto!important;
        margin-top: -3px;
        margin-left: -15px;
    }
    


    #header-top {
        float: none!important;
        left: auto!important;
        margin: auto!important;
    }

    #header-left {
        float: none!important;
        left: auto!important;
        margin: auto!important;
        padding: 15px 0;
    }
    
    #mobile-tools {
        display: inline-block;
        float: right;
        text-align: right;
        position: relative;
        top: 0px;
        left: -5px;
        
    }
    
    #mobile-tools .menu-button img{
        width: auto;
        height: auto;
        max-width: 143px;
    }
    
    #mobile-tools .search-button img{
        width: auto;
        height: auto;
        max-width: 53px;
    }
    
    #mobile-tools .menu-button {
        float: left;
        
    }
    
    #mobile-tools .search-button {
        float: left;
        position: relative;
        left: -5px;
    }
    
    header #header-left #mobile-tools .toggle1 {
        display: block;
    }
     
    header #header-left #mobile-tools .toggle2 {
        display: none;
    }

    .onstate-link {

    }
    
    header #header-left #mobile-tools .onstate-link .toggle1 {
        display: none;
        background: #e07528!important;
       
    }
     
    header #header-left #mobile-tools .onstate-link .toggle2 {
        display: block!important;
        background: #e07528!important;
       
    }
    
    
    
    #mobile-nav {
        display: none;
    }
    
    #mobile-nav i {
    float: right;
    font-size: 25px !important;
    line-height: 27px !important;
    padding: 0 !important;
    position: relative;
    right: 18px !important;
    text-align: right;
    top: -6px;
    }
    
    #mobile-nav .e1 i {
        font-size: 27px!important;
        top: -8px!important;
		right: 19px!important;
    }

    #mobile-nav .e2 i {
      	font-size: 24px!important;
        right: 17px!important;
    }    
 
     #mobile-nav .e3 i {
        font-size: 23px!important;
        right: 13px!important;
    }
    
     #mobile-nav .e4 i {
        font-size: 23px!important;
        right: 16px!important;
    }        

    #home-main-caption h2 {
      font-size: 24px;
      line-height: 31px;
      color: #cb223f;
      letter-spacing: 0.12em!important;
      
    }

  #home-main-caption h2.second-header {
		border-top: 1px solid #000;
	}
    
    #home-main-caption p {
        letter-spacing: 0.12em!important;
        line-height: 23px!important;
        
    }

    #home-main-caption p a {
		color: #000;
	}
    
    
    
    #home-main-image {
         background: none!important;
         margin: 0!important;
         border: none;
    }
    
    .main2 {
        visibility: visible!important;
        border: none!important;
       
    }

    #inner-main #sidebar {
	max-width: 100%;
	background: #d13a4f!important;
	margin: -2px 0 0 0;
	padding: 20px 0 10px 0;
	}

	#inner-main #subnav {
		margin: 0!important;
		padding: 0!important;
		border: none!important;
	}

	#inner-main #subnav .menu-header,
    #inner-main #subnav .links,
	.icon-inner {
		display: none!important;
	}
	
	#inner-main #subnav .links {
		display: block;
	}

	.tinynav {
		display: block!important;
	}

	#join-email {
        display: none;
    }
    
    #home-buckets {
        margin-top: -30px;
        display: none;
    }
    
    #bucket-wrapper {
        padding: 48px 10px!important;
    }
    
    #bucket-wrapper .icon img {
        height: 85px!important;
        width: 85px!important;
        margin-top: 20px;
    }
    
    .bucket .top-bar {
        width: 85%;
    }
    
    .bucket h3 {
        font-size: 24px;
        line-height: 31px;
    }
    
    #inner-main {
        
    }
    
    #inner-main-image img {
        border: none!important;
        margin-bottom: 0;
    }
    
    #inner-main-wrapper {
        background: none!important;
        max-width: 100%!important;
        margin: 15px auto 20px auto!important;
        padding: 0 22px;
    }
    
    #main-content {
        background: none!important;
        border: none!important;
        margin: 15px auto!important;
        padding: 0!important;
    }
    
    footer {
        background: #117e2c;
        padding: 13px 0 25px 0;
        border-top: 5px solid #1291ee;
    }
    
    footer .icon-facebook {
        top: 16px!important;
        left:6px;
        
    }
    
    footer .facebook > img {
    height: 29px;
    width: 29px;

    }
    
    #footer-wrapper {
        background-image: none!important;
        top: auto!important;
		margin-top: 10px;
    }
    
    footer .swirl {
        display: none;
    }
    
    footer #footer-copy  ul {
        text-align: left;
        margin: 0 0 0 15px!important;
        width: auto!important;
		padding: 0!important;
    }
    
    footer ul li {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px!important;
		letter-spacing: 0.1em!important;
        line-height: 25px;
    }
    
        .copyright {
        display: block;
		background: none!important;

	}

	li.copyright::after {
		content: ""!important;
    }
    
.onstate {
    display: block!important;
}

#go-to-top {

	display: block!important;
	position: absolute;
	right: 15px;
	text-decoration: none!important;
	border: none!important;
	font-size: 37px;
	top: 6px;
	background: #e07528;
	border: 1px solid #fff;


}
   

#go-to-top i {
	color: #fff;
	border-radius: 50%;
	padding: 2px 0 0 2px;
	position: relative;
	top: -4px;
	padding: 0 5px;

}
    
}


@media only screen and (max-width : 580px) {
    
    header {
        border-top: 50px solid #d13a4f;
    }
    
    #header-right {
        margin-top: 0!important;
    }
    
    header #header-left #mobile-tools .search-button,
    header #header-left #mobile-tools .menu-button {
        display: inline-block;
        float: none;
    }
    
    header #header-left #mobile-tools .search-button img,
    header #header-left #mobile-tools .menu-button img {
        height: 30px!important;
        
    }
    
    header #header-left #mobile-tools .toggle1 {
        display: none;
    }
     
    header #header-left #mobile-tools .toggle2 {
        display: block;
    }
     
    header #header-left #mobile-tools {
        position: absolute;
        width: auto!important;
        clear: both!important;
        display: block;
        z-index: 2000;
       
   
        right: 10px;
        top: 10px;
        overflow: hidden!important;
    }
    

    header #header-left #logo {
        float: none!important;
        margin: auto!important;
        width: 85%!important;
        text-align: center;
        top: 10px;
    }
	#home-main-caption {
		margin: 15px auto!important;
	}
	
	#home-main-caption h2 {
		font-size: 20px!important;
	}

	#inner-main #main-content h1 {
		font-size: 28px;
	}

	#inner-main #main-content h2 {
		font-size: 22px;
	}

	#go-to-top {
		top: 12px;
		font-size: 28px;
	}

}

@media only screen and (max-width : 380px) {

#go-to-top {
	right: 10px!important;
	top: 75px!important;
}

}

