/* ===== import ===== */
@import url('flexmenu.css?version=051619');
@import url('bootstrap.min.css?version=051619');
@import url('styles.css?version=051619');

/* ===== flexMenu ===== */
header.flexmenu {
    display: none;
}
header.main {
    margin-top: 25px;
    padding: 5px 0;
}
header.main .utilityNav {
    text-align: right;
}
header.main ul.utilityNav {
    list-style: none;
}
header.main .utilityNav li {
    display: inline-block;
    margin: 0 8px;
    position: relative;
    vertical-align: middle;
    text-transform: uppercase;
}
header.main .utilityNav li a {
    color: #4f5859;
    font-size: .9em;
    font-weight: 600;
}
header.main .utilityNav li a i {
    font-size: 1.35em;
    font-weight: normal;
}
header.main .utilityNav li a:hover {
    color: #05C3DE;
    text-decoration: none;
    -webkit-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    transition: color 100ms linear;
}
header.main .utilityNav li a:hover {
    color: #0071ba;
    text-decoration: none;
    -webkit-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    transition: color 100ms linear;
}
header.main .utilityNav li a.btn  {
    color: #FFF !important;
    font-size: inherit;
    border: 0;
    line-height: 1.2em;
}
/* search */
header.main ul li.search input[type=text] {
    width: 25px;
    color: #333;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 13px;
    background-color: #FFF;
    background-image: url('/images/icn/search.png');
    background-position: 5px;
    background-repeat: no-repeat;
    padding: 5px 0 5px 30px;
    -webkit-transition:width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    border: none;
    cursor: pointer;
}
header.main ul li.search input[type=text]:focus {
    width: 350px;
    background-image: url('/images/icn/search.png');
    background-color: #FFF;
    color: #333;
    padding: 5px 0 5px 30px;
}
/* utility */
.utilBar {
     background: #333333 none repeat scroll 0% 0%;
     display: table;
     width: 100%;
}

.utilWrap {
     border-bottom: 1px solid #777777;
     box-sizing: border-box;
     display: table;
     margin: 0px auto;
     padding: 8px 0px;
     width: 73.125em;
}
.utilTitle {
     float: left;
     width: 30%;
}
.utilTitle a {
     color: #FFF;
    text-decoration: none;
}
.utilTitle ul, .utilNav ul, .utilSocial ul {
     font: 600 0.9em/1.7em "Open Sans",Arial,sans-serif;
     list-style: outside none none;
     margin: 0px;
     padding: 0px;
     text-transform: uppercase;
}
.utilNav {
     float: right;
     width: 70%;
}
.utilNav li:after {
  color: #FFF;
  content: '\00a0\00a0|\00a0\00a0';
}
.utilNav li:nth-child(1):after {
  color: #FFF;
  content: '';
}
.utilNav li:nth-child(2):after {
  color: #FFF;
  content: '\00a0\00a0';
}
.utilNav li {
  display: inline-block;
  position: relative;
  float: right;
}
.utilNav li a {
  color: #FFF;
  padding: 0px 5px;
  text-decoration: none;
}

.utilNav li a:hover {
  color: #2e3959;
}

