/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 0.9em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*::-webkit-input-placeholder {
   text-transform:uppercase;
   color: #dadada;
}

:-moz-placeholder { /* Firefox 18- *!/
   text-transform:uppercase;
   color: #dadada;  
}

::-moz-placeholder {  /* Firefox 19+ *!/
   text-transform:uppercase;
   color: #dadada;  
}

:-ms-input-placeholder {  
   text-transform:uppercase;
   color: #dadada;  
}*/

/* here are some fonts used */

@font-face {
    font-family: 'quicksandregular';
    src: url('fonts/quicksand-regular-webfont.eot');
    src: url('fonts/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/quicksand-regular-webfont.woff2') format('woff2'),
         url('fonts/quicksand-regular-webfont.woff') format('woff'),
         url('fonts/quicksand-regular-webfont.ttf') format('truetype'),
         url('fonts/quicksand-regular-webfont.svg#quicksandregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'goudy_bookletter_1911regular';
    src: url('fonts/goudy_bookletter_1911-webfont-webfont.eot');
    src: url('fonts/goudy_bookletter_1911-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/goudy_bookletter_1911-webfont-webfont.woff2') format('woff2'),
         url('fonts/goudy_bookletter_1911-webfont-webfont.woff') format('woff'),
         url('fonts/goudy_bookletter_1911-webfont-webfont.ttf') format('truetype'),
         url('fonts/goudy_bookletter_1911-webfont-webfont.svg#goudy_bookletter_1911regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Here are some specific Page ID's */

#news {background: url('img/main_header_img.jpg') no-repeat; background-size: 100% 100%;}
#about .centerContent {background: url('img/main-seal-bg.jpg') no-repeat; background-size: cover;}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
a:hover {
  cursor: pointer;
}
.right {float:right!important;}
.left {float:left!important;}

.black {background:#000;}

/* global colors */
.red {color: #820202;}
.gold {color: #af9e11;}

/* type positioning */
.leftaligned {text-align: left;}
.rightaligned {text-align: right;}
.centeraligned {text-align: center;}

.transDark {
  background: url(img/trans_bg.png) repeat;
  padding: 20px!important;
  box-sizing:border-box;
}
body.specialty {
  background: #0f0e0e;
}
.darkBrderImg {
  border: 1px solid #ccc;
  box-style:border-box;
  padding: 5px;
  margin-bottom: 15px;
}
.specialty p {
  font-family:'quicksandregular','helvetica',sans-serif!important;
  font-size: 1.0em;
  color: #fff!important;
  text-shadow: 0 1px 1px #000!important;
}
.specialty p a {
  color: #fff!important;
}
.specialty h1 {
  font-family: 'goudy_bookletter_1911regular', 'Georgia', 'Times New Roman', serif;font-size:2.5em;
  color: #f9e767!important;
  text-shadow: 0 1px 1px #000;
  border-bottom: 10px solid #f9e767;
}
.specialty h2 {
  color: #fff!important;
}
.borderTop {
  display: block;
  margin-top: 20px;
  border-top: 1px solid #333;
  width: 100%;
}
.border-top {
  border-top: 1px solid #ccc;
}
.borderBottom {
  border-bottom: 1px solid #ccc;
  }
.margin-top {
  margin-top: 20px;
}
h2.borderBottom {
  background: #f8f8f8;
  padding: 5px 0 5px 5px;
}
a.morebutton {
  border: 1px solid #ccc;
  padding: 4px 6px;
  border-radius: 5px;
  text-decoration: none;
}
a.morebutton:hover {
  background: #ccc;
  text-decoration: underline;
}
a.morebutton:active {
  background: #fff;
}
/* photo positioning */
.imgContainer {
  text-align: center;
}
.imgContainer.right{
  margin-left: 10px!important;
  padding-bottom: 20px;
}
.borderLeft {background: #fff; border: 1px solid #ccc; margin-right:10px; padding: 5px; width: 250px;}
.borderPic {background: #fff; padding: 5px; border: 1px solid #ccc; width: 100%;
  margin-bottom: 20px;
}
.borderPic.left{
  margin-right: 10px;
}
.borderPic {
  margin-top: 20px;
}
p.imgCaption {
  color: #820202!important;
  background: #f6f6f6;
  border-radius:  10px;
  font-size: 1.0em!important;
  padding: 15px;
  margin-left: 5px;
  box-shadow: inset 0px 0px 3px #ccc;
  font-family: 'quicksandregular','helvetica',sans-serif!important;
  letter-spacing: -0.06em!important;
}
.topSpaced {
  margin-top: 0;
}
blockquote {
  font-size: 1.3em;
  color: #122751;
  text-shadow: 0 1px 1px #fff;
  font-style: italic;
  font-family: 'goudy_bookletter_1911regular', 'Georgia', 'Times New Roman', serif;
}
blockquote span {
  font-style: normal;
}

/* grid */ 
.container {
    padding: 0 4em;
}
.col {
    /*border:0px solid rgba(0,0,0,0);*/
    word-wrap: break-word;
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -moz-background-clip:padding-box !important;
    -webkit-background-clip:padding-box !important;
    background-clip:padding-box !important;
}

.debug {
  border: 1px solid red;
  box-sizing: border-box;
}

.full, .eleven, .ten, .nine, .eight, .seven, .six, .five, .four, .three, .two, .one {width: 100%;}
.full {
  margin-right: 0!important;
}
.topHeader {background:#988e86; border-bottom:1px solid #baaca1; padding:5px 0 5px 0; font-family:'quicksandregular','helvetica',sans-serif;}

.specialty .topHeader {background: #333;border-bottom:1px solid #383838;}

.topHeader ul {text-align: right; display:block; margin:-3px 0 0 0;padding:0; width: 100%;
}
ul.socialLinks li.label {color:#e5e3e1; text-shadow:0px 1px 1px #525151; font-size:1.0em; background:transparent;margin: 10px 0 0 -50px; position:absolute;}
ul.socialLinks li, ul.socialLinks li a {display:inline-block;}
ul.socialLinks li a {background: url('img/social_slice.png') no-repeat; height:37px; width:37px; opacity: 0.5; transition: .5s;}
ul.socialLinks li a:hover {opacity: 1;}
    ul.socialLinks li.tw a {background-position: -37px 0!important;}
    ul.socialLinks li.fb a {background-position: 0 0;}
    ul.socialLinks li.pi a {background-position: -74px 0!important;}
    ul.socialLinks li.fl a {background-position: -111px 0!important;}
    ul.socialLinks li.yt a {background-position: -148px 0!important;}
.searchForm {display:block; margin-top:5px; width: 100%;}
.searchForm input[type='text'] {background:#9c9188; border:none; border: 1px solid #92867b; border-radius: 40px; padding: 5px; font-family:'quicksandregular','helvetica',sans-serif; width: 70%!important;display: inline-block;
}
.searchForm input[type='submit'] {background: transparent; border-radius: 3px; color:#e4e3e4; border: 1px solid #92867b; margin-left:10px; padding: 5px; text-transform: uppercase; float: right; font-family:'quicksandregular','helvetica',sans-serif; font-size: 1.2em;
}

.specialty .searchForm input[type='search'] {background: #000; border-top:1px solid #383838;}

header {background: #b8b4a0 url('img/header_bg.jpg') repeat; border-bottom: 10px solid #988e86; padding-bottom: 0px;
}

.specialty header {background: #000; border-bottom: 10px solid #383838;}

.slicknav_menu {
  display:none;
}

.slicknav_nav li.logo {
  display: none!important;
}

.mainNav ul {padding:1em 0;margin:0;
}
.mainNav ul li {
  display:inline-block; 
  padding:0!important; 
  margin:0!important; 
  text-transform:uppercase; 
  float: right;
  text-align: center;
}
.mainNav ul li, .mainNav ul li a {color:#000; letter-spacing:-0.009em; z-index: 99!important;}
.mainNav ul li a {font-size: 0.7em; cursor: pointer;z-index: 99!important;}
.mainNav ul li  {
  position: relative;
}
.specialty .mainNav ul li a {
  color:  #fff;
  text-shadow: 0px 1px 1px #000;
}

.mainNav ul li.logo {
  float: left;
}
.mainNav ul li.logo:hover {
  background: transparent;
}

.logoLink {
    background: #988e86 url('img/USCENTCOMrecessed.png') no-repeat;
    display: block;
    margin: 10px 0 20px 0;
    width:100px;
    height:100px;
    border-radius: 400px;
    /*box-shadow: inset 0 0 3px #fff;*/
    background-size: cover;
    z-index:99;
    transition: .5s;
}
.specialty .logoLink {
background: #333 url('img/USCENTCOMrecessed.png') no-repeat;
background-size: cover;
}


.mainNav ul li:hover {
  cursor: pointer;
}
.mainNav ul li a {text-shadow: 0px 1px 1px #ccc; text-decoration:none; display:block; padding: 4px; font-family:'quicksandregular','helvetica',sans-serif; font-weight:500; border-bottom: 1px solid #ccc; z-index: 99!important;
}
.mainNav ul li a:first-child {
  border: none;
}
.mainNav ul li a:hover {
  display: inline-block;
  border: 1px solid #333;
  border-bottom: none;
  }
.mainNav ul li:hover a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
    padding: 3px;
    border: 1px solid #333;
    border-bottom: none;
}
/*.mainNav ul li ul {
  width: 180px;
  padding: 4px 0;
  z-index: 97!important;
}
.mainNav ul li ul li a {padding: 6px 2px;margin-top:1px;
}
.mainNav ul li ul li a:hover {border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;}*/
    
.mainNav ul li ul {
      margin: 0!important;
      padding: 0!important;
      background: #b8b4a0 url('img/header_bg.jpg') repeat;
      position: absolute;
      top: 22px;
      left: 0;
      width: 200px;
      z-index: 1000!important;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      display: none;
      opacity: 0;
      visibility: hidden;
      border: 1px solid #333;
      
      -webkit-border-radius: 5px;
      -webkit-border-top-left-radius: 0;
      -moz-border-radius: 5px;
      -moz-border-radius-topleft: 0;
      border-radius: 5px;
      border-top-left-radius: 0;
      
      -webkit-transiton: opacity 0.2s;
      -moz-transition: opacity 0.2s;
      -ms-transition: opacity 0.2s;
      -o-transition: opacity 0.2s;
      -transition: opacity 0.2s;
    }
.specialty .mainNav ul li ul {
  background: #000;
}
.lastNav ul  {
  left: -136px!important;
  -webkit-border-radius: 5px!important;
  -webkit-border-top-right-radius: 0!important;
  -moz-border-radius: 5px!important;
  -moz-border-radius-topright: 0!important;
  border-radius: 5px!important;
  border-top-right-radius: 0!important;
}
.mainNav ul li ul li {  
      display: block; 
      color: #fff;
      padding-left: 0!important;
      margin-left: 0!important;
      text-shadow: 0 -1px 0 #000;
      z-index: 1000!important;
      border-bottom: 1px solid #ccc;
    }
.specialty ul li ul li {
  border-bottom: 1px solid #333;
}
.mainNav ul li ul li:last-child {
  border: none;
  -webkit-border-bottom-right-radius: 5px!important;
  -webkit-border-bottom-left-radius: 5px!important;
  -moz-border-radius-bottomright: 5px!important;
  -moz-border-radius-bottomleft: 5px!important;
  border-bottom-right-radius: 5px!important;
  border-bottom-left-radius: 5px!important;
}
.mainNav ul li ul li a {
  color: #fff;
}
.mainNav ul li ul li:hover {
  background: #333;
  border-bottom: 1px solid #737373;
  cursor: pointer;
}
.mainNav ul li:hover ul li a {
  border: none;
}
.mainNav ul li ul li:hover {}
.mainNav ul li ul li:hover a {
  border: none;
}
.mainNav ul li:hover ul {
      display: block;
      opacity: 1;
      visibility: visible;
      z-index: 98!important;
    }
    
    .mainNav ul > li.logo:hover > a {
    border-radius: 400px;
    background: #988e86 url('img/USCENTCOMsealnormal.png') no-repeat;
    background-size: cover;
    border: none;
    padding: 4px;
    }
    
    .mainNav ul > li:hover > a {background: transparent; color: #fff; text-shadow: 0px 1px 1px #333;
    /*box-shadow: inset 0px 0px 3px #333;*/}
    
    .specialty .mainNav ul li a {
      color:  #fff;
      text-shadow: 0 1px 1px #000;
    }
    .specialty .mainNav ul > li:hover > a {
    background: #333;
    }
.mainNav ul li a.logoLink {
}
.mainNav ul li a.logoLink:hover {background: #988e86 url('img/USCENTCOMsealnormal.png') no-repeat; background-size: cover; border-radius: 400px;}
.mainNav ul li a.logoLink span {font-size: 1.4em; position:absolute; margin-top:53px;margin-left:130px; color: #fff; text-shadow: 0 1px 1px #333; font-family:'quicksandregular','helvetica',sans-serif;display: none!important;
}
a.prev, a.next {
    margin-top: 130px; 
    position:absolute;
    background: #444444 url('img/prev-next-buttons.png') no-repeat; 
    width:80px;
    height:80px; 
    display:block; 
    background-size: cover;
    text-indent: -999999px;
    z-index:1000;
    border-radius: 400px;
    opacity: 0.4;
}
a.prev:hover, a.next:hover {
  background: #000 url('img/prev-next-buttons.png') no-repeat;
   background-size: cover;
   opacity: 1;
}
a.prev {left: 15px;background-position: 0 0;}
a.next {right: 15px;background-position: right 0!important;}

.rotator {/*margin-top: -40px*/;
  position: relative; overflow: auto; width: 100%;
}
.tabs-menu {
  list-style: none;
  color: #fff;
}
.tabs-menu li {
  display: inline-block;
}
.tabs-menu a {
  text-decoration: none;
  display: block;
  background: #ccc;
  color: #fff;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
}
.tab-content {
    width: 660px;
    padding: 20px;
    display: none;
}
.tabs-menu .current a {
    color: #ccc;
    background: #333;
}
#photos {
 display: block;   
}

.bx-clone {
  width: 100%!important;
}
ul.items {margin:0!important;padding:0!important;position:relative;}
.newsTitleBlock {
  /*margin-left:10%;
  margin-top: 8%;*/
  /*height: 85vh;*/
  background: url(img/trans_bg.png) repeat;
  width: 60%;
  padding: 40px 10px 10px 10px;
  border-radius: 10px;
}
.item {background-size: cover!important; padding: 0; margin: 0;display:block; margin:0!important; padding:0;float:left; list-style: none; height:300px; position:relative; box-shadow: inset 0px 0px 20px #000;}

.item h1 {margin-top: 0;text-align: left;display:block; font-weight:normal; font-family: 'goudy_bookletter_1911regular', 'Georgia', 'Times New Roman', serif;font-size:1.2em;}
.item h1 a {text-align: left;color:#fff;text-decoration:none;border-bottom: 1px solid #fffffe; padding-bottom: 5px; text-shadow: 0 0px 4px #000, 0 0px 4px #000;}
.item h1 a:hover {color:#dffcff;}
.item p {text-align: left; font-size: 1.2em; font-family:'quicksandregular','helvetica',sans-serif; letter-spacing: -0.08em; text-shadow: 0 0px 4px #000, 0 0px 4px #000, 0 0px 4px #000; display: none;
}
.item p a {color: #fff; text-decoration:none;}
.item a:hover {color: #d5efff;}
.item .readMore {margin-top:30px; text-align:center; padding: 4px 6px 7px 6px; color: #fff; background: transparent; display:block; width: 100px; border-radius: 40px; border:1px solid #fff; text-shadow: 0 0px 10px #000;}
.item .readMore:hover {color:#ffdd1e; background: #000;}

.arrow-outer {
  position:absolute;
  z-index:1;
  left:50%;
  top:-14em;
  margin-left:-5em;
  /*background:#111;*/
  width:5em;
  height: 5em;
  padding:4em 2em;
  border-radius:50%;
  font-size:0.5em;
  display:block;
  /*box-shadow:0px 0px 5px 0px #333;*/
}
.arrow-outer i {
  font-size: 10.5em;
  color: #fff;
}

.arrow {
  float:left;
  position:relative;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3em 3em 0 3em;
  border-color: #ffffff transparent transparent transparent;
  -webkit-transform:rotate(360deg);/* added for better anti-aliasing on webkit browsers */
}


.arrow:after {
  content:'';
  position:absolute;
  top:-3.2em;
  left:-3em;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3em 3em 0 3em;
  border-color: transparent transparent transparent transparent;
  -webkit-transform:rotate(360deg);/* added for better anti-aliasing on webkit browsers */
}


.midBar {background:#bfa59e; border-top: 1px solid #e1e1e1; border-bottom: 1px solid #fff; padding-bottom: 10px; position:relative;}
.midBar h2 {margin:0 0 0 1.2%; font-weight:normal; color:#5d5751; text-shadow: 0 1px 1px #e2dfdf; font-family:'quicksandregular','helvetica',sans-serif;}
.midStripe {background:#5d5751; box-shadow: inset 0 0 6px #3c3c3c;padding-bottom: 5px;}
.midBar ul {padding:0;}
.midBar ul li {list-style: none;margin-bottom: 10px;
}
.midBar ul li img {box-sizing: border-box;float:left;margin-right: 10px; background: #333; width: auto; height: 130px;
    -webkit-filter: grayscale(100%);  
    -webkit-filter: grayscale(1);  
    filter: grayscale(100%);    
    filter: gray; 
    -webkit-transition: all .6s ease; 
    border: 1px solid #ccc;
    }
.midBar ul li a {margin: 0!important; padding:10px; display:inline-block;text-decoration:none; background:#5d5751; border-radius:10px; font-family:'quicksandregular','helvetica',sans-serif; letter-spacing: -0.08em;}
.midBar ul li a span {width:100px;float:right; color: #ccc; text-shadow: 0 1px 1px #000;}
.midBar ul li a:hover {background:#8e857d; color: #333; box-shadow: inset 0 0 5px #000;}
.midBar ul li a:hover img {
  -webkit-filter: grayscale(0%); /* Fade to color for Chrome and Safari */
  -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
.midBar ul li a:hover span {color:#333; text-shadow: 0 1px 1px #bababa;}
/* .midBar ul li a.odd {background:#48413a!important;} */
.centerContent {background: url('img/map_bg.jpg') no-repeat; background-size:cover; padding-bottom: 30px;}
.centerContent h2 {font-family: 'goudy_bookletter_1911regular', 'Georgia', 'Times New Roman', serif; font-weight:normal; text-shadow: 0 1px 1px #fff;}
.centerContent .largeList {margin:0;padding:0;}
.largeList li {position: relative;list-style: none;background:#eeeeee; opacity: .7; padding: 5px;margin-bottom:5px; font-family:'quicksandregular','helvetica',sans-serif; letter-spacing: -0.01em;}
.largeList li:hover, .largeList li:hover a span {opacity: 1; color: color:#7f7f7f;}
.largeList li a {display:block; text-decoration: none; color:#000; text-shadow: 0px 1px 1px #fff;}
.largeList li a span.smnt {
  display: block; width: 100%; margin-bottom: 4px;font-family: 'goudy_bookletter_1911regular', 'Georgia', 'Times New Roman', serif; font-weight:normal;
  font-size: 1.5em;
  border-bottom: 1px solid #fff;
}
.plusss {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 8px;
}


.gridList {width: 100%; margin:0!important; padding:0!important;}
.gridList li {padding:0;list-style:none;display:block; background:#333; min-height: 140px;position:relative; margin-bottom: 10px;}

/* about landing page */
#leaders {
  display: block;
}

.leaders.gridList {
  margin-top: 65px!important;
}
.leaders.gridList li {
  padding-top: 15px!important;
  background: transparent;
  text-align: center;
  min-height: 390px;
  /*background: #f7f7f7;*/
  /*border: 1px solid #ccc;*/
  box-sizing: border-box;
  border-radius: 10px;
}
.leaders.gridList li img {
  width: 60%!important;
  height: auto;
  background: #fff;
  padding: 5px;
  border: 1px solid #ccc;
  margin-bottom: 40px;
}
.leaders.gridList li a {
  color: #333;
  position: absolute;
  width: 100%;
  bottom: 15px;
  display: block;
  text-decoration: none;
}
.leaders.gridList li a:hover {
  text-decoration: underline;
}
#photos li {
  background: transparent!important;
}
#photos li img {
 box-shadow: 0px 0px 2px #444; 
}
#videos li {
  background: #333;
}
.gridList img {
  width: 100%;
  height: auto;
}
.gridList li.largeThumb {
  min-height: 330px;
}
.gridList li video {
  width: 100%!important;
  height: auto;
}
.gridList li video img {
  width: 100%;
  height: auto;
}
.home .gridList li {
  height: 200px!important;
  margin-bottom: 40px!important;
}
/* .gridList li a {display:block;width: 100%; height:140px; text-align:center;position:relative;} */
.gridList li em {font-style: normal; letter-spacing: -0.08em; font-family: 'quicksandregular', helvetica, sans-serif;
  display:block; position:absolute; margin:0 0 5px 0;bottom:0; text-align:center;background: #333; width:100%; color: #fff!important; padding: 5px 0;
}
.home .gridList li em {
  margin-bottom: 30px!important;
}
.gridList li.largeThumb em {
  margin-bottom: 90px!important;
}
.gridList li em a {
  color: #fff;
  text-decoration: none;
}
.gridList li em a:hover {
  color: #ddddd;
}

#photos li img {
 border: 2px solid #fff;
 box-sizing: border-box; 
}
#photos li em {
  margin: 0;
  bottom: 15px;
  background: #333;
  box-sizing: border-box;
  opacity: 0.8;
  transition: .5s;
  box-shadow: 0px 0px 2px #fff;
}
#photos li em:hover {
  opacity: 1;
}
/* .interior pages */
.mainContent {padding-bottom: 1.3em;}

.breadcrumb {width: auto;
  text-align: right; padding: 5px; border-radius: 10px;}
p.breadcrumb {color: #858585!important; font-family: 'quicksandregular', helvetica, sans-serif!important; text-shadow:none!important;}
.breadcrumb a {display: inline-block;
  padding: 5px; border-radius: 10px; color: #fff!important; text-decoration: none; text-shadow:none; background: url('img/trans_bg.png') repeat;
}
.breadcrumb a:hover {border-bottom: 1px dotted #820202;}

#share-buttons {
  display: block;
  border-radius: 10px;
  padding:0 10px;
  border: 1px solid #f7f7f7;
}
#share-buttons p {padding: 0; font-family: 'quicksandregular', 'helvetica', sans-serif;}
#share-buttons a {
width: 15px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline;
opacity: 0.5;
}
#share-buttons a {color: #820202;}
#share-buttons a:hover {
opacity: 1;
}

.interior .mainContent p {font-family: 'quicksandregular', 'helvetica', sans-serif; color: #242321; text-shadow: 0 1px 1px #fff; letter-spacing: -0.03em;
}

.interior .mainContent a {
  color: #820202;}

.interior .mainContent ul, .interior .mainContent ol {
  margin: 0;
}
.interior .mainContent ul li, .interior .mainContent ol li {
  /*margin: 0;*/
  padding: 4px 0;
  color: #3c3a35;
  font-family: 'quicksandregular', 'helvetica', sans-serif;
}
.interior .mainContent ul li img {
  width: 100%;
}
.interior .mainContent ul {
  list-style-type: circle;
}

.interior .centerContent {padding-top: 15px;
    background: #fbfbfb url('img/map_bg.jpg') no-repeat;
    /*background: rgba(255,255,255,0.81);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.81) 0%, rgba(246,246,246,0.9) 47%, rgba(250,250,250,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.81)), color-stop(47%, rgba(246,246,246,0.9)), color-stop(100%, rgba(250,250,250,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.81) 0%, rgba(246,246,246,0.9) 47%, rgba(250,250,250,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.81) 0%, rgba(246,246,246,0.9) 47%, rgba(250,250,250,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.81) 0%, rgba(246,246,246,0.9) 47%, rgba(250,250,250,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.81) 0%, rgba(246,246,246,0.9) 47%, rgba(250,250,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0 );*/
}

.interior .mainHeader {padding: 10px 0 10px 0; background: url('img/centBG.jpg') repeat;
}
.interior .mainHeader h1 {font-family: 'goudy_bookletter_1911regular',georgia, times, serif; color: #fff; font-size: 1.8em; display:block; width: 75%; font-weight: normal; text-shadow: 0 0 5px #333;}
.interior .mainContent h3 {
  display: block;
  width: 40%;
  font-family: 'goudy_bookletter_1911regular',georgia, times, serif;
 /* border-bottom: 2px solid #ccc;*/
  color: #820202;
  background: #f6f6f6;
  text-transform: uppercase;
  padding-top: 2px;
  padding-left: 2px;
  box-shadow: 0px 0px 2px #a5a5a5;
  }
.interior .mainContent h2 {
  color: #503300;
}

.titleBar {border-top: 1px solid #fff; border-bottom: 1px solid #ccc; background: url('img/trans_white_bg.png') repeat; margin-top: -30px;position:relative; width: 100%; color: #383838;}

/* aside */
.aside {
  /*background: #f5f5f5;*/
  box-sizing: border-box;
  border-left: 1px solid #ccc;
}
.aside p {
  padding: 15px;
}
/* News */
.fullNewsList {
  margin-left: 0;
  padding: 0;
}
.fullNewsList li {
  list-style: none;
  border-bottom: 2px dotted #ccc;
  margin-bottom: 15px;
}
.fullNewsList h2 {
  margin-top: 0;
  padding-top: 0;
}
.archiveList {
  margin: 0;
  padding: 0;
}
.archiveList li {
  list-style: none;
  line-height: 1.5em;
  padding: 5px;
  border-bottom: 1px solid #fff;
}
.archiveList li a {
  text-decoration: none;
  padding: 1px 2px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 4px;
  font-size: 0.8em;
  text-transform: lowercase;
}
.archiveList li a:hover { 
 background: #333;
 color: #fff!important;
 }
.aside ul.newsHeadings {
  margin: 0!important;
  padding: 0!important;
}
.aside .newsHeadings li {
  list-style: none;
  border-bottom: 1px solid #fff;
  margin: 0!important;
  padding: 0 15px;
} 
.aside .newsHeadings li a {
  text-decoration: none;
  padding: 4px 10px;
  text-align: left;
  display: block;
  border-radius: 5px;
  transition: .2s;
}
.aside .newsHeadings li a:hover {
  background: #333;
  color: #fff!important;
}
.aside .newsHeadings li img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  padding: 2px;
  box-sizing: border-box;  
}
.aside .newsHeadings li.imgthumbs {
  margin-bottom: 15px!important;
  margin-right: 5px!important;
  float: left;
  height: 200px;
  font-size: 0.8em;
}
.interior #tabs-container {
  display: block;
  margin-bottom: 25px;
  width: 100%;
}
.interior .tabs-menu .current a {
 color: #333; 
 background: transparent;
 border: 1px solid #333;
}
.interior #videos, .interior #photos {
  width: 100%;
  padding: 0;
  margin-top: 70px!important;
}
.interior #videos li {
  list-style: none;
  display: block;
  margin-bottom: 15px;
}
.interior #videos li em a {
  padding: 8px;
  color: #fff;
}
.interior #photos li {
  list-style: none;
  text-align: center;
  margin-top: 5px;
}
.interior #photos li em {
  border: none;
  text-align: center;
}
.mainMedia {
}
.mediaBlock {
  /*border: 1px solid red;
  box-sizing: border-box;*/
  height: 500px;
  margin-bottom: 50px;
}
.mediaBlock img {
  width: 100%;
}
.mediaBlock .rotNav {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 5px 0;
  position: relative;
}
.mediaBlock .rotNav li {
  display: inline-block;
  list-style: none;
}
.mediaBlock .rotNav li a {
 border: 1px solid #ccc;
 padding: 5px 9px; 
 border-radius: 50px;
 text-decoration: none;
 margin: 0 5px;
}
.mediaBlock .rotNav li a:hover {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
a.cur {
  background: #ccc;
}
.mainMedia .col img {
  width: 100%;
  padding: 4px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.mainNewsLink {padding: 80px 0; color: #fff; font-family:'goudy_bookletter_1911regular','georgia','times','serif'; text-shadow: 0 0 3px #333; text-decoration: none; box-shadow: inset 0 0 6px #3c3c3c; border-bottom:10px solid #fff;}
.mainNewsLink h1 {font-weight:normal;}
.mainNewsLink p {font-size: 1.3em; font-family: 'quicksandregular','helvetica', sans-serif;}

.dateStamp {color: #6a5d07; margin-right: 60px;}

.prevArticle, .nextArticle {background: #ccc; color: #fff; text-decoration:none; padding: 5px 8px; border-radius: 10px;}
a.prevArticle:hover, a.nextArticle:hover {background: #333;}
.prevArticle {float:left;}
.nextArticle {float:right;}

/* about us */

a.pageItems {opacity: 0.9;position:relative; text-decoration: none; padding: 0; display:block; min-height: 250px; margin-top: 1.3em; box-style: border-box; border: 3px solid #fff; box-shadow: 0 0 3px #ccc; transition: .5s;}
a.pageItems:hover {opacity:1;}
a.pageItems h2 {padding-top: 5px; padding-bottom: 5px; opacity: 0.8; display:block; position:absolute; width:100%; text-align:center; bottom:-1px; background: #fff; box-shadow: 0 0 3px #ccc; font-weight:lighter; font-family:'goudy_bookletter_1911regular','georgia','times','serif';text-shadow: 0px 1px 1px #fff;}
a.pageItems:hover h2 {opacity:1;}

/* Leadership */
.personnelList a {
  display: block;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 20px 20px 20px 10px;
  border-bottom: 10px solid #ccc;
  transition: .5s;
}
.personnelList a:hover {
background: #f1f1f1;
}
.personnelList a h2 {
  color: #820202;
}
.personnelList img {
  border: 4px solid #fff;
  box-shadow: 0 0 3px #333;
  width: 100%; height: auto;
  display:block;
}

.imgBlock {
  margin-right: 5%;
}

.personnelList a span.readMore {
  color: #820202;
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* aor - area of responsibility */

#map1 {
  height: 600px!important;
  /*border: 1px solid red;*/
  box-style: border-box;
}

.countryView h1, .countryView h2, .countryView h3 {
  color: #5aaecd;
  font-family: 'goudy_bookletter_1911regular', 'Georgia', 'Times New Roman', serif;
}
.countryView p {
  color:#fff;
  font-size: 1.1em;
  line-height: 1.4em;
  font-family: 'goudy_bookletter_1911regular', 'Georgia', 'Times New Roman', serif;
}
.countryView p a, .countryView li a {
 color: #5acda6; 
}
.countryView .aside {
  box-style:border-box;
  height: auto;
}
.countryDesc p {
  margin-right: 10px;
}
.countryDesc {
  border-right: 2px solid #333;
  box-style:border-box;
}
.countryView .aside h3 {
  padding-top: 0;
  margin-top: 0;
}
.countryView ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.countryView .aside ul li {
  padding: 4px 0;
  margin: 0;
}
img.countFlag {
  background: #ccc;
  padding: 5px;
  box-style:border-box;
  margin-top: 10px;
}
.countryView img {
  width: 100%;
  height: auto;
}
.jvectormap-zoomin, .jvectormap-zoomout {
  display: none;
}

/* contact-us forms */

footer {background: #726a65; padding: 10px 0; font-family: 'quicksandregular','helvetica','sans-serif'; letter-spacing: -0.06em;}
.specialty footer {
  background: #000;
}
ul.socialLinks {padding:0; margin:0; width:100%;}
ul.footNav {
padding: 0!important;margin: 0!important; text-align: right;
}
ul.footNav li {
  vertical-align: text-top;
  text-align: center;
  margin:0!important; padding:0!important; list-style:none; display:inline-block;
  text-transform: capitalize; /*border-bottom: 1px solid #333;*/
}
 
ul.footNav li ul li {
  vertical-align: text-top;
  float: none;
  width: 100%;
  margin: 0!important;
  padding: 0!important;
  text-align: center;
  display: block;
  text-transform: capitalize;
  border-bottom: none;
}
ul.footNav li ul li a {
  margin: 0;
}
ul.footNav li ul {
  display: block;
  height: auto;
  position: relative;
  z-index: 1000;
  padding: 0!important;margin: 0!important;
}
ul.footNav a {color: #bbaea7; text-decoration:none;font-size: 0.8em; padding: 3px;
}
ul.footNav a:hover {
  color: #fff;
}

/* search template page */

span.col.two img {
  width: 100%;
  height: auto;
  padding: 1px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
/* ==========================================================================
   Form Styles
   ========================================================================== */
   
.imgsearch input[type=text] {
 border-radius: 3px; 
 padding: 5px;
 margin-left: 0;
 border: 1px solid #ccc;
 margin-bottom: 40px;
}
.imgsearch input[type=submit] {
 margin-left: 10px;
 display: inline-block;
 font-size: 1.2em;
 padding: 5px;
}
.ContactForms h3 {
  text-align: center;
  font-weight: lighter;
  text-transform: uppercase;
  font-family: 'quicksandregular','helvetica', sans-serif!important;
  text-shadow: 0 1px 1px #fff;
  margin-bottom: 10px;
  padding-bottom: 0;
  letter-spacing: 0.2em;
}
.mainContent form ul {
  margin: 0;
  padding: 5px;
  background: #eaeaea;
  box-shadow: inset 0px 0px 3px #ccc;
  border-radius: 5px;
  transition: .5s
}
.mainContent form ul:hover {
  background: #f7f7f7;
}
.mainContent form ul li {
  width: 80%;
  display: block;
  list-style: none;
  line-height: normal;
  text-shadow: 0 1px 1px #fff;
  clear: both;
  padding: 10px 0!important;
  text-align: right;
  margin-left: 0;
}

.mainContent form ul li label {
  float: left;
  width: 50%;
}
.mainContent form ul li span {

}
.mainContent form ul li span label {
  float: none;
  margin-right: 15px;
}
::-webkit-input-placeholder {
   color: #dddfde;
}

:-moz-placeholder { /* Firefox 18- */
   color: #dddfde; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #dddfde;  
}

:-ms-input-placeholder {  
   color: #dddfde;  
}

.mainContent form ul li input[type="text"] {
  background: #f5fffc;
  right: 0;
  margin-right: 10px;
  border: 1px solid #DADADA;
  color: #868686;
  outline: 0 none;
  padding: 5px;
  width: 40%;
  font-size: 14px;
  line-height:18px;
  box-shadow: inset 0px 1px 4px #ECECEC;
  -moz-box-shadow: inset 0px 1px 4px #ECECEC;
  -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
  border-radius: 5px;
}
.mainContent form ul li textarea {
  background: #f5fffc;
  right: 0;
  margin-right: 10px;
  border: 1px solid #DADADA;
  color: #868686;
  outline: 0 none;
  padding: 5px;
  width: 40%;
  font-size: 14px;
  line-height:18px;
  box-shadow: inset 0px 1px 4px #ECECEC;
  -moz-box-shadow: inset 0px 1px 4px #ECECEC;
  -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
  border-radius: 5px;
}
.mainContent form p {
  font-size: 0.8em;
  font-family: 'quicksandregular','helvetica', sans-serif!important;
  padding: 0!important;
}
 label.form_required {
   color: #d04e07;
 }
 label em {
   font-style: normal;
 }
 
input[type=text]:focus, input[type=tel]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus  {
  background: #fff !important;
  outline: none;
  text-shadow: 0 1px 1px #fff;
  padding: 6px!important;
  border: none!important;
  box-shadow: 0 0 5px #333!important;
  }
input[type=submit] {
  display: block;
  margin: 0 auto;
  border: none;
  background: #333;
  color: #fff;
  font-size: 1.4em;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 10px;
  transition: .5s
}
input[type=submit]:hover {
  background: #333;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media screen and (min-width: 480px) {
   
       
           
        .topHeader {
          padding:5px 0 5px 0;
          }
        
        .topHeader ul {
          width: 100%!important;
        }  
        
        .searchForm {
          width: 60%!important;
        }   
        
        .logoLink {
            margin: -60px 0 20px 0;
            width:100px;
            height:100px;
        }
        
        .mainNav ul li {
          float: none;
          margin-right: 5% !important;
          text-align: left;
        }
        .mainNav ul li a {
          font-size: 1.0em;
        }
                
        .container .col:first-child, .first {
            margin-left:0!important;
        }
        
        
        /*
        Add your semantic classnames in alongside their corresponding spans here. e.g.
        
        .three,
        .my_semantic_class_name {
            ...
        }
        */
        
        
    }

    /* 2. 12 Column Grid 700px - 1179px 
    ----------------------------------------------------------------------------- 
    
    Span 1:    6.5%
    Span 2:    15.0%
    Span 3:    23.5%
    Spspan_4an 4:    32.0%
    Span 5:    40.5%
    Span 6:    49.0%
    Span 7:    57.5%
    Span 8:    66.0%
    Span 9:    74.5%
    Span 10:    83.0%
    Span 11:    91.5%
    Span 12:    100%
    
    ----------------------------------------------------------------------------- */

    @media screen and (min-width: 700px) {
        
        .logoLink {
            margin: -40px 0 0 0;
            position: absolute;
        }
        .logoLink span {display: block;
        }
        
        .midBar ul li a span {width:100%; float:none; color: #ccc; text-shadow: 0 1px 1px #000;}
        
        .col {
            margin-left:2%;
            padding:0 0.5%;
        }
        
        .container .col:first-child, .first {
            margin-left:0!important;
        }
        
        
        
        .one {
            width:6.5%;
        }
        .two {
            width:15.0%;
        }
        .three {
            width:23.5%;
        }
        .four {
            width:32.0%;
        }
        .five {
            width:40.5%;
        }
        .six {
            width:49.0%;
        }
        .seven {
            width:57.5%;
        }
        .eight {
            width:66.0%;
        }
        .nine {
            width:74.5%;
        }
        .ten {
            width:83.0%;
        }
        .eleven {
            width:91.5%;
        }
        .twelve {
            margin-left:0;
            width:100%;
        }
        .item {height: 85vh;}
        .item h1 {font-size: 2.3em;}
        .item p {display: block;}
    }

    /* 3. 12 Column Grid 1180px - Infinity 
    ----------------------------------------------------------------------------- 
    
    Span 1:    6.5%
    Span 2:    15.0%
    Span 3:    23.5%
    Span 4:    32.0%
    Span 5:    40.5%
    Span 6:    49.0%
    Span 7:    57.5%
    Span 8:    66.0%
    Span 9:    74.5%
    Span 10:    83.0%
    Span 11:    91.5%
    Span 12:    100%
    
    ----------------------------------------------------------------------------- */

    @media screen and (max-width: 50em) {
      .js .mainNav ul li:not(:first-child) {
        display:none;
      }
      
      .js .slicknav_menu {
        display:block;
      }
    }
    @media screen and (min-width: 50em) and (max-width: 69em) {
    
    .topHeader ul {
      width: 50%!important;
    }  
    
    .searchForm {
      width: 50%!important;
    } 
    
    .mainNav ul  {
      text-align: right!important;
      width: 100%;
      margin-right: 0;
    }
    .mainNav ul li {
      margin-right: 1.0%!important;
    }
    .mainNav ul li:last-child {
      margin: 0!important;
    }
    nav ul li a {
      font-size: 0.7em!important;
      padding: 4px 8px;
      margin-right: 0!important;
    }
    
    }
    
     @media screen and (min-width: 70em) {
       
       .topHeader ul {
         width: 50%!important;
       }  
       
       .searchForm {
         width: 50%!important;
       } 
       
       .mainNav ul  {
         text-align: right!important;
         width: 100%;
         margin-right: 0;
       }
       .mainNav ul li {
         margin-right: 3.9%!important;
       }
       .mainNav ul li:last-child {
         margin: 0!important;
       }
       nav ul li a {
         font-size: 0.8em!important;
         padding: 4px 8px;
         margin-right: 0!important;
       }
        
        .col {
            margin-left:2%;
            padding:0 0.5%;
        }
        
        .container .col:first-child, .first {
            margin-left:0!important;
        }
        
        
        
        .one {
            width:6.5%;
        }
        .two {
            width:15.0%;
        }
        .three {
            width:23.5%;
        }
        .four {
            width:32.0%;
        }
        .five {
            width:40.5%;
        }
        .six {
            width:49.0%;
        }
        .seven {
            width:57.5%;
        }
        .eight {
            width:66.0%;
        }
        .nine {
            width:74.5%;
        }
        .ten {
            width:83.0%;
        }
        .eleven {
            width:91.5%;
        }
        .twelve {
            margin-left:0;
            width:100%;
        }
        
        .mainContent p {
          font-size: 1.2em;
        }
        
    }

  

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
