﻿/*  Site Colors  */
/*
Blue:               #11426b
Light Blue:         #20bce0
Light light Blue:   #e8f6fd
Light Green:        #bed630
*/


h1, h2, h3, h4, h5, h6 {
    font-family:'Open Sans', sans-serif;
    color: #11426b;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    text-rendering: optimizelegibility;
}


h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #999999;
    font-weight: normal;
    line-height: 1;
}
/*h1, h2, h3 {
    line-height: 40px;
}*/

html {font-size: 16px;}

@media (min-width: 800px) {
    html {font-size:18px;}
  }
@media (min-width: 1200px) {
    html {font-size:20px;}
  }


h1 { font-size: 3.125em;} 
h2 { font-size: 2.3125em;} 
h3 { font-size: 1.75em;} 
h4 {font-size: 1.35em;}
h5 {font-size: 1.20em;}
h6 {font-size: .65em;}

h1 small {
    font-size: 22.75px;
}
h2 small {
    font-size: 16.25px;
}
h3 small {
    font-size: 13px;
}
h4 small {
    font-size: 13px;
}

/*ul, ol{margin-top:0px; margin-right:0px; margin-left:0px;  margin-bottom:0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;    box-sizing: border-box; padding:0px ; list-style:none;}*/

ul, ol {
  margin-left: 0;
  padding-left: 0;
}

/*li {
  margin-left: 2em;
  list-style-type:square;
  
}*/

.btn-directorybutton {
    background: #11426b;
    color: #ffffff;
    height:100px;
}
 
.btn-directorybutton:hover, .btn-directorybutton:focus, .btn-directorybutton:active, .btn-directorybutton.active, .open > .dropdown-toggle.btn-directorybutton {
    background: #20bce0;
     color: #ffffff;
}

.btn-lg {
    font-size:16px;
    background-color: #11426b;
    color:#fff;
}

.btn:hover {
     color:#fff;
}

.btn-lightblue {
    font-size:16px;
    background-color: #20bce0;
    color:#fff;
}

.btn-lightblue:hover, .btn-lightblue:focus, .btn-lightblue:active, .btn-lightblue.active, .open > .dropdown-toggle.btn-lightblue {
    background: #999999;
     color: #ffffff;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.btn-lg a:link, .btn-lg a:visited, .btn-lg a:hover, .btn-lg a:active {color:#fff;}

body {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    /*font-size: 1.5rem;*/
    line-height:1.5;
    font-weight: 400;
    color: #232323;
    background-color: #fff;
}
body.home {background-image: url('../Images/background1.jpg');
background-size: cover;
background-position: top;}

header,
footer,
nav,
section {
    display: block;
}

.header {
   	width:100%;
	display:block;
	min-height:120px;
	padding:25px 0px 0px 0px;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
    /*background:url(../images/topbg02.jpg) center center no-repeat rgba(255,255,255,0.5);*/
    background:rgb(255,255,255);
	position:fixed;
	z-index:2;
}

.hometext {
    font-size:1.2em;
}

/*.searchbox {
padding-top: .25em;
}*/

.btn-searchbox {
    height:23px;
    /*padding-top: .25em;*/
    background-color:  #0080be;
    border-bottom-color:  #0080be;
    border-left-color:  #0080be;
    border-right-color:  #0080be;
    border-top-color:  #0080be;
    color: #fff;
}

.btn-searchbox:hover, .btn-searchbox:focus, .btn-searchbox:active, .btn-searchbox.active, .open > .dropdown-toggle.btn-searchbox {
    background-color: #00aeef;
    border-bottom-color: #00aeef;
    border-left-color: #00aeef;
    border-right-color: #00aeef;
    border-top-color: #00aeef;
}

.container ul, .container ol {
    margin-bottom: 10px;
    /*margin-left: 30px;*/
    margin-left: 10px;
    margin-top: 0;
}

.navbar-wrapper .container ul, .navbar-wrapper .container ol {
    margin-bottom: 10px;
    margin-left: 0px;
    margin-top: 0;
}


#venumaps {
    margin-bottom:20px;
}


/**************************Home page styles****************************/

