/* GENERAL STYLES
---------------------------------------------*/
html,
body,
form {
  /* height:100%; */
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  font: 14px/1.714em 'Open Sans', sans-serif;
  background: #fff;
  color: #666766;
}
a {
  color: #666766;
  text-decoration: underline;
  outline: none;
  cursor: pointer;
}
a:hover {
  color: #4c4b4c;
  text-decoration: underline;
}
a img {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
.PageTitleHeader,
.PageSubTitleHeader {
  margin: 25px 0;
  padding: 0;
}
h1,
.PageTitleHeader {
  font-size: 2.400em;
  line-height: 1.25em;
  color: #ed1c24;
  font-weight: 100;
}
h2,
.PageSubTitleHeader {
  font-size: 2.133em;
  line-height: 1.25em;
  color: #004b80;
  font-weight: 100;
}
h3 {
  font-size: 2.000em;
  line-height: 1.25em;
  color: #666766;
  font-weight: 100;
}
h4 {
  font-size: 1.733em;
  line-height: 1.25em;
  color: #666766;
  font-weight: 100;
}
p {
  margin: 0.5em 0 1.5em;
  padding: 0;
  color: #666766;
}
#PageTitle,
.PageTitleHeader {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.textalignright {
  text-align: right;
}
.textalignleft {
  text-align: left;
}
hr {
  height: 1px;
  line-height: 1px;
  margin: 25px 0;
  clear: both;
  border: none;
  background: #e1e1e1;
  color: #c9c9c9;
}
img.left {
  float: left;
  margin: 0 7px 1px 0;
}
img.right {
  float: right;
  margin: 0 0 7px 7px;
}
img.outline {
  border: 4px solid #4c4b4c;
}
.clearing {
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  margin-top: -7px;
}
.clearBoth {
  clear: both;
}
.clearRight {
  clear: right;
}
.clearLeft {
  clear: left;
}
.invisibleButAccessible {
  display: none;
}
.expand {
  display: inline-block;
  width: 18px;
}
.Error,
.error {
  width: auto!important;
}
img[src="/images/icons/v2/common/brick_edit.gif"],
img[src="/images/icons/v2/common/delete.gif"],
img[src="/images/icons/v2/common/arrow_out.gif"],
img[src="/images/e.gif"],
img[src="/images/spacer.gif"],
img[src="/images/icons/v2/bomb.png"] {
  border: 0!important;
  padding: 0!important;
  margin: 0!important;
  float: none!important;
  width: 16px!important;
  height: 16px !important;
}
#inner-wrap img {
  max-width: 100%;
  height: auto;
}
#inner-wrap img[src="/images/spacer.gif"] {
  display: none;
}
#inner-wrap img * {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.EventsHeader td:nth-child(2) {
  width: 18px !important;
  height: 18px !important;
}
.EventsHeader span.expand img {
  width: 18px !important;
  height: 18px !important;
}
::-moz-selection {
  background: #164989;
  color: #fff;
}
::selection {
  background: #164989;
  color: #fff;
}
/* Safari 3.1+, Opera 9.5+, Chrome 2+ */
::-moz-selection {
  background: #164989;
  color: #fff;
}
/* Mozilla Firefox */
/* Flexbox Equal heights */
.flexbox .equal-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flexbox .equal-height-item {
  display: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flexbox .equal-height-item-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
/* Stack items on mobile */
@media only screen and (max-width:  699px ) {
  .flexbox .equal-height {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .container {
    width: 100%;
  }
}
.colWrap {
  padding: 0 25px;
}
.button,
.btn,
input[type="submit"] {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 40px;
  margin: 0.5em 0;
  cursor: pointer;
  color: #fff;
  background: #004b80;
  border: 1px solid #004b80;
}
.button:hover,
.btn:hover,
input[type="submit"]:hover {
  text-decoration: none;
  background: transparent;
  color: #004b80;
}
.button:focus,
.btn:focus,
input[type="submit"]:focus {
  color: #fff;
}
.button-ghost,
.btn-ghost {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 40px;
  margin: 0.5em 0;
  cursor: pointer;
  color: #004b80;
  background: transparent;
  border: 1px solid #004b80;
}
.button-ghost:hover,
.btn-ghost:hover {
  text-decoration: none;
  background: #004b80;
  color: #fff;
}
.button-ghost:focus,
.btn-ghost:focus {
  color: #004b80;
}
.body-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.88);
  z-index: 9999;
}
.body-overlay.active {
  display: block;
}
/* UTILITY BAR ELEMENTS
---------------------------------------------*/
.utilityBar {
  float: left;
  width: 100%;
  background: #164989;
  padding: 18px 0;
  box-shadow: 1px 2px 4px 2px rgba(1, 2, 2, 0.18);
  margin-bottom: 10px;
}
.utilityBar .colWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.utilityBar .utbar-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.utilityBar .utbar-logos ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.utilityBar .utbar-logos ul li {
  display: inline-block;
  margin: 0 20px;
}
.utilityBar .utbar-logos ul li:first-child {
  margin-left:0;
}
.utilityBar .utbar-logos ul li.laTech-alumni {
  margin-right: 40px;
}
.utilityBar .utbar-logos ul li a {
  display: block;
}
.utilityBar .utbar-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.utilityBar .utbar-social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.utilityBar .utbar-social ul li {
  display: inline-block;
  margin: 0 12px;
}
.utilityBar .utbar-social ul li a {
  display: block;
}
.utilityBar .utbar-social ul li a .fa {
  color: #fff;
  font-size: 20px;
}
/* HEAD ELEMENTS
---------------------------------------------*/