.utilSocial li {
  display: block;
  float: right;
  padding: 0px 0px 0px 5px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  /*margin-bottom: 4rem;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

/* Featurettes
------------------------- */
.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}
@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
/* ===== main navigation =====*/
/* ===== navigation =====*/
nav.main {
    font-family: Krub, sans-serif;
    font-weight: 500;
    background: #fdba13 none repeat scroll 0 0;
    border-bottom: 1px solid #d0b400;
    border-top: 1px solid #d0b400;
    position: relative;
    z-index: 2;
    text-align: center;
}
nav.main ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
nav.main li {
    display: inline;
    position: relative;
}
nav.main li:hover {
    background: #fef7db;
    color: #d0b400;
}
nav.main li a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 1.25em 1.5em;
}
nav.main li a:hover {
    background: #fef7db;
    -webkit-transition: background 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    color: #be9b10;
}
nav.main ul > li:hover {
    display: inline-block;
    color: #fce066;
}
nav.main ul > li { 
    display: inline-block;
    text-align: left;
}
nav.main ul > li:hover {
    display: inline-block;
}
nav.main li ul li a {
    padding: 1em 1.25em;
}
nav.main ul ul {
    display: none; 
    position: absolute; 
    top: 100%;
    background-color: #2E3233;
}
nav.main ul li:hover > ul {
    display: block;
}
nav.main ul li ul li {
    width: 250px;
}
nav.main ul ul > li a {
    display: block;
    background-color: #fef7db;
    color: #be9b10;
}
nav.main ul ul > li a:hover {
    background: #ffdd00;
    color: #000;
}
/* section */
section.main {
  display: table;
  margin: 30px 0px;
  width: 100%;
  font-size: 15px;
}
header.section {
  background-attachment: scroll;
  background-image: url("/_include/meetings/rome2017/images/rome17-header-section.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}
/* ===== footer ===== */
footer.main {
    background: #333333;
    color: #ffffff;
    width: 100%;
    padding: 50px 0;
    font-size: .9em;
}
footer.main h3 {
    font-weight: 600;
    color: #a4dafc;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: -.03em;
}
footer.main a {
    color: #FFF;
}
footer.main a:hover {
    color: #0071ba;
    text-decoration: none;
}
footer.main .footLogo {
    padding: 25px 15px;
}
footer.main .footLinks ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer.main .footSocial ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    font-weight: normal;
}
footer.main .footSocial li {
    display: inline-block;
}
footer.main .footSocial ul li a {
    padding: .65em .35em;
}
footer.main .footSocial ul li a:hover {
    color: #0071ba !important;
    text-decoration: none;
}
.footSocial ul li:hover {
    background: none !important;
}
footer.main .footDisclaimer {
    border-top: 1px solid #053b6f;
    margin: 25px 0 0 0;
    padding: 15px 15px 0px 15px;
    text-align: center;
}
footer.main .footwrap{
  margin: 0px auto;
  width: 73.125em;
}

footer.main .footDisclaimer {
  font: 400 0.9em "Open Sans",Arial,sans-serif;
  text-transform: uppercase;
}

footer.main .footUse {
  font: 400 0.9em "Open Sans",Arial,sans-serif;
  text-transform: uppercase;
  text-align: right;
}

footer.main .footUse a {
  color: #FFF;
  text-decoration: none;
}
footer.main .footUse a:hover {
  color: #999;
  text-decoration: none;
}

/* ========================= MEDIA QUERIES ============================ */
/* desktop ----------- */
@media only screen and (max-width: 1200px) {

}
/* tablet (landscape) ----------- */
@media only screen and (max-width: 1170px), only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    nav.main li a {
    padding: 1.25em 1em;
    }
    .carousel-item {
      height: 25rem;
    }
    .carousel-item > img {
      width: 100%;
      height: 100%;
    }
}
/* tablet (portrait) ----------- */
@media only screen and (max-width: 768px), only screen and (max-width: 768px), only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

     header.flexmenu {
        display: block;
    }
    nav.main {
      display: none;
    }
    .carousel-item {
      height: 20rem;
    }
    .carousel-item > img {
      width: 100%;
      height: 100%;
    }
    form.main-search {
        display: none;
    }
}
/* tablet (portrait) PRO----------- */
@media only screen and (min-device-width: 1024px) and (max-device-width : 1024px) and (min-device-height : 1366px) and (max-device-height : 1366px) and (min-width: 1024px) and (max-width: 1024px) {
    header.flexmenu {
        display: block;
    }
    nav.main {
      display: none;
    }
    .carousel-item {
      height: 100%;
    }
    .carousel-item > img {
      height: 100%;
    }
}
/* tablet PRO (landscape) ----------- */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    nav.main li a {
    padding: 1.25em 1em;
    }
    .carousel-item {
      height: 25rem;
    }
    .carousel-item > img {
      width: 100%;
      height: 100%;
    }
}
/* mobile phone (landscape) ----------- */
@media only screen and (max-width: 667px), only screen and (max-width: 667px), only screen and (max-width: 667px), only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    
    header.flexmenu {
        display: block;
    }
    nav.main {
      display: none;
    }
    .carousel-item {
      height: 100%;
    }
    .carousel-item > img {
      height: 100%;
    }
}
/* mobile phone (portrait)----------- */
@media only screen and (max-width: 375px), only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    nav.main {
        display: none;
    }
    .carousel-item {
      height: 100%;
    }
    .carousel-item > img {
      height: 100%;
    }
}
/* iPhone 6+, 7+, 8+ (landscape) ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    header.flexmenu {
        display: block;
    }
}
/* iPhone 6+, 7+, 8+ (portrait) ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){

}
/* iPhone X (landscape) NOTE: this breakpoint is the same as IPAD Portrait ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    header.flexmenu {
        display: block;
    }
    nav.main {
      display: none;
    }
    header.flexmenu {
        display: block;
    }
    nav.main {
      display: none;
    }
     .carousel-item {
      height: 20rem;
    }
    .carousel-item > img {
      height: 100%;
    }
    form.main-search {
        display: none;
    }
}
/* iPhone X (portrait) ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
nav.main {
        display: none;
    }
    .carousel-item {
      height: 100%;
    }
    .carousel-item > img {
      height: 100%;
    }
    form.main-search {
        display: none;
    }
}
/* iPhone XS Max, XR (landscape) ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}
/* iPhone XS Max, XR (portrait) ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}