.fiveblockarrowalign {margin-left:60px;}
.fiveblockarrow {background-color:#eaeaeb;margin:20px 0px;min-height:200px;}

.homehero {
    font-size: 2.6em;
    color: white;
    text-align: center;
    line-height: 1.3em;
    text-shadow: 2px 4px 6px #333;
}
.herotext h1 {
    font-weight: 300;
    font-size: 35px;
    color: white;
    text-shadow: 1px 2px 3px #666;
    line-height: 1.0em;
}

.herotext h2 {
    font-weight: 300;
    font-size: 14px;
    text-shadow: 1px 2px 3px #666;
    color: white;
}




.carousel-caption h2 {
    -moz-text-size-adjust: 75%;
    -ms-text-size-adjust: 75%;
    -webkit-text-size-adjust: 75%;
    text-size-adjust: 75%;
    color:#fff;
    font-size: 60px;
}

/*hr {
    -moz-float-edge: margin-box;
    color: gray;
    display: block;
    margin-block-end: 0.5em;
    margin-block-start: 0.5em;
    margin-inline-end: auto;
    margin-inline-start: auto;
}

hr.white {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fff;
    margin: 1em 0;
    padding: 0; 
}*/


 hr {
    /*height: 2px;*/
    width: 100%;
    border-bottom-color:#ccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: 0 !important;
    min-height: 0 !important;
    margin-block-start:-0.2em !important;
    margin-block-end:1.1em !important; /*originally 0.1em*/
}

 /*hr {
    border-bottom-color: #fff);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    height: 0 !important;
    margin-block-end: 0.1em !important;
    margin-block-start: -0.2em !important;
    min-height: 0 !important;
    width: 100%;
}*/

.homeherosubtext {
    font-size: 2.0em;
    color: white;
    text-align: center;
    line-height: 1.3em;
    text-shadow: 1px 2px 3px #666;
}

.hero {
    background: url("/Images/hero-image.jpg") no-repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
    background-color: #e1e1e1;
    overflow: hidden;
    /*padding: 10px 0 20px;*/
    position: relative;
    text-align: left;
    padding: 10px 0 10px;
    min-height: 180px;
    max-height: 180px;
    height: 180px;
}


.iconcircle {
    width:130px;
    height:130px;
    border-radius:70px;
    font-size:60px;
    color:#676767;
    line-height:105px;
    text-align:center;
    background:transparent;
    border:10px solid #676767
    }


.well {
    background-image: linear-gradient(to bottom, #11426b 0, #000 100%);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
}

    .well h2, .well p {
        color: #fff;
    }


    .well h2 {
        font-size: 3em;
    }

    .well h3 {
        font-size: 3em;
        color:#fff;
    }

    .well btn-lg {
        color: #fff;
    }

    .well btn-outline btn-lg {
        color: #fff;
        margin: 15px;
    }

    .well button.btn.btn-outline.btn-lg {
        color: #fff;
        margin: 15px;
    }

    .wellheight {min-height:250px;}

.breadcrumb {
    background-color: transparent;
    border-radius: 4px;
    list-style: none outside none;
    margin-bottom: 20px;
    padding: 30px 0 10px 0;
}

    .breadcrumb a {
        color: #999;
        text-decoration: none;
    }


.imagealigner {margin-top:50%; height:400px;}

/*.vcenter {
      display: table-cell;
      vertical-align: middle;
}



.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}*/

.rollup-wrapper, .rollup-wrapper-aside, .rollup-wrapper-callout, .rollup-wrapper-callout-gray {
    margin: 0;
    padding: 30px;
}

.rollup-wrapper-callout-gray {
    background-color: #f0f0f0;
}

.rollup-wrapper-home, .rollup-wrapper-callout {
    background: #999;
    margin: 10px 0;
    padding: 30px;
}

.rollup-wrapper-aside {
    background-color: #fafafa;
}

.rollup-title {
    font-size: 20px;
    color: #11426b;
}

.rollup-content {
    color: #fff;
}

.navbar-wrapper {
    background-color: #20bce0;
    width: 100%;
}

.nav-item a {
    background-color: #20bce0;
}

.masthead {
    height: 130px;
    background-color: #fff;
}

.masthead > .container {
    padding-top:30px;
}

.featurette {
    padding:60px 0;
    background-color: #eaeaea;
    opacity: 0.9;
}

/*.featurette-divider {
    margin-bottom: 80px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 80px;
    background-color: #eaeaea;
    opacity: 0.9;
}*/

.featurette-divider-home {
    margin: 0 0;
    background-color: #eaeaea;
    opacity: 0.9;
}

.featurette-divider-affiliations {
    padding: 30px 0;
    background-color: #888888;
}

.footer {
    /*font-size: 10px;*/
}



.truncate {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.columnContent ul {
    padding-left:40px;
}

.navwidth {width:90%;}



/*-------------------------------GOOGLE MAPS-------------------------------*/
.google-maps {
    position: relative;
    padding-bottom: 75%;
    /* This is the aspect ratio height: 0; */
    overflow: hidden;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }




.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1;
    width: 100%;
}



/*-----------------------------Social Media--------------------------------*/


.socialbuttons {padding-top:20px;}


.smGlobalBtn{ /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 20px;
    box-shadow: 0 2px 2px #999;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 25px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
}


/*--------------------------facebook button class-----------------*/
.facebookBtn{
    /*background: #4060A5;*/
    background: #686868;
}

.facebookBtn:before{ /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a"; /* add facebook icon */
}

.facebookBtn:hover{
    color: #4060A5;
    background: #fff;
}

/*----------------------------twitter button class---------------------*/
.twitterBtn{
    /*background: #00ABE3;*/
    background: #686868;
}

.twitterBtn:before{
      font-family: "FontAwesome";
      content: "\f099"; /* add twitter icon */
}

.twitterBtn:hover{
      color: #00ABE3;
      background: #fff;
}

/*----------------------------google plus button class--------------------*/
.googleplusBtn{
    background: #e64522;
}

.googleplusBtn:before{
      font-family: "FontAwesome";
      content: "\f0d5"; /* add googleplus icon */
}

.googleplusBtn:hover{
      color: #e64522;
      background: #fff;
}

/*----------------------------linkedin button class-------------------------*/
.linkedinBtn{
    /*background: #0094BC;*/
    background: #686868;
}

.linkedinBtn:before{
      font-family: "FontAwesome";
      content: "\f0e1"; /* add linkedin icon */
}

.linkedinBtn:hover{
      color: #0094BC;
      background: #fff;
}

/*----------------------------pinterest button class-------------------------*/
.pinterestBtn{
    /*background: #cb2027;*/
    background: #686868;
}

.pinterestBtn:before{
      font-family: "FontAwesome";
      content: "\f0d2"; /* add pinterest icon */
}

.pinterestBtn:hover{
      color: #cb2027;
      background: #fff;
}

/* tumblr button class*/
.tumblrBtn{
    background: #3a5876;
}

.tumblrBtn:before{
      font-family: "FontAwesome";
      content: "\f173"; /* add tumblr icon */
}

.tumblrBtn:hover{
      color: #3a5876;
      background: #fff;
}

/*----------------------------youTube button class------------------------*/
.youtubeBtn{
    background: #686868;
}

.youtubeBtn:before{
      font-family: "FontAwesome";
      content: "\f166"; /* add tumblr icon */
}

.youtubeBtn:hover{
      color: #3a5876;
      background: #fff;
}



/*------------------------------rss button class---------------------------*/
.rssBtn{
    background: #e88845;
}

.rssBtn:before{
      font-family: "FontAwesome";
      content: "\f09e"; /* add rss icon */
}

.rssBtn:hover{
      color: #e88845;
      background: #fff;
}





/*---------------------------------Styles for basic forms-----------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/*-------------------------Styles for validation helpers---------------------------------------*/



.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}


/*---------------------------------Sticky footer styles--------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 300px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    /*height: 40px;*/
    color: #11426b;
    background-color: #ddd;
    /*border-bottom: 8px solid #77787b;*/
}