/* Logos */

/* .img-hidden {opacity: 0; }
.laTech-advancement {background: url('images/University-Advancement.png') no-repeat; background-size: cover;}
.laTech-advancement:hover {background: url('images/University-Advancement-hover.png') no-repeat; background-size: cover;}
.laTech-alumni {background: url('images/Alum-Logo.png') no-repeat; background-size: cover;}
.laTech-alumni:hover {background: url('images/Alum-Logo-hover.png') no-repeat; background-size: cover;}
.laTech-foundation {background: url('images/Foundation.png') no-repeat; background-size: cover;}
.laTech-foundation:hover {background: url('images/Foundation-hover.png') no-repeat; background-size: cover;}
.laTech-athletic {background: url('images/Athletic.png') no-repeat; background-size: cover;}
.laTech-athletic:hover {background: url('images/Athletic-hover.png') no-repeat; background-size: cover;} */

.menu-logos li img { transition: all 400ms;}
.menu-logos li img:hover { opacity: 0.75 }


.structHead {
  float: left;
  width: 100%;
  background: #fff;
  padding: 15px 0;
}
.structHead .colWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.headLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.nav-toggles-content {
  width: 350px;
  height: 62px;
  position: absolute;
  top:178px;
  right: 25px;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all ease 400ms;
}
.nav-toggles-content.show {
  visibility: visible;
  opacity: 1;
}
.searchWrap {
  display: none;
  padding: 10px;
  background: #164989;
  position: relative;
}
.searchWrap.open {
  display: block;
}
.searchWrap label {
  display: none;
}
.searchWrap input {
  background: #fff;
  color: #004b80;
  padding: 10px;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 14px;
  width: 100%;
  padding-right: 40px;
}
.searchWrap img {
  width: 17px;
  height: 17px;
  position: absolute;
  right: 25px;
  top: 22px;
}
.searchWrap .SearchModuleSpacer {
  display: none;
}
.userMemTools {
  display: none;
  padding: 10px 15px;
  background: #164989;
  position: relative;
}
.userMemTools.open {
  display: block;
}
.userMemTools ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.userMemTools ul li {
  display: inline-block;
  width: 47%;
}
.userMemTools ul li:first-child {
  margin-right: 15px;
}
.userMemTools ul li a {
  font-weight: bold;
  font-size: 14px;
  width: 100%;
  border: 1px solid #fff;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 10px;
  margin:0.5em 0;
  cursor: pointer;
  text-align: center;
  color: #fff;
}
.userMemTools ul li:first-child a  {
  background: #fff;
  color:#004b80;
}
.userMemTools ul li:first-child a:hover {
  background:#004b80;
  color:#fff;
}
.userMemTools ul li:last-child a {
  background:#004b80;
  color:#fff;
}
.userMemTools ul li:last-child a:hover {
  background: #fff;
  color:#004b80;
}
/* HEAD INTERIOR  
---------------------------------------------*/
.interior .structHead {
  border-bottom: 1px solid #e1e2e1;
}
/* MAIN TOP HORIZONTAL NAV
---------------------------------------------*/
.desktopNav {
  float: left;
  width: 100%;
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.desktopNav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.desktopNav ul li {
  float: left;
  padding: 0;
  line-height: 1.5em;
  text-transform: uppercase;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: normal;
  margin: 0 10px;
}
.desktopNav ul li.highlight {
  background: #164989;
}
.desktopNav ul li.highlight > a {
  color: #fff;
}
.desktopNav ul li a {
  display: block;
  text-decoration: none;
  color: #4c4b4c;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: normal;
  padding: 5px 12px;
}
.desktopNav li.hasSub.sfHover > a:after {
  margin-left: 8px;
  content: '\f106';
  font-family: 'FontAwesome';
  font-size: 14px;
}
.desktopNav li.hasSub > a:after {
  margin-left: 8px;
  content: '\f107';
  font-family: 'FontAwesome';
  font-size: 14px;
}
.desktopNav li.sfHover {
  position: static;
}
.desktopNav li.sfHover .menuWrapper {
  left: auto;
  opacity: 1;
}
.desktopNav li .menuWrapper {
  position: absolute;
  left: -999em;
  top: 100%;
  width: 230px;
  padding: 15px 0 0;
  margin: 0px;
  float: none;
  text-align: left;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1000;
}
.desktopNav li ul {
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.85);
  float: left;
  width: 100%;
}
.desktopNav li ul li {
  width: 100%;
  border-bottom: 1px solid #959595;
  margin: 0;
  padding: 0;
  background: none;
  line-height: normal;
  text-transform: uppercase;
  font-size: 1em;
}
.desktopNav li ul li:last-child {
  border: none;
}
.desktopNav li ul li.sfHover {
  position: static;
}
.desktopNav li ul li.sfHover ul {
  left: auto;
  opacity: 1;
}
.desktopNav li ul li:hover a {
  color: #ed2024;
}
.desktopNav li ul li a {
  color: #4c4b4c;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
}
.desktopNav .nav-toggles .cursor-pointer {
  visibility: hidden;
  opacity: 0;
  transition: all 250ms;
}
.desktopNav .nav-toggles .active {
  position: relative;
}
.desktopNav .nav-toggles .active .cursor-pointer {
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url('images/cursor.png');
  background-repeat: no-repeat;
  width: 16px;
  height: 25px;
  visibility: visible;
  opacity: 1;
}
.desktopNav .nav-toggles .active.searchToggle .cursor-pointer {
  right: 3px;
  bottom: -10px;
}
.desktopNav .nav-toggles .active.memToolsToggle .cursor-pointer {
  right: 4px;
  bottom: -4px;
}
.desktopNav .nav-toggles ul li:last-child {
  margin-right: 0;
}
.desktopNav .nav-toggles ul li span.fa {
  color: #c9c9c9;
  cursor: pointer;
  font-size: 1.714em;
  padding: 5px 12px;
}
@media only screen and (max-width: 1190px) {
  .desktopNav ul li {
    margin: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .desktopNav ul li a {
    padding: 5px 10px;
  }
}
@media only screen and (max-width:  1023px ) {
  .desktopNav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* BREADCRUMBS
-----------------------------------------------*/
.interior .structBody .breadCrumbs {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.interior .structBody .breadCrumbs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.interior .structBody .breadCrumbs ul li {
  padding: 0 0 0 0;
  margin: 0;
  display: inline;
  font-size: 11px;
  color: #777677;
  text-transform: uppercase;
}
.interior .structBody .breadCrumbs ul li:before {
  content: ">";
  color: #777677;
}
.interior .structBody .breadCrumbs ul li:first-child:before {
  content: "";
}
.interior .structBody .breadCrumbs ul li:first-child a {
  padding-left: 0;
}
.interior .structBody .breadCrumbs ul li.selected a {
  font-weight: 600;
}
.interior .structBody .breadCrumbs ul li a {
  text-decoration: none;
  padding: 0 5px 0 8px;
  font-size: 12px;
}
@media only screen and (max-width:  699px ) {
  .interior .structBody .breadCrumbs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .interior .structBody .breadCrumbs ul li a {
    font-size: 10px;
    padding: 0 4px 0 7px;
  }
}
/* BODY ELEMENTS
---------------------------------------------*/
.structBody {
  float: left;
  padding: 0em 0;
  width: 100%;
  background: #fff;
}
.midWrap {
  padding-bottom: 3em;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .midWrap {
    padding-bottom: 1em;
  }
}
.pageName h1 {
  margin: 0 0 10px;
}
.section2 {
  padding-bottom: 30px;
}
.section2 .sectionHeading {
  margin: 0 auto 20px;
  max-width: 900px;
}
.section2 .sectionHeading .sectionTitle {
  text-align: center;
}
.section2 .sectionHeading .sectionTitle h1 {
  font-weight: 100;
  font-size: 36px;
  color: #ed1c24;
  text-align: center;
}
.section2 .sectionHeading .sectionDesc {
  text-align: center;
  line-height:28px;
}
.section2 .sectionHeading .sectionDesc p {
  font-weight: 400;
  font-size: 16px;
  color: #5c5c5c;
  text-align: center;
  line-height:28px;
  margin-top:0;
}
.section2 .sectionContent {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section2 .sectionViewMore {
  margin-bottom: 40px;
  text-align: center;
}
.section2 .sectionViewMore a {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  color: #004b80;
  text-decoration: underline;
  text-transform: uppercase;
  text-align: center;
}
.section3.colWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section3 .sectionLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section3 .sectionLeft .s3-content .s3-content-title {
  font-size: 32px;
  font-weight: 100;
  color: #ed2024;
  margin-bottom: 20px;
}
.section3 .sectionLeft .s3-content .s3-content-preview {
  font-size: 16px;
  color: #5c5c5c;
  margin-bottom: 20px;
  line-height:26px;
}
.section3 .sectionLeft .s3-content .s3-content-btnGroup a:first-child {
  margin-right: 15px;
}
@media only screen and (max-width:  1023px ) {
  .section2 .sectionHeading {
    margin-bottom: 20px;
  }
  .section3.colWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            padding:0 15px;
  }
  .section3 .sectionLeft {
    margin-bottom: 30px;
    padding:0;
  }
  .section3 .sectionRight {
    padding:0;
  }
}
.panelCollapse {
	width:100%;
}
.panelCollapse .accordionToggle {
	text-decoration: none;
	display: flex;
	align-items: center;
}
.panelCollapse .accordionToggle:hover {
	text-decoration: none;
}
.panelCollapse .accordionToggle .accordion-label {
	color:#d92732;
	font-size:24px;
}
.panelCollapse .collapseItem {
	margin-top:20px;
}
.panelCollapse .accordionToggle .collapse-panel {
	display: none;
}
.panelCollapse .accordionToggle .expand-panel,
.panelCollapse .accordionToggle .collapse-panel {
	color:#d92732;
	font-size:24px;
}
.panelCollapse .hrule {
	background:#e1e1e1;
	height:1px;
	margin:0 20px;
	display:flex;
	flex:1 0 auto;
}
.panelCollapse.open .accordionToggle .collapse-panel {
	display: inline-block;
}
.panelCollapse.open .accordionToggle .expand-panel {
	display: none;
}
/* BODY - INTERIOR  
---------------------------------------------*/
.interior .structBody {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  padding: 25px 25px 80px;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.interior .structBody > .container-fluid {
  padding: 0;
  width:100%;
}
.interior .structBody .pageName {
  margin-bottom: 30px;
}
.interior .structBody .ft-graphic {
  margin-bottom: 30px;
}
.interior .structBody .structRight {
  padding-left: 35px;
}
@media only screen and (max-width:  699px ) {
  .interior .structBody {
    padding: 25px 15px 40px;
  }
  .interior .structBody .structRight {
    padding-left: 15px;
  }
}
/* NEWS LISTINGS
-----------------------------------------------*/
.newsItem {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #c9c9c9;
  float: left;
  width: 100%;
  clear: both;
}
.newsItem .thumb {
  position: relative;
  width: 120px;
  float: left;
}
.newsItem .text {
  padding-left: 140px;
}
.newsItem .title {
  font-size: 1.2em;
  line-height: normal;
  padding: 0 0 5px;
  font-weight: 100;
}
.gridWrap {
  margin-bottom: 50px;
  overflow: hidden;
}
@media only screen and (max-width:  699px ) {
  .gridWrap {
    margin: 0;
  }
}
.gridWrap .gridItem .thumb {
  margin: 0 0 20px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.gridWrap .gridItem .thumb a {
  display: block;
}
.gridWrap .gridItem .thumb img.invisible {
  visibility: hidden;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .gridWrap .gridItem .thumb {
    width: 300px;
    float: left;
  }
}
@media only screen and (max-width:  699px ) {
  .gridWrap .gridItem .thumb {
    width: 400px;
    margin: 0 auto;
    max-width: 100%;
  }
}
.gridWrap .gridItem .text {
  clear: both;
}
@media only screen and (min-width: 700px) and (max-width:  1023px ) {
  .gridWrap .gridItem .text {
    padding-left: 320px;
    clear: right;
    padding-right: 20px;
    padding-top: 20px;
  }
}
@media only screen and (max-width:  699px ) {
  .gridWrap .gridItem .text {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.gridWrap .gridItem .title {
  display: block;
  font-size: 1.2em;
  line-height: normal;
  font-weight: bold;
  padding: 0 0 5px;
}
/* EVENT LISTINGS
-----------------------------------------------*/
.eventItem {
  position: relative;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #c9c9c9;
}
.eventItem > .date {
  position: relative;
  width: 60px;
  background: #fff;
  border: 1px solid #c9c9c9;
  text-align: center;
  float: left;
}
.eventItem .date .month {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.85em;
  line-height: 1em;
  background: #004b80;
  color: #fff;
  padding: 5px 0;
}
.eventItem .date .day {
  font-size: 2em;
  line-height: 1.5em;
}
.eventItem .text {
  padding-left: 80px;
}
.eventItem .text .preview .title {
  display: none;
}
.eventItem .title {
  font-size: 1.2em;
  line-height: normal;
  padding: 0 0 5px;
  font-weight: 100;
}
.eventItem.withThumb .thumb {
  width: 120px;
  position: absolute;
  left: 75px;
}
.eventItem.withThumb .text {
  padding-left: 215px;
}
@media only screen and (max-width:580px) {
  .eventItem .text,
  .eventItem.withThumb .text {
    padding-left: 0;
    padding-top: 85px;
  }
}
/* FEATURE ROTATOR
---------------------------------------------*/
.imageRotator {
  margin-bottom: 2em;
}
.imageRotator .rtInnerWrap {
  position: relative;
}
.imageRotator .imageRotator-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: radial-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.45) 60%, rgba(0, 0, 0, 0.85) 100%);
}
.imageRotator .bx-wrapper {
  position: relative;
}
.imageRotator .bx-wrapper .bx_slide {
  position: relative;
}
.imageRotator .bx-wrapper .bx_slide .sldimg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 55%;
  height: 0;
}
.imageRotator .bx-wrapper .bx_slide .sldimg a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.imageRotator .bx-wrapper .bx_slide .sldtxt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 9999;
}
.imageRotator .bx-wrapper .bx_slide .sldtxt .flexWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 40%;
  margin: 0 auto;
}
.imageRotator .bx-wrapper .bx_slide .sldtxt .title {
  text-align: center;
  font-size: 3.714em;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 0 20px;
  color: #fff;
  text-shadow: 3px 0 18px #af1f23;
  line-height: 1em;
}
.imageRotator .bx-wrapper .bx_slide .sldtxt .title a {
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  text-decoration: none;
  text-align: center;
}
.imageRotator .bx-wrapper .bx_slide .sldtxt .preview {
  max-width: 485px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.429em;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}
.imageRotator .bx-wrapper .bx_slide .sldtxt .preview p {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
.imageRotator .bx-wrapper .bx_slide .sldtxt .button {
  display: inline-block;
  color: #fff;
  background: rgba(22, 73, 137, 0.9);
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 18px;
  box-shadow: 0px 0px 40px rgba(237, 32, 36, 0.45);
  padding: 20px 60px;
  margin-top: 26px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.imageRotator .bx-wrapper .bx_slide .sldtxt .button:hover {
  box-shadow: 0px 0px 40px rgba(237, 32, 36, 0.1);
  background: rgba(22, 73, 137, 0.95);
}
.imageRotator .bx-pager {
  position: absolute;
  bottom: 20%;
  right: 0;
  z-index: 100;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width:  699px ) {
  .imageRotator .bx-pager {
    position: static;
    width: 100%;
    text-align: center;
    padding: 10px 0 0;
  }
}
.imageRotator .bx-pager .bx-pager-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
}
.imageRotator .bx-pager .bx-pager-item:first-child {
  padding-left: 0;
}
.imageRotator .bx-pager a {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e1e1e1;
  text-indent: -999em;
  outline: none;
}
.imageRotator .bx-pager a.active {
  background: #ed2024;
}
.imageRotator .bx-controls-direction a {
  position: absolute;
  top: 45%;
  z-index: 100;
  outline: none;
}
.imageRotator .bx-controls-direction a.bx-prev {
  left: 20px;
}
.imageRotator .bx-controls-direction a.bx-next {
  right: 20px;
}
/* Slick Slider */
.section2 .sectionContent .sectionRotator .slickSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.section2 .sectionContent .sectionRotator .slickSlider .slick-arrow {
  font-size: 36px;
  color: #969696;
  height: 50px;
  width: 50px;
  cursor: pointer;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section2 .sectionContent .sectionRotator .slickSlider .slick-arrow.prevArrow {
  left: -50px;
}
.section2 .sectionContent .sectionRotator .slickSlider .slick-arrow.nextArrow {
  right: -50px;
}
.section2 .sectionContent .sectionRotator .slickSlider .slick-list {
  padding: 20px 0 !important;
}
.section2 .sectionContent .sectionRotator .slickSlider .slick_slide {
  box-shadow: 0 0 10px rgba(1, 2, 2, 0.4);
  width: 296px;
  margin: 0 50px;
}
.section2 .sectionContent .sectionRotator .slickSlider .slick_slide .sldimg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 296px;
  height: 165px;
}
.section2 .sectionContent .sectionRotator .slickSlider .slick_slide .sldimg a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.section2 .sectionContent .sectionRotator .slickSlider .slick_slide .sldtxt {
  padding: 20px;
}
.section2 .sectionContent .sectionRotator .slickSlider .slick_slide .sldtxt .details {
  color: #5c5c5c;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 20px;
}
.section2 .sectionContent .sectionRotator .slickSlider .slick_slide .sldtxt .details .name:after {
  content: '|';
  color: #ed1c24;
  margin: 0 5px;
  font-size: 12px;
  font-weight: 300;
}
.section2 .sectionContent .sectionRotator .slickSlider .slick_slide .sldtxt .title {
  font-size: 20px;
  font-weight: 400;
  color: #164989;
  margin-bottom: 15px;
}
.section2 .sectionContent .sectionRotator .slickSlider .slick_slide .sldtxt .title a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}
.section2 .sectionContent .sectionRotator .slickSlider .slick_slide .sldtxt .preview {
  font-size: 14px;
  font-weight: 400;
  color: #5c5c5c;
}
.section2 .sectionContent .sectionRotator .slickSlider .slick_slide .sldtxt .preview p {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.section2 .sectionContent .sectionRotator .slickSlider .slick_slide .sldtxt .time-range {
  font-weight: 700;
  font-size: 14px;
  color: #5c5c5c;
}
.section2 .sectionContent .sectionRotator .slickSlider .slick_slide .sldtxt .button-group {
  margin-top: 30px;
}
.section2 .sectionContent .sectionRotator .slickSlider .slick_slide .sldtxt .button-group a,
.section2 .sectionContent .sectionRotator .slickSlider .slick_slide .sldtxt .button-group .button {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  border: 1px solid #004b80;
  background: #004b80;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.section2 .sectionContent .sectionRotator .slickSlider .slick_slide .sldtxt .button-group a:hover,
.section2 .sectionContent .sectionRotator .slickSlider .slick_slide .sldtxt .button-group .button:hover {
  background: #fff;
  color: #004b80;
}
@media only screen and (min-width: 1100px) and (max-width: 1220px) {
  .section2 .sectionContent .sectionRotator .slickSlider {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media only screen and (min-width:1024px) and (max-width:1099px) {
  .section2 .sectionContent .sectionRotator .slickSlider {
    max-width: 900px;
    margin: 0 auto;
  }
}
@media only screen and (max-width:  1023px ) {
  .section2 .sectionContent .sectionRotator .slickSlider {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section2 .sectionContent .sectionRotator .slickSlider .slick_slide {
    margin:0 30px 35px;
  }
  .imageRotator .bx-wrapper .bx_slide .sldtxt .flexWrap {
    width: 100%;
    padding: 0 10px;
  }
  .imageRotator .bx-wrapper .bx_slide .sldtxt .title {
    font-size: 2em;
  }
  .imageRotator .bx-wrapper .bx_slide .sldtxt .preview {
    font-size: 1.067em;
    line-height: 24px;
  }
  .imageRotator .bx-wrapper .bx_slide .sldtxt .preview .button {
    padding: 15px 40px;
    font-size: 14px;
  }
  .imageRotator .bx-wrapper .bx_slide .sldimg {
    min-height: 420px;
  }
}
@media only screen and (max-width:760px) {
  .section2 .sectionContent .sectionRotator .slickSlider .slick_slide {
    margin:0 30px 35px;
  }
}
@media only screen and (max-width:500px) {
  .section2 .sectionContent .sectionRotator .slickSlider .slick_slide {
    margin:0 0 35px;
  }
}
@media only screen and (max-width:330px) {
  .section2 .sectionContent {
    justify-content: center;
  }
}
/* LEFT COLUMN
---------------------------------------------*/
.structLeft {
  margin-top: 72px;
}
.structLeft.open {
  z-index: 99999;
  padding-left: 0;
}
.structLeft.open .leftNav-m-open {
  visibility: hidden;
  opacity: 0;
}
.structLeft.open .leftNav-m-toggle {
  background: #e8e7e6;
  padding: 25px 20px;
  max-width: 300px;
  z-index: 99999;
}
.structLeft.open .leftNav-m-toggle .leftNav-m-close {
  display: block;
}
.structLeft .leftNav-m-open {
  display: none;
  color: #004b80;
  cursor: pointer;
  transition: all 250ms;
  font-weight: 600;
}
.structLeft .leftNav-m-open .leftNav-m-open-label {
  border-bottom: 2px solid #004b80;
}
.structLeft .leftNav-m-open .expand-collapse {
  margin-left: 5px;
  font-weight: 700;
}
.structLeft .leftNav-m-toggle .leftNav-m-close {
  display: none;
  color: #004b80;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-decoration: none;
}
.structLeft .leftNav-m-toggle .leftNav-m-close .leftNav-m-close-label {
  border-bottom: 2px solid #004b80;
}
.secondaryNavHeading {
  margin-bottom: 30px;
}
.secondaryNavHeading ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.secondaryNavHeading ul li.selected {
  display: block;
}
.secondaryNavHeading ul li {
  color: #777677;
  font-weight: 600;
  text-decoration: none;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.secondaryNavHeading ul li a {
  color: #777677;
  font-weight: 600;
  text-decoration: none;
  font-size: 20px;
  cursor: pointer;
}
.secondaryNavHeading ul li ul {
  display: none;
}
.secondaryNav {
  margin-bottom: 30px;
}
.secondaryNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.secondaryNav ul li {
  border-bottom: 1px solid #e1e1e1;
  color: #a4a3a4;
  font-weight: 400;
  text-decoration: none;
  display: none;
}
.secondaryNav ul li.selected {
  display: block;
}
.secondaryNav > ul > li.selected {
  border: none;
}
.secondaryNav > ul > li.selected > a {
  color: #ed1c24;
  display: none;
}
.secondaryNav ul li.selected ul li {
  display: block;
}
.secondaryNav ul li li:last-child {
  border-bottom: 1px solid #e1e1e1;
}
.secondaryNav ul li.selected li.selected a {
  color: #ed1c24;
}
.secondaryNav ul li.selected ul li:first-child {
  border-top: none;
}
.secondaryNav ul li a {
  display: block;
  line-height: normal;
  color: #a4a3a4;
  padding: 10px 0;
  font-weight: 400;
  text-decoration: none;
  font-size: 16px;
}
.secondaryNav ul ul li {
  border-top: 1px solid #e1e1e1;
  border-bottom: none;
  /* padding: 0 15px; */
}
@media only screen and (max-width:  699px ) {
  .structLeft {
    margin: 35px 0;
  }
  .structLeft .leftNav-m-open {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .structLeft .leftNav-m-toggle {
    display: none;
  }
  .structLeft .secondaryNavHeading {
    margin-bottom: 20px;
  }
  .structLeft .secondaryNav {
    padding-left: 20px;
    margin-bottom: 0;
  }
  .structLeft .secondaryNav ul li {
    border: none;
  }
}
/* FOOTER ELEMENTS
---------------------------------------------*/
footer {
  float: left;
  width: 100%;
  color: #fff;
}
footer .footerTop {
  background: #ebebeb;
  padding: 50px 0;
}
footer .footerTop .footerLeft {
  padding: 0;
}
footer .footerTop .footerLeft .footerLeft-title {
  color: #666766;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
footer .footerTop .footerLeft .footerLeft-content {
  color: #666766;
  font-size: 15px;
  font-weight: 100;
  margin-bottom: 35px;
}
footer .footerTop .footerLeft .footerLeft-button {
  font-size: 14px;
  font-weight: 700;
}
footer .footerTop .footerLeft .footerLeft-button .button {
  font-size: inherit;
  font-weight: inherit;
}
footer .footerTop .footerRight {
  padding: 0;
}
footer .footerTop .footerNavLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
footer .footerTop .footerNavLinks .footerNavLinksColWrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
footer .footerTop .footerNavLinks .footerNavLinksColWrap1 .footerNavLinksCol:first-child {
  margin-left: 0;
}
footer .footerTop .footerNavLinks .footerNavLinksColWrap2 .footerNavLinksCol:last-child {
  margin-right: 0;
}
footer .footerTop .footerNavLinks .footerNavLinksCol {
  margin: 0 65px;
}
footer .footerTop .footerNavLinks ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .footerTop .footerNavLinks ul:last-child {
  margin-right: 0;
}
footer .footerTop .footerNavLinks ul li {
  display: block;
  margin-bottom: 18px;
  text-align: left;
  text-transform: uppercase;
}
footer .footerTop .footerNavLinks ul li:last-child {
  margin-bottom: 0;
}
footer .footerTop .footerNavLinks ul li a {
  display: block;
  text-align: left;
  text-decoration: none;
}
footer .subFooter {
  background: #004b80;
  padding: 20px 0;
}
footer .subFooter .subFooterLeft {
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 100;
  text-align: left;
  line-height:32px;
}
footer .subFooter .subFooterLeft a {
  color: #fff;
  text-decoration: none;
}
footer .subFooter .subFooterLeft a:hover {
  text-decoration: underline;
}
footer .subFooter .subFooterRight {
  padding: 0;
}
footer .subFooter ul.social {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
@media only screen and (max-width:  699px ) {
  footer .subFooter ul.social {
    text-align: center;
    margin-bottom: 20px;
  }
}
footer .subFooter ul.social li {
  display: inline;
  margin: 0 12px;
}
footer .subFooter ul.social li:last-child {
  padding: 0;
}
footer .subFooter ul.social li a {
  text-decoration: none;
  color: #fff;
}
footer .subFooter ul.social li a .fa {
  font-size: 20px;
}
@media only screen and (max-width:  1023px ) {
  footer .footerTop .footerLeft {
    margin-bottom: 50px;
  }
  footer .footerTop .footerRight .footerNavLinks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footerTop .footerRight .footerNavLinks .footerNavLinksColWrap1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  footer .footerTop .footerRight .footerNavLinks .footerNavLinksColWrap1 .footerNavLinksCol {
    width: 50%;
  }
  footer .footerTop .footerRight .footerNavLinks .footerNavLinksCol {
    margin: 0;
  }
  footer .footerTop .footerRight .footerNavLinks .footerNavLinksColWrap2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .footerTop .footerRight .footerNavLinks .footerNavLinksColWrap2 .footerNavLinksCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  footer .footerTop .footerRight .footerNavLinks .footerNavLinksColWrap2 .footerNavLinksCol ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footerTop .footerRight .footerNavLinks .footerNavLinksColWrap2 .footerNavLinksCol ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50%;
  }
  footer .footerTop .footerRight .footerNavLinks .footerNavLinksColWrap2 .footerNavLinksCol ul li:nth-child(odd) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .footerTop .footerRight .footerNavLinks .footerNavLinksColWrap2 .footerNavLinksCol ul li:nth-child(even) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  footer .footerTop .footerRight .footerNavLinks .footerNavLinksColWrap2 .footerNavLinksCol ul li a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .subFooter .subFooterLeft {
    text-align: center;
  }
  footer .subFooter .subFooterRight .social {
    text-align: center;
    margin-bottom: 25px;
  }
}
/* MOBILE NAVIGATION
-----------------------------------------------*/
.m-nav-toggle {
  color: #003471;
  cursor: pointer;
  outline: none!important;
}
.menu-icon {
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.menu-icon .menu-icon--bar {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #003471;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.menu-icon .menu-icon--bar:first-child {
  top: 0%;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
.menu-icon .menu-icon--bar:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
.menu-icon .menu-icon--bar:last-child {
  bottom: 0;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
.active .menu-icon .menu-icon--bar:first-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -4px;
  left: 0px;
}
.active .menu-icon .menu-icon--bar:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.active .menu-icon .menu-icon--bar:last-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 0px;
  left: 0px;
}
.mobileNav {
  box-shadow: 10px 10px 21px rgba(1, 2, 2, 0.41);
  margin-bottom: 10px;
  background: #fff;
  position: absolute;
  top: 61px;
  left: 0;
  width: 100%;
  z-index: 99999;
}
.mobileNav .mainNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobileNav .mainNav ul li {
  position: relative;
  padding: 15px 30px;
  color: #4c4b4c;
  font-weight: 100;
  font-size: 14px;
  text-decoration: none;
}
.mobileNav .mainNav ul li.has-subnav .accordion-btn {
  color: #4c4b4c;
  width: 100% !important;
}
.mobileNav .mainNav ul li.has-subnav a {
  margin-right:0!important;
}
.mobileNav .mainNav ul li.has-subnav .accordion-btn-wrap {
  width:4% !important;
  position: relative !important; 
  font-size: 1.3em;
}
.mobileNav .mainNav ul li.selected a {
  color: #ed2024;
}
.mobileNav .mainNav ul li.highlight {
  background: #164989;
}
.mobileNav .mainNav ul li.highlight > a {
  color: #fff;
}
.mobileNav .mainNav ul li a {
  display: inline-block;
  color: #4c4b4c;
  font-weight: 100;
  font-size: 1em;
  text-decoration: none;
  text-transform: uppercase;
}
.mobileNav .mobileMemberTools {
  padding: 20px 15px;
  background: #fff;
}
.mobileNav .mobileMemberTools ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobileNav .mobileMemberTools ul li {
  display: inline-block;
  padding: 0 5px;
}
.mobileNav .mobileMemberTools ul li:first-child {
  padding-left: 0;
}
.mobileNav .mobileMemberTools ul li:last-child {
  padding-right: 0;
}
.mobileNav .mobileMemberTools ul li .fa {
  color: #c9c9c9;
}
.mobileNav .mobileMemberTools ul li a {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  width: 100%;
  border: 1px solid #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 40px;
  margin: 0.5em 0;
  cursor: pointer;
  text-align: center;
}
.mobileNav .mobileMemberTools ul li:nth-child(2) a {
  background: #fff;
  color: #004b80;
  border-color:#004b80;
}
.mobileNav .mobileMemberTools ul li:nth-child(2) a:hover {
  color:#fff;
  background:#004b80;
  border-color:#fff;
}
.mobileNav .mobileMemberTools ul li:last-child a {
  background: #004b80;
  color: #fff;
}
.mobileNav .mobileMemberTools ul li:last-child a:hover {
  background:#fff;
  color:#004b80;
  border-color:#004b80;
}
.mobileSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eeeeef;
  padding: 10px 20px;
  position: relative;
}
.mobileSearch label {
  display: none;
}
.mobileSearch input {
  border: 1.5px solid #004b80;
  background: #fff;
  color: #004b80;
  padding: 10px;
  border: none;
  font-weight: bold;
  font-size: 14px;
  width: 100%;
  padding-right: 40px;
}
.mobileSearch img {
  width: 17px;
  height: 17px;
  position: absolute;
  right: 35px;
  top: 22px;
}
.mobileSearch .SearchModuleSpacer {
  display: none;
}
#nav {
  display: none;
  overflow-y: scroll;
}
#nav ul li.selected > ul {
  display: block;
}
#nav ul li ul {
  display: none;
}
.utilityBarMobile {
  float: left;
  width: 100%;
  background: #164989;
  padding: 18px 0;
}
.utilityBarMobile .colWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 20px;
}
.utilityBarMobile .utbar-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.utilityBarMobile .utbar-logos ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.utilityBarMobile .utbar-logos ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .utilityBarMobile .utbar-logos ul li {
    max-width: 25%;
    justify-content: center;
    padding: 0 5px;
  }
}

.utilityBarMobile .utbar-logos ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
@media only screen and (min-width: 500px) {
  .mobileNav .mobileMemberTools {
    padding: 15px 30px;
  }
  .mobileNav .mobileMemberTools ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 350px) {
  .utilityBarMobile .colWrap {
    padding: 0 10px;
  }
}
.loggedin .section2 .sectionViewMore {
  display: block;
}
ul.imod-cms-menu2 li a,
ul.imod-cms-menu2-horizontal li a {
  height: 100% !important;
}

/* Directory Search */
/* .imod-configure-directory-search .imod-directory-search-result-container {display: inline-block; vertical-align: top; width: 25%;}
.imod-configure-directory-search .imod-directory-search-result-container .imod-directory-search-result .imod-directory-result-wrapper.layout2 {border: none; background: none;}
.imod-profile-thumbnail {
  background-color:transparent !important;
  background-size:contain!important;
}
.imod-directory-member-name {
    color:#666766;
    font-size:16px;
    text-align: center;
    text-decoration: none;
    margin-bottom:15px;
}
.imod-directory-member-name a {
  text-decoration: none;
}
.imod-directory-company-name {
    color:#666766;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom:10px;
}
.imod-directory-memberInfo {
    color:#666766;
    font-size:12px;
    text-align: center;
}
.imod-directory-member-social {
    background:#cececd;
    border-radius:100%;
    color:#fff;
}
@media only screen and (max-width: 699px) {
    .imod-directory-search-result {padding: 0;}
    .imod-configure-directory-search .imod-directory-search-result-container {width: 100%;}
    .imod-directory-result-wrapper.layout2 .imod-directory-search-result {width:100%;}
    .imod-directory-result-wrapper.layout2 .imod-profile-thumbnail {height:100px; width:100px; float:left;}
    .imod-directory-result-wrapper.layout2 .imod-directory-member-data-container {clear:none; padding-left:120px;}
    .utilityBarMobile .utbar-logos ul li a{
      align-items:center;
    }
    .mobileNav .mobileMemberTools ul{
      display:block;
      text-align:center;
    }
    .mobileNav .mobileMemberTools ul li .fa{
      display:none;
    }
} */

/* Forms */
.interior .imod_fieldWrapper .imod_fieldInput textarea,
.interior .imod_fieldWrapper .imod_fieldInput input[type="text"], 
.interior .imod_fieldWrapper .imod_fieldInput select, 
.interior .imod_fieldWrapper .imod_col2 textarea, 
.interior .imod_fieldWrapper .imod_col2 input[type="text"], 
.interior .imod_fieldWrapper .imod_col2 select, 
.interior .imod_fieldWrapper .imod_col3 textarea, 
.interior .imod_fieldWrapper .imod_col3 input[type="text"], 
.interior .imod_fieldWrapper .imod_col3 select, 
.interior .imod_fieldWrapper .imod_col4 textarea, 
.interior .imod_fieldWrapper .imod_col4 input[type="text"], 
.interior .imod_fieldWrapper .imod_col4 select {
  border:2px solid #e1e2e1;
  border-radius:0;
  background:#fff;
  box-shadow: none;
}


input[type='radio'], input[type='checkbox'] { height: 15px; width: 15px;}

/* Profie Images*/

div.layout2 .imod-profile-thumbnail { border-radius: 50%; overflow: hidden; height: 170px; width: 170px; margin: 0 auto;}


  .imod-configure-directory-search .imod-directory-search-result-container .imod-directory-search-result .imod-directory-result-wrapper.layout2 {
    border: none; background: none; display: flex; flex: 1 1 auto;flex-direction: column; justify-content: center;
  }

/* custom classes */

summary { cursor: pointer;}
summary.whitetext { width: 100%; color: #fff; background-color: #454545; padding: 5px 5px 5px 10px}
.loggedin .nav-toggles-content {
  top: 315px;
}
.loggedin #nav {
  top: 180px !important;
}

/* Account Lookup */
.DataGrid .DataGridFooter input[type="submit"] {
    width: 100% !important;
}

/* Form */
.imod_formWrapper .imod_formItemWrapper .EventsHeader, 
.imod_formWrapper .imod_fieldWrapper .EventsHeader {
    background: none;
    padding: 7px 10px 7px 0;
}
table.eventsheader tr td[align="left"], 
table.EventsHeader tr td[align="left"] {
    color: #d92732;
    font-size: 24px;
}
.eventsheader a,
.EventsHeader a {
    text-decoration: none;
}
.imod_formWrapper table.eventsheader tr td[align="left"], 
.imod_formWrapper table.EventsHeader tr td[align="left"] {
    width: 100% !important;
}

.IMOD1933 .imageRotator .bx-wrapper .bx_slide .sldtxt {
    top: auto;
    height: auto;
    bottom: 10%;
}
.IMOD1933 .imageRotator .bx-pager {
    bottom: 5%;
}
.IMOD1933 .imageRotator .imageRotator-overlay {
    background-color: rgb(22,73,137);
    opacity: .65;
}
