@import url(http://fonts.googleapis.com/css?family=Didact+Gothic);

body {
    background-color:#fff;
    color: #3D3D3D;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    line-height:19px;
    margin: 0 auto;
}

/*-------------------------FONT STYLING START----------------------*/

a {
    font-family:'Didact Gothic',sans-serif;
    color:#006d93;
    font-size:14px;
    line-height:22px;
    font-weight:light;
    text-decoration:none;
}
a:hover {
    text-decoration:none;
    color:#006d93;
}
a img {
    border: 0;
}
p {
    color: #000000;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}
h1, h1 a, .title1, .title1 a {
    color: #006d93;
    font-family:"Didact Gothic", sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height:42px;
    margin: 0;
}
h2, h2 a, .title2, .title2 a {
    color: #000000;
    font-family:"Didact Gothic", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height:42px;
    margin: 0;
}
h3, h3 a, .title3, .title3 a {
    color:#006d93;
    font-family:"Didact Gothic", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height:27px;
    margin: 0;
}
h4, h4 a, .title4, .title4 a {
    color: #000000;
    font-family:"Didact Gothic", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height:27px;
    margin: 0;
}
h5, h5 a, .title5, .title5 a {
    color:#006d93;
    font-family:"Didact Gothic", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height:24px;
    margin: 0;
}
h6, h6 a, .title6, .title6 a {
    color: #000000;
    font-family:"Didact Gothic", sans-serif;
    font-size: 18px;
    font-weight:400;
    line-height:24px;
    margin: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: none;
}
blockquote {
    border:0px !important;
    padding:0px !important;
}

/*-------------------------FONT STYLING END------------------------*/


/*-------------------------LE FORM STYLE START---------------------*/

.le_form {
    color: #333333;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    line-height: 18px;
}
.le_form_name {
    color: #333333;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.container input[type="submit"] {
    background:none repeat scroll 0 0 #F4F4F4;
    border:1px solid #999999;
    border-radius:5px;
    color: #777777;
    cursor: pointer;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding:6px 11px 5px;
}
.container input[type="submit"]:hover {
    background:none repeat scroll 0 0 #f8f8f8;
    border-radius:5px;
    color: #777777;
    cursor: pointer;
}
.container input[type="text"], .container input[type="password"], .container textarea, #search_form_value {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: #333333;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 5px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.form-control {
    height: inherit !important;
    border-radius: 0 !important;
}
.form-group {
    margin-bottom: 10px !important;
}
.form-header p {
    color: #333333;
    font-size: 16px;
}
.max-width {
    padding:0px;
}
.le_plugin_bxSlider {
    margin-top:0px;
}

/*-------------------------LE FORM STYLE END-----------------------*/


/*-------------------------SITE CLASSES START----------------------*/

hr {
    border-bottom:0px solid #CDCDCD;
    border-left:0px solid #CDCDCD;
    border-right:0px solid #CDCDCD;
    border-top:1px solid #CDCDCD;
    margin:5px 0px 8px !important;
}
.panel {
    border:0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
blockquote {
    border:0px !important;
    margin:0px !important;
    padding:0px !important;
    width:100% !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
.se_button a, a.se_button {
    background-color: #fff;
    color: #ffffff;
    font-size:14px;
    font-weight:none;
    font-style:inherit;
    margin-bottom:1px;
    padding:15px 20px;
    text-decoration:none;
    border:1px solid #f6472c;
}
.se_button a:hover, a.se_button:hover {
    background-color: #f6472c;
    text-decoration:none;
}
.se_button_blue a, a.se_button_blue {
    background-color: #3d7aca;
    color: #ffffff;
    font-size:15px;
    font-weight:none;
    font-style:inherit;
    margin-bottom:1px;
    padding:10px 20px;
    text-decoration:none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-transform:uppercase;
}
.se_button_blue a:hover, a.se_button_blue:hover {
    background-color: #89bd4f;
    text-decoration:none;
}
.se_cta, .se_cta a {
    background-color:#2C56C3;
    border:solid 0px transparent;
    color:#00467f;
    font-size:inherit;
    font-weight:inherit;
    font-style:inherit;
}
.se_cta:hover, .se_cta a:hover {
    background-color:#cccccc;
    color:#00467f;
}
.se_social a {
    color:#2C56C3;
    font-size:30px;
    text-decoration:none;
}
.se_social a:hover {
    color:#cccccc;
    text-decoration:none;
}
.button a, a.button {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 20px;
    background-color: #2C56C3;
    color: #013056;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.button a:after, a.button:after {
    position: absolute;
    content: '';
    top: 10px;
    right: 10px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 10px solid #013056;
    border-bottom: 7px solid transparent;
}
.button a:hover, a:hover.button {
    color: #ffffff;
    text-decoration: none;
}
.scroll-text {
    margin-bottom: 10px;
    height: 150px;
    overflow: hidden;
}
.scroll-text ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.scroll-text li {
    margin-bottom: 5px;
}
.scroll-text li a {
    display: block;
    padding: 10px;
    background-color: #2b6b87;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.slider-box {
    margin-bottom: 40px;
    border: 7px solid #ffffff;
    outline: 1px solid #dddddd;
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,.5);
    box-shadow: 0px 5px 10px rgba(0,0,0,.5);
}
.slider-text h1, .slider-text h1 a {
    color: #ffffff;
    font-size: 40px;
    text-shadow: 0 0 10px rgba(0,0,0,.5);
    white-space: nowrap;
}
.relative {
    position: relative;
}
.responsive img, img.responsive {
    width: 100% !important;
    height: auto;
}
.responsive iframe, .responsive object, .responsive embed {
    width: 100%;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.sliderTextWide {
    background-color:rgba(255,255,255,0.5);
    padding:10px 0px;
    position:absolute;
    top:30%;
    width:100%;
    z-index:20;
}
.sliderText {
	margin:auto;
	/*padding:10px 0px;*/
	width:250px;
}
.sliderText h1 {
    display:block;
    float:left;
    font-size:20px;
    text-align:center;
    width:100%;
}
.sliderText h2 {
    color: #006d93;
    display:block;
    float:left;
    font-family: "Didact Gothic",sans-serif;
    font-size:20px;
    font-weight:300;
    line-height:20px;
    text-align:center;
    width:100%;
}
.sliderText h6 {
    display:block;
    float:left;
    font-size:10px;
    line-height:14px;
    text-align:center;
    width:100%;
}
.sliderText h6 a {
    color: #006d93;
    font-size:10px;
    line-height:14px;
}
.sliderImage {
	position:relative;
	z-index:10;
}

/*-------------------------SITE CLASSES END------------------------*/

.wrapperwide {
    width: 100%;
}
.wrapper {
    background-color: #ffffff;
}
.subwrapper {
    background-color: #ffffff;
}

/*-------------------------HEADER START----------------------------*/
.nopadding {
    padding-left:0px;
    padding-right:0px;
}
.header {
    background-color: rgba(255,255,255,0.7);
    width: 100%;
    z-index: 200;
}
/*-------------------------HEADER END------------------------------*/

.header {
    background-color: #fff;
    position: relative;
    padding: 10px 0px;
}
.le-edit-open .top-area {
    margin-top:200px;
} 

/*-------------------------MAIN MENU START-------------------------*/

nav {
    background-color:#006d9e;
}
.navigation {
    text-align: center;
}
.navicon {
    background-color:#006d93;
    color: #fff;
    display: block;
    height: 35px;
    padding:10px 15px;
    position: relative;
    width: 90%;
    margin: 0px 5%;
}
.navicon:after {
    color: #fff;
    content: '\2630    Menu';
    font-family:"Didact Gothic", sans-serif;
    font-size: 17px;
    left: 0;
    padding:8px 0px;
    position: absolute;
    text-transform:uppercase;
    right:0;
    top: 0;
}
.navicon:hover:after {
    color: #fff;
}
.navicon:hover {
    cursor: pointer;
}
.menu {
    background-color: #fff;
    color: #333333;
    text-align: left;
    display: none;
    width: 100%;
}
.menu ul.le_menu_level_0 {
    margin: 0;
    padding: 0 0 10px 0;
}
.menu li {
    list-style-type: none;
    text-decoration: none;
}
.menu li.le_menuitem_level_0 a {
    color: #006d93;
    display: block;
    font-family:"Didact Gothic", sans-serif;
    font-size: 16px;
    padding: 15px 10px;
    text-align:left;
    text-decoration: none;
    text-transform:uppercase;
}

/*--------1ST LEVEL SUBMENU-------*/

.menu ul.le_menu_level_1 {
    background-color:#ffffff;
    margin: 0;
    padding: 0;
}
.menu li.le_menuitem_level_1 a {
    display: block;
    padding: 7px 10px;
    color: #343695;
    font-family:"Didact Gothic", sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight:bold;
}

/*--------2ND LEVEL SUBMENU-------*/

.menu ul.le_menu_level_2 {
    margin: 0;
    padding: 0;
}
.menu li.le_menuitem_level_2 a {
    padding: 5px 0 5px 30px;
}
.dropdown ul {
    display: none;
}

/*-------------------------MAIN MENU END---------------------------*/

.img-box {
    display:none;
}
.slider table {
    height:110px;
    background-size:cover!important;
}
.social-menu {
    display:none;
}
.top-right-menu {
    text-align:center;
}
.logo {
    text-align:center;
    padding-bottom:10px;
}
.logo img {
    max-width:100%;
}
.cta-area {
    background-color:#006d9e;
    padding:30px 0px;
}
.bx-viewport .htmlSlide {
    padding-bottom: 0px!important;
}
.cta {
    text-align:center;
    background-color:#fff;
    padding:20px 0px;
    margin:10px 0px;
}
.cta a {
    font-size:18px;
    color:#000;
}
.cta h4 {
    display:table;
    border-bottom:2px solid #000;
    padding:0px 0px;
    margin:0px auto;
    font-size:20px;
}
.cta:hover a,.cta:hover h4 {
    color:#fff;
    border-bottom-color:#fff;
}
.cta:hover {
    background-color:#000;
}
.text-area {
    padding:25px 0px;
}
.schedule-area {
    background-image:url('http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/athleticgenius/img-schedule-background.jpg');
    background-size:cover;
}
.schedule-area #le_mb_list_schedule {
    background-color:rgba(255,255,255,0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#99FFFFFF', EndColorStr='#99FFFFFF')";
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#99FFFFFF', EndColorStr='#99FFFFFF');
    width:100%;
} 
.schedule-area h2 {
    font-size: 25px;
}
.schedule-area a {
    color:#16375f;
}
.schedule-area .le_metro_silver_button {
    color:#000;
    border:1px solid #6c6c6c;
    background: #c1c1c1; /* Old browsers */
    background: -moz-linear-gradient(top,  #c1c1c1 0%, #a5a5a5 47%, #7c7c7c 47%, #7c7c7c 47%, #a5a5a5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1c1c1), color-stop(47%,#a5a5a5), color-stop(47%,#7c7c7c), color-stop(47%,#7c7c7c), color-stop(100%,#a5a5a5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c1c1c1 0%,#a5a5a5 47%,#7c7c7c 47%,#7c7c7c 47%,#a5a5a5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c1c1c1 0%,#a5a5a5 47%,#7c7c7c 47%,#7c7c7c 47%,#a5a5a5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c1c1c1 0%,#a5a5a5 47%,#7c7c7c 47%,#7c7c7c 47%,#a5a5a5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c1c1c1 0%,#a5a5a5 47%,#7c7c7c 47%,#7c7c7c 47%,#a5a5a5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#a5a5a5',GradientType=0 ); /* IE6-9 */
    text-shadow:none;
    padding:3px;
}
.newsletter-area {
    background-color:#006d9e;
}
.newsletter-form .le_form_name{
    color:#fff;
    font-weight:bold;
    font-size:24px;
    line-height:28px;
    display:inline-block;
    float:left;
}
.newsletter-form label {
    display:none;
}
.newsletter-form .form-group {
    padding:0px 10px;
}
.newsletter-form input[type="submit"] {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width:140px;
    margin:0px auto;
    background-color:#000;
    color:#fff;
    border:none;
    font-size:18px;
    padding:4px 5px;
}
.newsletter-form input[type="submit"]:hover {
     background-color:#fff;
    color:#000;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.newsletter-form ::-webkit-input-placeholder {
   font-weight:bold;
   color:#000;
}
.newsletter-form :-moz-placeholder { /* Firefox 18- */
   font-weight:bold; 
   color:#000;
}
.newsletter-form ::-moz-placeholder {  /* Firefox 19+ */
   font-weight:bold; 
   color:#000;
}
.newsletter-form :-ms-input-placeholder {  
   font-weight:bold; 
   color:#000;
}
.newsletter-form input[type="text"] {
    padding:3px 5px;
}
.footer-left,.footer-right {
    text-align:center;
}
.inner-page-image img {
    width:100%;
}
.buy-button {
    border:1px solid #a7a9ac;
    text-align:center;
    margin:20px 0px;
    padding:20px 0px;
    padding-bottom:40px;
}
.buy-button h1 {
    font-size:40px;
    margin-bottom:25px;
}
.buy-button a {
    background-color:#000;
    color:#fff;
    padding:10px 20px;
}
.buy-button a:hover {
    background-color:#006d9e;
}

/*-------------------------MAIN START------------------------------*/


/*-------------------------MAIN END--------------------------------*/


/*-------------------------FOOTER START----------------------------*/

.footerwide {
    background-color:#000;
}
.footer {
    padding:20px 0px;
}
.footer p {
    color:#fff;
}

/*-------------------------FOOTER END------------------------------*/


/*-------------------------MEDIA QUERIES START---------------------*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Extra Small devices (phones ,480px and up) */
@media(min-width: 480px) {
    
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .wrapper {
        position: relative;
        z-index: 2;
        margin: auto;
        width: 748px;
    }
    .subwrapper {
        position: relative;
        z-index: 2;
        margin: auto;
        width: 748px;
    }
    .button a, a.button {
        border: 2px solid #ffffff;
    }
    .navigation {
        text-align: center;
        margin-top:0px;
    }
    .navicon {
        display: none;
    }
    .menu {
        display: block;
        width:100%;
        margin:0;
        border-top:none;
        background-color:transparent;
    }
    .menu ul {
        margin: 0;
        padding: 0;
    }
    .menu ul.le_menu_level_0 {
        margin: 0;
        padding: 0;
    }
    .menu li {
        list-style: none;
    }
    .menu li.le_menuitem_level_0 {
        display: inline-block;
    }
    .menu li.le_menuitem_level_0 a {
        color: #fff;
        display: block;
        font-family:"Didact Gothic", sans-serif;
        font-size:11px;
        font-weight:none;
        padding: 12px 9px;
        text-decoration:none;
        font-weight:400;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .33s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .menu li.le_menuitem_level_0>a:hover {
        background-color:#000;
        text-decoration:none;
    }
    .menu ul.le_menu_level_1 {
        background-color: rgba(0, 0, 0, 0.6);
        display: none;
        margin: 0 auto 0 auto;
        min-width: 135px;
        padding: 7px 11px;
        position: absolute;
        text-align: left;
        z-index: 100;
        float:right;
    }
    .menu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
        display: block;
    }
    .menu li.le_menuitem_level_1 a {
        color: #fff;
        display: block;
        font-family: "Didact Gothic", sans-serif;
        font-size: 12px;
        padding: 4px 8px;
        text-align:left;
        text-decoration: none;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
    }
    .menu li.le_menuitem_level_1 a:hover {
        color: #006d9e;
    }
    .menu li.le_menuitem_level_1:last-of-type a {
        /*border-bottom: 1px solid #0b475f;*/
    }
    .menu .le_menu_level_2_container {
        float: right;
        margin-top: -35px;
        padding: 0;
    }
    .menu ul.le_menu_level_2 {
        position: absolute;
        z-index: 100;
        display: none;
        margin: 0;
        padding: 0;
        background-color: #777777;
        border-bottom: 1px solid #000000;
        border-left: 1px solid #000000;
        text-align: left;
    }
    .menu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
        display: block;
    }
    .dropdown ul {
        display: block;
    }
    .footer {
        padding:20px 0px;
    }
    .header {
        height:115px;
    }
    .slider table {
        height:350px;
        background-size:cover !important;
        background-position:center center !important;
    }
    .slider td {
        display: block;
        position: relative;
        height: 120px;
        background-color: rgba(255,255,255,0.6);
        vertical-align: middle;
        padding: 16px;
        top: 125px;
    }
    .img-box {
        display:table;
        margin:0px auto;
        position:relative;
        width:732px;
    }
    .img-box h1 {
        display:block;
        float:left;
        font-size:50px;
        text-align:center;
        width:100%;
    }
    .img-box h2 {
        color: #006d93;
        display:block;
        float:left;
        font-family: "Didact Gothic",sans-serif;
        font-size:50px;
        font-weight:300;
        line-height:50px;
        text-align:center;
        width:100%;
    }
    .img-box h6 {
        width:100%;
        display:block;
        float:left;
        text-align:center;
    }
    .img-box h6 a {
        color: #006d93;
    }
    .sliderTextWide {
        padding:20px 0px;
    }
    .sliderText {
        width:748px;
    }
    .sliderText h1 {
        display:block;
        float:left;
        font-size:50px;
        text-align:center;
        width:100%;
    }
    .sliderText h2 {
        color: #006d93;
        display:block;
        float:left;
        font-family: "Didact Gothic",sans-serif;
        font-size:50px;
        font-weight:300;
        line-height:50px;
        text-align:center;
        width:100%;
    }
    .sliderText h6 {
        display:block;
        float:left;
        font-size: 18px;
        line-height:24px;
        text-align:center;
        width:100%;
    }
    .sliderText h6 a {
        color: #006d93;
        font-size: 18px;
        line-height:24px;
    }
    .top-right-menu {
        color:#006d9e;
        text-align:right;
    }
    .social-menu {
        text-align:right;
        padding-top:5px;
    }
    .social-menu {
        display:block;
    }
    .cta h4 {
        font-size:24px;
    }
    .cta {
        margin:25px 0px;
    }
    .text-area {
        padding:50px 100px;
    }
    .footer-left {
        text-align:left;
    }
    .footer-right {
        text-align:right;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .wrapper {
        margin: auto;
        width: 972px;
    }
    .subwrapper {
        margin: auto;
        width: 972px;
        background: rgba(255,255,255,1);
    }
    .header {
        
    }
    .logo {
        text-align: left;
    }
    .navigation {
        text-align: center;
    }
    .slider table {
        height:450px;
    }
    .slider td {
        top:150px;
    }
    .img-box {
        width:952px;
    }
    .sliderText {
        width:972px;
    }
    .menu li.le_menuitem_level_0 a {
        color: #fff;
        display: block;
        font-family:"Didact Gothic", sans-serif;
        font-size:12px;
        font-weight:none;
        padding: 12px 12px;
        text-decoration:none;
        font-weight:400;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .33s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .wrapper {
        margin: auto;
        width: 1170px;
    }
    .subwrapper {
        margin: auto;
        width: 1170px;
        background: rgba(255,255,255,1);
    }
    .navigation {
        
    }
    .menu li.le_menuitem_level_0>a {
        font-size:16px;
    }
    .sliderText {
        width:1170px;
    }
    .sliderText h1 {
        font-size:50px;
        width:45%;
        display:block;
        float:left;
        text-align:left;
    }
    .sliderText h2 {
        display:block;
        float:left;
        font-size:50px;
        /*margin-top:-25px;*/
        text-align:left;
        width:46%;
    }
    .sliderText h6 {
        width:54%;
        display:block;
        float:left;
        text-align:left;
    }
    .slider table {
        height:550px;
    }
    .slider td {
        padding: 35px;
        top:200px;
    }
    .img-box {
        width:1152px;
    }
    .img-box h1 {
        font-size:50px;
        width:45%;
        display:block;
        float:left;
        text-align:left;
    }
    .img-box h2 {
        display:block;
        float:left;
        font-size:50px;
        margin-top:-25px;
        text-align:left;
        width:45%;
    }
    .img-box h6 {
        width:55%;
        display:block;
        float:left;
        text-align:left;
    }
    .newsletter-form form > input:first-child+input+input+div {
        width:480px;
    }
    .newsletter-form form > input:first-child+input+input+div > input {
        width:90%;
        margin-left:10%;
    }
    .newsletter-form form > input:first-child+input+input+div+div {
        width:170px;
    }
}

/*-------------------------MEDIA QUERIES END-----------------------*/


/*-------------------------RESETS START----------------------------*/

.anythingSlider-default {
    margin-bottom: 0px !important;
    padding: 0 !important;
}
button::-moz-focus-inner,
    input[type="button"]::-moz-focus-inner,
    input[type="submit"]::-moz-focus-inner,
    input[type="reset"]::-moz-focus-inner {
    padding: 0 !important;
    border: 0 none !important;
}
.wrapper img {
    vertical-align: middle;
}
.wrapper table {
    border-spacing: 0 !important;
}

/*-------------------------RESETS END------------------------------*/


/*-------------------------CLEAR START-----------------------------*/

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
    clear: both;
    content:' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/*-------------------------IE 8 Fixes-------------------------------*/
.lt-ie9 .col-md-1, 
.lt-ie9 .col-md-2, 
.lt-ie9 .col-md-3, 
.lt-ie9 .col-md-4, 
.lt-ie9 .col-md-5, 
.lt-ie9 .col-md-6, 
.lt-ie9 .col-md-7, 
.lt-ie9 .col-md-8, 
.lt-ie9 .col-md-9, 
.lt-ie9 .col-md-10, 
.lt-ie9 .col-md-11, 
.lt-ie9 .col-md-12 {
    float: left;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box;
}
.lt-ie9 .col-md-12 {
    width: 100%;
}
.lt-ie9 .col-md-11 {
    width: 91.66666667%;
}
.lt-ie9 .col-md-10 {
    width: 83.33333333%;
}
.lt-ie9 .col-md-9 {
    width: 75%;
}
.lt-ie9 .col-md-8 {
    width: 66.66666667%;
}
.lt-ie9 .col-md-7 {
    width: 58.33333333%;
}
.lt-ie9 .col-md-6 {
    width: 50%;
}
.lt-ie9 .col-md-5 {
    width: 41.66666667%;
}
.lt-ie9 .col-md-4 {
    width: 33.33333333%;
}
.lt-ie9 .col-md-3 {
    width: 25%;
}
.lt-ie9 .col-md-2 {
    width: 16.66666667%;
}
.lt-ie9 .col-md-1 {
    width: 8.33333333%;
}
.lt-ie9 .navigation {
    text-align: center;
    margin-top:0px;
}
.lt-ie9 .navicon {
    display: none;
}
.lt-ie9 .menu  {
    display: block;
    width:100%;
    margin:0;
    border-top:none;
    background-color:transparent;
}
.lt-ie9 .menu ul {
    margin: 0;
    padding: 0;
}
.lt-ie9 .menu ul.le_menu_level_0 {
    margin: 0;
    padding: 0;
}
.lt-ie9 .menu li {
    list-style: none;
}
.lt-ie9 .menu li.le_menuitem_level_0 {
    display: inline-block;
}
.lt-ie9 .menu li.le_menuitem_level_0 a {
    color: #fff;
    display: block;
    font-family:"Didact Gothic", sans-serif;
    font-size:11px;
    font-weight:none;
    padding: 12px 9px;
    text-decoration:none;
    font-weight:400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .33s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.lt-ie9  .menu li.le_menuitem_level_0>a:hover {
    background-color:#000;
    text-decoration:none;
}
.lt-ie9 .menu ul.le_menu_level_1 {
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    margin: 0 auto 0 auto;
    min-width: 135px;
    padding: 7px 11px;
    position: absolute;
    text-align: left;
    z-index: 100;
    float:right;
}
.lt-ie9 .menu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    display: block;
}
.lt-ie9 .menu li.le_menuitem_level_1 a {
    color: #fff;
    display: block;
    font-family: "Didact Gothic", sans-serif;
    font-size: 12px;
    padding: 4px 8px;
    text-align:left;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.lt-ie9 .menu li.le_menuitem_level_1 a:hover {
    color: #006d9e;
}
.lt-ie9 .menu li.le_menuitem_level_1:last-of-type a {
    /*border-bottom: 1px solid #0b475f;*/
}
.lt-ie9 .menu .le_menu_level_2_container {
    float: right;
    margin-top: -35px;
    padding: 0;
}
.lt-ie9 .menu ul.le_menu_level_2 {
    position: absolute;
    z-index: 100;
    display: none;
    margin: 0;
    padding: 0;
    background-color: #777777;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    text-align: left;
}
.lt-ie9 .menu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    display: block;
}
.lt-ie9 .dropdown ul {
    display: block;
}
.lt-ie9  .footer {
    padding:20px 0px;
}
.lt-ie9  .header {
    height:115px;
}
.lt-ie9 .slider table {
    height:350px;
    background-size:cover!important;
    background-position:center center!important;
}
.lt-ie9 .slider td {
    display: block;
    position: relative;
    height: 120px;
    background-color: rgba(255,255,255,0.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#99FFFFFF', EndColorStr='#99FFFFFF')";
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#99FFFFFF', EndColorStr='#99FFFFFF');
    vertical-align: middle;
    padding: 16px;
    top: 0px;
}
.lt-ie9 .img-box {
    display:table;
    width:732px;
    margin:0px auto;
    position:relative;
}
.lt-ie9 .top-right-menu {
    color:#006d9e;
    text-align:right;
}
.lt-ie9 .social-menu {
    text-align:right;
    padding-top:5px;
}
.lt-ie9 .img-box h1 {
    font-size:50px;
    width:100%;
    display:block;
    float:left;
    text-align:center;
}
.lt-ie9 .img-box h2 {
    font-size:50px;
    width:100%;
    display:block;
    float:left;
    text-align:center;
}
.lt-ie9 .img-box h6 {
    width:100%;
    display:block;
    float:left;
    text-align:center;
}
.lt-ie9 .img-box h6 a {
  color: #006d93;
}
.lt-ie9 .social-menu {
    display:block;
}
.lt-ie9 .cta h4 {
    font-size:24px;
}
.lt-ie9 .cta {
   margin:25px 0px;
}
.lt-ie9 .text-area {
    padding:50px 100px;
}
.lt-ie9 .footer-left {
    text-align:left;
}
.lt-ie9 .footer-right {
    text-align:right;
}
.lt-ie9 .wrapper {
    margin: auto;
    width: 1170px;
}
.lt-ie9 .subwrapper {
    margin: auto;
    width: 1170px;
    background: rgba(255,255,255,1);
}
.lt-ie9 .img-box {
    width:1152px;
}
.lt-ie9 .slider table {
    height:450px;
}
.lt-ie9 .img-box h1 {
    font-size:50px;
    width:45%;
    display:block;
    float:left;
    text-align:left;
}
.lt-ie9 .img-box h2 {
    font-size:50px;
    width:45%;
    display:block;
    float:left;
    text-align:left;
}
.lt-ie9 .img-box h6 {
    width:55%;
    display:block;
    float:left;
    text-align:left;
}
.lt-ie9 .newsletter-form form > input:first-child+input+input+div {
    width:480px;
}
.lt-ie9 .newsletter-form form > input:first-child+input+input+div > input {
    width:90%;
    margin-left:0%;
}
.lt-ie9 .newsletter-form form > input:first-child+input+input+div+div {
    width:170px;
}

/*-------------------------IE 8 Fixes END-------------------------------*/

/*-------------------------CLEAR END-------------------------------*/