/*-------------------------------Windows Phone 8 before Update 3 fix------------------------- */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/*---------------------------Products Page----------------------------------*/
.productsGrid {
    padding-bottom: 100px;
}


/*----------------------------Product Detail--------------------------------*/
.full-width-blue {
    background-color: #1499d6;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.product-head {padding:30px 0;
}

.product-item {
    text-align:center;
    margin:30px 0;
    max-height:300px;
}

.product-description-full-width {
    background-color: #dddddd;
    padding: 50px;
}

.supplement-facts-full-width {
    padding: 20px;
}

.additional-resources-full-width {
    padding: 20px;
}

.fa-10x {
    font-size: 10em;
}

.faqs-list {
    list-style-type: none;
}

 a.fa {text-decoration:none;}


.searchAndFilterRow {
    margin-top:20px;
}


/*----------------------------Product Detail--------------------------------*/
.full-width-green {
    background-color: #6daa49;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.test-head {padding:30px 0;
}

.test-item {
    text-align:center;
    margin:30px 0;
    max-height:300px;
}

.test-description-full-width {
    background-color: #dddddd;
    padding: 50px;
}

.supplement-facts-full-width {
    padding: 20px;
}

.additional-resources-full-width {
    padding: 20px;
}

.fa-10x {
    font-size: 10em;
}

.faqs-list {
    list-style-type: none;
}

