/***************************************************************************************************************************************/
/********************************************************* GLOBAL STYLES ***************************************************************/
/***************************************************************************************************************************************/
html {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #161817;
}

body {
    color: #5a5a5a;
    background: none;
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Sans', sans-serif;
}

h1, h2, h3 {
    text-transform: uppercase;
    font-weight: 100;
}

h2 {
    font-size: 1.8em;
}

img {
    max-width: 100%;
}

/*------------------------------------------------------------ HEADER ----------------------------------------------------------------*/

header.hero {
    background: url("../images/backgrounds/back.jpg") no-repeat center center fixed ;    
    background-color: rgba(255, 255, 255, 1);
    background-size: 100%;
    min-height: 550px;
    margin: 0 0 -10px 0;
    text-align: center;
    color: #FFFFFF;
    padding-top: 120px;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
}

header.hero.small {
    min-height: 230px;
    padding-top: 70px;
}

header.hero.general {
    min-height: 5px;
    padding-top: 63px;
}

header.hero h1, header.hero h3 {
    font-family: 'Quicksand', sans-serif;
}

header.hero h1 {
    border-bottom: 1px solid;
    display: inline-block;
    font-size: 3.3em;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

header.hero h3 {
    font-size: 2.38em;
}

header.hero.small h1 {
    font-size: 2.3em;
    padding-bottom: 15px;
}

header.hero.small h3 {
    font-size: 1.66em;
    margin-top: 10px;
}

header.hero.small .logo img {
    height: 120px;
}

nav  img.logo {
    height: 48px;
    margin-top: 3px;
}

/*------------------------------------------------------------ LOGO ----------------------------------------------------------------*/


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

section.main {
    margin: 0;
    background-color: rgba(255, 255, 255, 1);
    padding: 15px 0 80px 0;
    min-height: 550px;
}

section.section--highlight {
	background-color: #f7f7f7;
    padding: 4rem 0;
}

section.section--highlight h1, section.section--highlight h2, section.section--highlight h3 {
    text-align: center; 
}

section.section--highlight h1 {
    margin-bottom: 5rem;
}

section.section--highlight h3 {
    margin-top: 5rem;
}


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

footer {
    padding: 40px 0;
    color: #DDD;
    font-size: 0.8em;
}

footer h3 {
    margin-top: 0;
    font-size: 1.5em;
}

footer ul.list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
}

footer ul.list > ul {
    margin-left: 0;
}

footer ul.list li {
    display: inline;
    list-style: none;
}

footer ul.list li:before {
    content: "";
}

footer ul.list li:after {
    content: ", ";    
}

footer ul.list li:last-child:after {
    content: "";    
}

footer a:hover {
    color: #DDD;    
}

.footer-links img, .home-links img {
    border: 1px solid #444;
    display: inline-block;
    padding: 5px;
    vertical-align: top;
    width: 75px;
    transition: all 0.1s ease;
}

.home-links img {
    border-color: #ddd;
}

.footer-links img:hover, .home-links img:hover {
    border: 0;
    padding: 0;
}

.footer-links a {
	display: inline-block;
	margin-bottom: 3px;
}

.home-links img {
    border-color: #ddd;
}

/***************************************************************************************************************************************/
/********************************************************* NAVIGATION ******************************************************************/
/***************************************************************************************************************************************/

/*------------------------------------------------------------ MEGA NAV ---------------------------------------------------------------*/

nav a, nav a:active, nav a:focus {
    outline: none;
}

nav {
    -webkit-transition: background-color 500ms ease-out;
    -moz-transition: background-color 500ms ease-out;
    -o-transition: background-color 500ms ease-out;
    -ms-transition: background-color 500ms ease-out;
    transition: background-color 500ms ease-out;
}

nav.main {
    font-size: 1em;
    font-weight: 400;
    position: fixed;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.65);
    height: 53px;
}

nav.scroll {
    background-color: rgba(0, 0, 0, 0.85);
}