a.fa {text-decoration:none;}


.searchAndFilterRow {
    margin-top:20px;
}





/*--------------------------responsive video----------------------------*/
.videowrapper {
    height: 350px;
    width: 100%;
    display: block;
}

@media (max-width: 480px) {
    .videowrapper {
        height: 150px;
    }
    .footer {
        position: relative;
    }
}

@media (min-width: 481px) {
    .videowrapper {
        height: 250px;
    }
}

@media (min-width: 768px) {
    .videowrapper {
        height: 300px;
    }
}

@media (min-width: 992px) {
    .videowrapper {
        height: 350px;
    }
}

@media (min-width: 1200px) {
    .videowrapper {
        height: 450px;
    }
}














/*----------------test for search box-----------------*/

.featurette .search {
    padding: 3%;
    max-width: 980px; /*max width of search*/
    margin: 0 auto;
}
.no-margin-top {
    margin-top: 0
}


/* ------------------- form-control-lg --------------------*/
.form-control-lg {
    min-height: 34px;
    border-radius: 6px;
    font-size: 14px;
    line-height: normal;
}


/* ----------disjointed form group custom --------------------*/
.featurette .search.has-button .btn {
    margin-top: 5px;
    width: 100%;
}
@media (min-width:480px) { 
    .featurette .search.has-button .form-group {
        position: relative;
        padding-right: 99px; /*space for button*/
    }
    .featurette .search.has-button .btn {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        margin: 0;
    }
}




.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    font-size: 16px;
    height: 34px;
    line-height: 1.33;
    padding: 5px 8px;
}



/* ---------------------------- youtube responsive ------------------------- */

.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%;
}

/* Selector duplicate, with different style. TODO: Decide what to do about it. */
.google-maps {
    position: relative;
    padding-bottom: 330px;
    /* This is the aspect ratio height: 0; */
    overflow: hidden;
    max-height:300px;
    max-width:1170px;
      
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-height:300px;
    max-width:1170px;

}

/* ---------------------------- inner content wrapper ------------------------- */
.content-inner {
margin-left:auto;
margin-right:auto;
}

@media (min-width: 768px) {
.content-inner {
    width: 750px;
}
}
@media (min-width: 992px) {
.content-inner {
    width: 970px;
}
}
@media (min-width: 1200px) {
.content-inner {
    width: 1170px;
}
}















/***************************   BRIAN'S CSS    ****************************/
.btn-custom {
  background-color: hsl(195, 98%, 49%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02baf7", endColorstr="#02baf7");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#02baf7), to(#02baf7));
  background-image: -moz-linear-gradient(top, #02baf7, #02baf7);
  background-image: -ms-linear-gradient(top, #02baf7, #02baf7);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #02baf7), color-stop(100%, #02baf7));
  background-image: -webkit-linear-gradient(top, #02baf7, #02baf7);
  background-image: -o-linear-gradient(top, #02baf7, #02baf7);
  background-image: linear-gradient(#02baf7, #02baf7);
  border-color: #02baf7 #02baf7 hsl(195, 98%, 49%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.00);
  -webkit-font-smoothing: antialiased;
}

/***************************   END   BRIAN'S CSS    ****************************/

/*------------------------------------*\
	Flaunt JS Navigation
\*------------------------------------*/


nav {
    margin: auto auto;
    /*display: none;*/
    position: relative;
    z-index: 100;
    width: 1000px;
}

.nav {
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: 900;
    /*float: left;*/
}

.nav-list {
    text-align: left;
}

.nav-item {
    float: left;
    *display: inline;
    -ms-zoom: 1;
    zoom: 1;
    position: relative;
}

.nav-item a {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    display: block;
    color: #fff !important /*added to overwrite issue on font coloring or Where to buy page on MAS*/;
    padding: 15px 25px;
    background: #20bce0;
    /*background:#ededed;*/
    /*border-bottom:1px solid #fff;*/
}

    .nav-item > a:hover {
        /*background:#7b3db0;*/
        background: #999;
        color: #fff;
    }

    .nav-item:hover .nav-submenu {
        display: block;
    }
/* Navigation submenu */
.nav-submenu {
    display: none;
    position: absolute;
    left: 0;
    width: 180px;
}

.nav-submenu-item a {
    background: #777777;
    border-bottom: 1px solid #ffffff;
    display: block;
    padding: 15px;
}

    .nav-submenu-item a:hover {
        background: #777;
    }
/* Mobile navigation */
.nav-mobile {
    display: none; /* Hide from browsers that don't support media queries */
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background: #20bce0 url(/images/nav.png) no-repeat center center;
    /*background-size:18px;*/
    height: 50px;
    width: 100%;
    float: right;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    border-left: 1px solid #ffffff;
    height: 49px;
    width: 50px;
    cursor: pointer;
}

    .nav-click i {
        display: block;
        height: 48px;
        width: 48px;
        background: url(/images/drop.png) no-repeat center center;
        background-size: 20px;
    }

    .nav-click:hover {
        background-color: #e8f6fd;
    }

.nav-rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*------------------------------------*\
	Media Queries
\*------------------------------------*/
@media only screen and (max-width: 994px) {

/*@media only screen and (max-width: 768px) {*/
    .nav-mobile {
        display: inline-block;
    }

    .nav {
        width: 100%;
        padding: 50px 0 0;
    }

    .nav-list {
        display: none;
    }

    .nav-item {
        width: 100%;
        float: none;
    }

        .nav-item > a {
            padding: 15px;
        }

    .nav-click {
        display: block;
    }

    .nav-mobile-open {
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
    }

    .nav-item:hover .nav-submenu {
        display: none;
    }

    .nav-submenu {
        position: static;
        width: 100%;
    }
}

.demo-nav {
    float: right;
    margin: 12px 0;
    list-style: none;
}

.demo-nav-link {
}

    .demo-nav-link a {
        color: #aa292e;
        text-decoration: none;
    }



html body div#wrap div#main div.full-width div#header nav.nav ul.nav-list {
    list-style: none outside none;
}

    html body div#wrap div#main div.full-width div#header nav.nav ul.nav-list li.nav-item {
        padding: 0;
        margin: 0;
    }

        html body div#wrap div#main div.full-width div#header nav.nav ul.nav-list li.nav-item ul.nav-submenu li.nav-submenu-item {
            padding-bottom: 0px;
            margin: 0px;
        }




.nav ul, .nav ol {
    margin-bottom: 0px;
}

.nav ul {
    list-style: none outside;
}

.nav ol {
    list-style: decimal;
}

.nav ol, .nav ul.square, .nav ul.circle, .nav ul.disc {
    margin-left: 0px;
}

.nav ul.square {
    list-style: square outside none;
}

.nav ul.circle {
    list-style: circle outside none;
}

.nav ul.disc {
    list-style: disc outside none;
}

.nav ul ul, .nav ul ol,
.nav ol ol, .nav ol ul {
    margin: 0px 0 0px 0px;
    font-size: 90%;
}

    .nav ul ul li, .nav ul ol li,
    .nav ol ol li, .nav ol ul li {
        margin-bottom: 0px;
    }

.nav li {
    line-height: 18px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.nav ul.large li {
    line-height: 21px;
}

.nav li p {
    line-height: 21px;
}

.dont-break-out {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}


/************************** NewsItem styles ****************************/
.newsitemwrapper{}
.newsitemthumb{}
.newsitemcontent{margin-bottom:15px;}
.newsdate{font-size:12px;font-weight:700;}
.newslinks{}

.newslinks h5{margin-top:0px;margin-bottom:2px;}
.newslinks h5 a:link, .newslinks h5 a:visited, .newslinks h5 a:hover, .newslinks h5 a:active   {color:#11426b; font-size:1.3em; font-weight:700;text-decoration:none;}
.newspreview{font-size:12px;}

/************************** End of NewsItem styles ****************************/

/*.k-input{height:36px !important;}
.btn {min-height: 38px !important;}*/


/************************** Kendo Style Overrides ****************************/
#pagertop.k-pager-wrap{border-bottom:solid 1px #20bce0;border-right:none;border-left:none;border-top:none;padding-left:15px;padding-top:5px;margin-bottom:20px;}
#pagerbottom.k-pager-wrap{border-top:solid 1px #20bce0;border-right:none;border-left:none;border-bottom:none;padding-left:15px;padding-top:5px;}
.k-pager-wrap,.k-pager-nav{background-color:#fff !important;background-image:none !important;}
.k-pager-numbers{margin-bottom:0px !important;}
.k-input{height:31px !important;}
div.k-window-content{height:95% !important;}
/************************** End of Kendo Style Overrides ****************************/


/************************** Bootstrap Style Overrides ****************************/
.label{font-size:14px;color:#232323;}
.label label{font-weight:normal;}
.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.btn-harmonie {background-color:#428bca;color:#fff;}
.btn-harmonie:hover {background-color:#2a6496;}
/************************** End of Bootstrap Style Overrides ****************************/