nav.main ul {
    position: relative;
    display: inline-block;
    height: 53px;
    text-decoration: none;
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

nav.main ul li {
   float: left;
}

nav.main ul li:hover {
    background-color: rgba(235, 235, 235, 1);
}

nav.main ul li:hover > nav {
    display: block;
}

nav.main ul ul li:hover {
    background-color: transparent;
}

nav.main ul.mainNav > li > a {
    text-decoration: none;
}

nav.main nav {
    position: absolute;
    display: none;
    left: 0;    
    width: 100%;
    min-height: 140px;
    padding: 10px 10px 30px;    
    background: none repeat scroll 0 0 rgba(235, 235, 235, 1);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(100, 100, 100, 0.3);
    box-shadow: 0px 2px 3px 0px rgba(100, 100, 100, 0.3);    
    border-radius: 0 0 4px 4px;
}

nav.main ul ul {
    width: 32%;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
    height: auto;
}

nav.main ul ul li {
    display: block;
    float: none;
}

nav.main ul ul li div {
    padding: 8px 10px;
}

nav.main ul li:hover > ul {
    display: block;
}

nav.main ul ul li:last-child {
    border-bottom: none;
    margin-right: 0;
}

nav.main ul > li > a {
    display: block;
    height: 100%;
    width: 100%;
    border-bottom: 0;
    font-size: 1em;
    padding: 20px 10px 0;
    color: #428BCA;    
    letter-spacing: -1px
}

nav.main ul.mainNav > li > a {
    font-size: 1.075em;
    padding: 15px;
}

nav.main ul ul li a.title {
    position: relative;
    display: block;
    padding: 8px 10px;
    font-size: 1em;
    color: #428BCA;    
}

nav.main ul li span {
    display: inline-block;
    margin-left: 10px;
    text-transform: none;
}

nav.main ul li > span > a {
    color: #474747;
    font-size: 0.8em;
    letter-spacing: 0;
}

nav.main h3 {
    font-size: 1em;
    padding: 0 0 8px;
    margin: 0;
    color: #F26722;
}

nav.main ul li nav ul li > a.title:hover {
    text-decoration: underline;
}

nav.main ul li nav ul li > span a:hover {
    text-decoration: underline;
}


nav.main i {
    font-size: 0.5em;
    margin: 10px 0 0 2px;
    vertical-align: top;
}


nav.main ul img {
    border: 1px solid #444;
    display: inline-block;
    vertical-align: top;
    width: 100px;
    transition: all 0.1s ease;
}

nav.main ul img {
    border-color: #ddd;
}

nav.main ul img:hover {
    border: 0;
    padding: 0;
}

nav.main ul > li > a.button-highlight {
	background-color: #027994; 
	color: #fff;
}
nav.main ul > li > a.button-highlight:hover {
    background-color: #03B5DD;         
}

nav.main ul > li > a.button-highlight2 {
    background-color: #FF7300; 
    color: #fff;
}
nav.main ul > li > a.button-highlight2:hover {
    background-color: #FF8F33;         
}

/*----------------------------------------------------------- BREADCRUMBS -------------------------------------------------------------*/

.breadcrumb {
    background-color: #ffffff;
    margin: 0;
    border-radius: 0;
    font-size: 0.8em;
    padding: 0;
}

nav.breadcrumb {
    padding: 15px;
}

nav.breadcrumb ul {
    margin: 0;
    padding: 0;
}

nav.breadcrumb ul li {
    display: inline-block;
}

nav.breadcrumb ul li:after {
    content: "\f105";
    font-family: "FontAwesome";
    margin: 0 0.5em;
}

nav.breadcrumb ul li:last-child::after {
    content: "";
}

/***************************************************************************************************************************************/
/********************************************************* SECTIONS ********************************************************************/
/***************************************************************************************************************************************/


/*------------------------------------------------------------ 404 ----------------------------------------------------------------*/

html.notfound {
    background: url("../images/backgrounds/404.jpg") no-repeat center center / cover fixed;
}

html.notfound header.hero, html.notfound section.main {
    background: none;
}

html.notfound .breadcrumb {
    display: none;
}

section.notfound {
    text-shadow: 2px 2px #000000;
}

.notfound section.main h1 {
    font-size: 8em;
}

.notfound section.main p {
    font-size: 1.3em;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    display: inline-block;
    color: #444;
    padding: 5px;
}

.notfound section.main img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.notfound section.main div {
    color: #FFFFFF;
}

/*------------------------------------------------------------ LANDING ----------------------------------------------------------------*/
section.landing {
    text-align: center;
}

section.landing .row {
    margin-bottom: 40px;
}

/*------------------------------------------------------------ RESOURCES --------------------------------------------------------------*/

.documentViewer {
    width: 100%;
    height: 650px;
    border: 1px solid #dddddd;
    border-top: 0;
    margin: 20px 0;
}

/*------------------------------------------------------------ NEWS -------------------------------------------------------------------*/

section.mainNews, section.slidingContent {
    position: relative;
    margin-top: 30px;
    width: 100%;
    font-size: 0;
    font-size: 14px;
    font-size: 0;    
}

section.mainNews h1, section.slidingContent h1 {
    position: relative;
    margin-bottom: 50px;
    color: #100F10;
    text-align: center;
    font-weight: 400;
}

section.mainNews > div.article, section.slidingContent > div.article {
    display: inline-block;
    width: 366px;
    height: 300px;
    position: relative;
    background: rgba(240, 240, 240, .8 );
    overflow: hidden;
    cursor: pointer;
    border: 4px solid #fff;
}

section.mainNews > div, section.slidingContent > div {
   -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
}

section.mainNews p, section.slidingContent p {
    margin: 0;
}

section.mainNews a.articleWrapper, section.slidingContent  a.articleWrapper {
    font-size: 15px;
    height: 300px;
    display: inline-block;
    position: relative;
    width: 100%;
}




section.mainNews div.article div.title, section.slidingContent  div.article div.title {
    position: relative;
    transition: margin .6s;
    -webkit-transition: margin .6s;
    z-index: 2;
    height: 300px;
    overflow: hidden;
}

section.mainNews > div.article:hover div.title, section.slidingContent > div.article:hover div.title { 
    margin-top: -200px;
}

section.mainNews > div.article:first-child:hover div.title { 
    margin-top: -250px;
}

section.mainNews div.secondCol > div.article:hover div.title { 
    margin-top: -150px;
}

section.mainNews div.article div.title img, section.slidingContent div.article div.title img {
    width: 100%;
    height: 100%;
}

section.mainNews div.article div.title h2, section.slidingContent div.article div.title h2 {
    margin-bottom: 20px;
    border-top: 10px solid #428BCA;
    bottom: 0;
    color: #333333;
    padding: 20px;
    position: absolute;
    font-family: 'Quicksand', sans-serif;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
    float: left;
    width: 100%;
    text-align: center;
}


section.mainNews div.article div.content, section.slidingContent div.article div.content {
    z-index: 1;
    position: absolute;
    margin: 20px;
    bottom: 0;
}
section.mainNews a:hover, section.slidingContent a:hover {
    text-decoration: none !important;
}
section.mainNews div.article label.date, section.slidingContent div.article label.date {
    color: rgb(113, 124, 128);
    font-size: 0.667em;
    font-style: italic;
    margin-bottom: 20px;
}

div.articleImage {
    width: 100%;
    height: 675px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}

div.articleImage img {
    width: 100%;
    position: absolute;
}

div.articleImage h1 {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
    border-top: 10px solid #428BCA;
    color: #333333;
    font-family: 'Roboto Slab',serif;
    margin-bottom: 60px;
    padding: 20px;
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
}

div.communicationTitle {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
div.communicationTitle h1 {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
    border-bottom: 2px solid #428BCA;
    color: #333333;
    padding: 20px 0;
    width: 100%;
    z-index: 1;
    bottom: 0;
}
div.communicationContent {
    font-size: 1.7rem;
    line-height: 2.7rem;
}

div.communicationContent p.author {
	padding: 2rem 0;
    font-size: 2rem;
    font-weight: bold;
}


/*------------------------------------------------------------ INLINE LISTS ----------------------------------------------------------*/

ul.inlinelist {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
}

ul.inlinelist li {
    margin: 0;
    display: inline-block;
    width: 33%;
    vertical-align: top;
    padding: 0;
    border-radius: 3px;
    position: relative;
    min-height: 60px;
}

/*------------------------------------------------------------ DROPBOX LISTS ----------------------------------------------------------*/

ul.inlinelist.files li:before {
    background: url("../images/filetypes/general.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    content: " ";
    height: 60px;
    left: 10px;
    position: absolute;
    width: 40px;
}

ul.inlinelist.files a {
    width: 100%;
    display: block;
    height: 100%;
    min-height: 70px;
    padding: 10px 10px 10px 60px;   
}

ul.inlinelist.files li:hover {
    background-color: #f0f0f0;
}

ul.inlinelist.files a:hover {
    text-decoration: none;  
}

ul.inlinelist li.folder:before {
    background-image: url("../images/filetypes/folder.png");
}

ul.inlinelist li.pdf:before {
    background-image: url("../images/filetypes/pdf.png");
}

ul.inlinelist li.doc:before {
    background-image: url("../images/filetypes/doc.png");
}

ul.inlinelist li.ppt:before {
    background-image: url("../images/filetypes/ppt.png");
}

ul.inlinelist li.jpg:before {
    background-image: url("../images/filetypes/jpg.png");
}

ul.inlinelist li.xls:before {
    background-image: url("../images/filetypes/xls.png");
}

ul.inlinelist.files small {
    display: block;
    font-size: 0.55em;
    position: absolute;
    text-align: center;
    top: 45px;
    width: 50px;
}

/* ////////       PAGINATION       \\\\\\\\ */

.pagination {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 6px 0;
  margin-top: 10px;

  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  vertical-align: top;
  z-index: 2;
  text-transform: uppercase;
}

.content .pagination {
  margin-bottom: 10px;
  text-align: center;
}

.pagination > ul {
  float: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination > ul > li {
  float: left;
  margin-right: 3px;
  margin-left: 2px;
}

.content .pagination > ul > li {
  float: none;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}

.pagination > ul > li:first-child {
  margin-right: 6px;
  margin-left: 0;
}
.pagination > ul > li:last-child {
  margin-left: 5px;
  margin-right: 0;
}

.content .pagination > ul > li:first-child {
  margin-right: 4px;
}
.content .pagination > ul > li:last-child {
  margin-left: 4px;
}

.pagination > ul > li > a {
  display: none;
}

.pagination > ul > li > span,
.pagination > ul > li > a[href],
.pagination > ul > li > strong {
  display: block;
  width: 40px;
  height: 40px;
  background: #428bca;

  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  border-radius: 3px;

  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  text-align: center;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pagination > ul > li > span.ltgray,
.pagination > ul > li.active > a[href] {
  background: #dddddd !important;
}

.pagination > ul > li > a:hover {
  background: none repeat scroll 0 0 #373737;
    color: #fff;
}

.pagination > ul > li:first-child > a:hover,
.pagination > ul > li:last-child > a:hover {
  background: #373737;
  color: #fff;
}

.pagination > ul > li > strong {
  background: #F2F2F2;
  color: #333;
}

.pagination > ul > li:first-child > a,
.pagination > ul > li:first-child > span,
.pagination > ul > li:last-child > a,
.pagination > ul > li:last-child > span {
  background: #428bca;
  width: auto;
  padding: 0 10px;
}

.pagination form {
  float: right;
}

.summary {
	font-size: 0.85em;
	margin: 10px 0;
	color: #777;
}

/*------------------------------------------------------------ PARSLEY & ERRORS --------------------------------------------------------*/
.error {
	color: #dd5555;
}

.parsley-errors-list {
    color: #dd5555;
    font-size: 0.8em;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

/*------------------------------------------------------------ GEN DOCS ---------------------------------------------------------------*/

section.document-list article {
    border-bottom: 1px solid #ddd;
}

section.document-list article div.content {
    display: none;
}

section.document-list article span {
    display: inline-block;
    margin-right: 30px;
}


section.document-list header {
    margin: 20px 0;
    background-color: #F7F7F7;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 20px 10px;
    min-height: 75px;
}



/*------------------------------------------------------------ SEARCH --------------------------------------------------------------------*/


#searchform {
    height: 36px;
    padding: 9px 10px;
}

#searchbutton:hover {
    text-decoration: none;
}

#searchform input {
    width: 160px;
    height: 23px;
    border-radius: 4px 0 0 4px;
    vertical-align: top;
    font-size: 1.2em;
    float: left;
}

#searchform button {
    height: 35px;
    width: 35px;
    min-width: 35px;
    border-radius: 0 4px 4px 0;
    float: left;
    margin: 0;
}

ul.searchresults li {
    list-style: none;
}

ul.searchresults h4 {
    margin-top: 25px;
    margin-bottom: 5px;
}

ul.searchresults cite a {
    text-decoration: none;
    color: #00802A;
    font-size: 0.8em;
}

ul.searchresults small {
    display: block;
    width: 60%;
    color: #444444;
}


/***************************************************************************************************************************************/
/********************************************************* ELEMENTS ********************************************************************/
/***************************************************************************************************************************************/

.right {
	text-align: right;
}

.modal-dialog {
    width: 980px;
}

.sharethis {
	box-sizing: content-box;
	padding-bottom: 10px;
	text-align: right;
}
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices, .stButton .stButton_gradient {
    height: 22px !important;
    line-height: 20px;
}


/*------------------------------------------------------------ LISTS ------------------------------------------------------------------*/

ul.list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.list > ul {
    margin-left: 1em;   
}

ul.list li:before {
    content: "\f105";
    font-family: "FontAwesome";
    margin-right: 0.5em;
}

/*------------------------------------------------------------ FORMS ------------------------------------------------------------------*/

textarea.form-control {
    height: 150px;
}

.datepicker.form-control, .timepicker.form-control {
    max-width: 200px;
}

.datepicker.form-control[readonly], .timepicker.form-control[readonly] {
    background-color: hsl(0, 0%, 100%);
    cursor: pointer;
}

.picker__select--month, .picker__select--year {
    padding: 0.2em 0.5em;
}

.chzn-container.chzn-container-single {
    display: block;
}


.chzn-container.chzn-container-single .chzn-single {
	background-image: none;
	border: 1px solid hsl(0, 0%, 80%);
	border-radius: 4px;
    padding: 8px 0 8px 12px;
    height: 40px;
}

.chzn-container-active .chzn-single-with-drop {
    border-color: hsl(207, 75%, 66%);
    box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.075) inset, 0 0 8px hsla(207, 75%, 66%, 0.6);
    outline: 0 none;
    background-color: #ffffff;
}

.chzn-container .chzn-results li {
    padding: 10px 6px;
}

.chzn-container-single .chzn-single div {
    height: 25px;
    margin-top: 8px;
}

.chosen.narrow {
	width: 50%;	
}

/***************************************************************************************************************************************/
/********************************************************* RESPONSIVENESS **************************************************************/
/***************************************************************************************************************************************/

.carousel {
	position: relative;
	margin: 60px 0;
} 

.carousel-control .carousel-previous {
    right: 50%;
}

.carousel-control .carousel-next {
    left: 50%;
}
.carousel-control .carousel-previous, .carousel-control .carousel-next {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
    font-size: 2.4em;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: 0 auto;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.carousel-indicators {
    left: auto;
    margin-left: 0;
    padding-left: 0;
    position: absolute;
    width: 100%;
}

.carousel-indicators .active {
    margin-right: 5px;
}

/*------------------------------------------------------------ FLOATS ------------------------------------------------------------------*/

.right {
    float: right;
}

/***************************************************************************************************************************************/
/********************************************************* RESPONSIVENESS **************************************************************/
/***************************************************************************************************************************************/
@media all and (max-width: 1200px) {
    header.hero.small {
        min-height: 330px;
    }
}

@media all and (max-width: 1000px) {
    
    nav.main ul.mainNav > li > a {
        font-size: 0.9em;
    }
    
    .modal-dialog {
        width: 97%;
    }
    
    header.hero.small h1 {
        font-size: 1.8em; 
    }
    
    header.hero.small h3 {
        font-size: 1.3em;
    }
    
    ul.inlinelist li {
        width: 49%;
    }
}

@media all and (max-width: 800px) {
    
    nav.main ul.mainNav > li > a {
        font-size: 0.75em;
    }
    
    header.hero.small {
        min-height: 280px;
    }
    
    header.hero.small h1 {
        font-size: 1.4em; 
    }
    
    header.hero.small h3 {
        font-size: 1em;
    }
    
    header.hero.small .logo img {
        height: 90px;
    }
    
}

@media all and (max-width: 620px) {
    
    nav.main {
        position: relative;
    }
    
    nav.main  ul.mainNav {
        width: 100%;
        height: auto;
    }
    
    nav.main ul.mainNav > li > a {
        font-size: 1em;
    }
    
    nav.main ul li {
        float: none;
        width: 100%;
    } 
    
    nav.main ul li:hover > nav {
        display: none;
    }
    
    header.hero.small .logo img {
        height: 90px;
    }
    
    header.hero.small {
        min-height: 150px;
        padding-top: 15px;
    }
    
    header.hero .moto {
        display: none;
    }
    
    ul.inlinelist li {
        width: 100%;
    }
    
    section.mainNews > div.article, section.slidingContent > div.article {
        width: 100%;
    }
}



