@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1CzjsGyI.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCs6KVjbNBYlgoKfw7z.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCjC3jsGyI.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvjsGyI.ttf) format('truetype');
}
body,
p,
a,
blockquote {
  font-family: 'Ubuntu', sans-serif;
  color: #000000;
  font-weight: 300;
}
body {
  font-size: 1.125rem;
  font-weight: 300;
}
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
p,
li,
a {
  font-size: 1.2rem;
  color: #000000;
}
h3.warning {
  color: red;
  text-align: center;
  margin-bottom: 2rem;
}
.footer-text p,
.footer-text a {
  font-size: 0.8rem;
  font-weight: 300;
}
body,
html {
  height: 100%;
}
.btn {
  color: #FFFFFF;
  padding: 0.5rem 2rem;
  border-radius: 0;
  background-color: #1eaae2;
  margin: 0 2rem;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.btn:hover {
  color: #FFFFFF;
  background-color: #5c5c5c;
}
a {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.sub-section-title a {
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.sub-section-title a:hover {
  color: #FFFFFF;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .video-container {
    /*  All phone devices */
    margin-bottom: 30px;
  }
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
blockquote {
  border-left: 1px solid #000000;
  padding-left: 30px;
}
blockquote p {
  color: #000000;
}
.offset:before {
  display: block;
  content: " ";
  visibility: hidden;
}
@media (max-width: 767px) {
  .offset:before {
    /*  All phone devices */
  }
}
@media only screen and (min-width: 768px) {
  .offset:before {
    /*  iPad Portrait  */
    height: 100px;
    margin-top: -80px;
  }
}
@media only screen and (min-width: 1024px) {
  .offset:before {
    /*  iPad Landscape  */
  }
}
@media only screen and (min-width: 1200px) {
  .offset:before {
    /*  Desktop  */
    height: 80px;
  }
}
.gform_anchor {
  position: absolute;
  top: -305px;
}
a,
a* {
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.center {
  text-align: center;
}
.carousel-control {
  text-shadow: none;
  background-color: transparent;
  background-image: none !important;
  filter: alpha(opacity=100);
  opacity: 1;
}
#breadcrumb {
  height: 45px;
}
#breadcrumb a {
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
  position: relative;
  overflow: hidden;
}
/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
  width: 20000em;
  position: relative;
  /* Optional, required in this case since it's a <ul> element */
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
  /* Required only for block elements like <li>'s */
  float: left;
}
#pagination .page-numbers {
  padding: 5px 7px;
  font-size: 1.125rem;
  font-weight: 500;
}
#pagination a.page-numbers {
  color: #1eaae2;
  -webkit-transition: color 0.5s, background-color 0.5s;
  -moz-transition: color 0.5s, background-color 0.5s;
  -ms-transition: color 0.5s, background-color 0.5s;
  -o-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}
#pagination a.page-numbers:hover {
  color: #2C3445;
}
#pagination .current {
  color: #2C3445;
}
#pagination .dots {
  background-color: transparent;
}
#pagination .dots {
  padding: 0 1rem 0.5rem 1rem;
}
#share .jssocials-share {
  margin-right: 10px;
}
#share a.jssocials-share-link {
  background-color: #000000;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#share a.jssocials-share-link:hover {
  background-color: #000000;
}
#share .jssocials-share-facebook a.jssocials-share-link {
  padding: 0.5rem 0.8rem;
}
#share .svg-inline--fa {
  font-size: 1rem;
}
@media (max-width: 767px) {
  img.alignright {
    /*  All phone devices */
    margin: 0 0 1em 0;
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  img.alignright {
    /*  iPad Portrait  */
    margin: 0 0 1em 1em;
    float: right;
  }
}
img.alignleft {
  margin: 0 2.5rem 1rem 0;
}
@media (max-width: 767px) {
  img.alignleft {
    /*  All phone devices */
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  img.alignleft {
    /*  iPad Portrait  */
    float: left;
  }
}
img.aligncenter {
  display: block;
  margin: 1em auto;
}
@media (max-width: 767px) {
  a img.alignright {
    /*  All phone devices */
    margin: 0 0 1em 0;
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  a img.alignright {
    /*  iPad Portrait  */
    margin: 0 0 1em 1em;
    float: right;
  }
}
a img.alignleft {
  margin: 0 1em 1em 0;
}
@media (max-width: 767px) {
  a img.alignleft {
    /*  All phone devices */
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  a img.alignleft {
    /*  iPad Portrait  */
    float: left;
  }
}
a img.aligncenter {
  display: block;
  margin: 1em auto;
}
@media (max-width: 767px) {
  #header .header-info {
    /*  All phone devices */
    padding-top: 0rem;
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  #header .header-info {
    /*  iPad Portrait  */
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  #header .header-info {
    /*  Desktop  */
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
#header .header-info .header-btn {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin: 0;
  padding: 0.75rem 2rem;
  margin-right: -4px;
  width: 165px;
  font-weight: 500;
}
#header .header-info .reg-btn {
  background-color: #1eaae2;
}
@media (min-width: 320px) {
  #header .header-info .reg-btn {
    /*  iPhone 4 & 5 */
    margin-left: -1.4rem;
  }
}
@media (min-width: 360px) {
  #header .header-info .reg-btn {
    /* Galaxy s4 & s6 */
    margin-left: -2.8rem;
  }
}
@media (min-width: 375px) {
  #header .header-info .reg-btn {
    /*  iPhone 6 */
    margin-left: -2.4rem;
  }
}
@media (min-width: 411px) {
  #header .header-info .reg-btn {
    /*  Google Pixel - 5"  */
    margin-left: -1.7rem;
  }
}
@media only screen and (min-width: 768px) {
  #header .header-info .reg-btn {
    /*  iPad Portrait  */
    margin-left: 0;
  }
}
#header .header-info .uk-show-btn {
  background-color: #2C3445;
}
@media only screen and (min-width: 768px) {
  #header .header-info .uk-show-btn {
    /*  iPad Portrait  */
    margin-left: 2.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  #header .header-info .uk-show-btn {
    /*  iPad Landscape  */
    margin-left: 0.3rem;
  }
}
@media only screen and (min-width: 1200px) {
  #header .header-info .uk-show-btn {
    /*  Desktop  */
    margin-left: -1.6rem;
  }
}
#header .header-info .reg-btn:hover {
  background-color: #2C3445;
}
#header .header-info .uk-show-btn:hover {
  background-color: #1eaae2;
}
@media (max-width: 767px) {
  #header .header-info .btn-pos {
    /*  All phone devices */
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
}
#header .header-info .btn-fix {
  z-index: 9999;
}
@media only screen and (min-width: 768px) {
  #header .header-info .btn-fix {
    /*  iPad Portrait  */
    top: 0rem;
  }
}
#header .header-info .logo {
  margin-top: 3.5rem;
}
#header .header-info .event-date {
  padding: 0 1rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #header .header-info .event-date {
    /* UP TO iPad Portrait  */
    margin: 4rem 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  #header .header-info .event-date {
    /*  iPad Landscape  */
    margin-top: 6rem;
  }
}
@media only screen and (min-width: 1200px) {
  #header .header-info .event-date {
    /*  Desktop  */
    margin-top: 5rem;
  }
}
#header .header-info .event-date h2 {
  color: #2C3445;
  font-size: 1.75rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #header .header-info .co-loco {
    /*  All phone devices */
    display: table;
    margin: 2rem auto 0 auto;
  }
}
#header .header-info .co-loco h4 {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
}
#header .header-info .co-loco img {
  width: 230px;
}
#header #nav-area {
  background-image: linear-gradient(to right, #2C3445, #1eaae2);
}
@media only screen and (max-width: 768px) {
  #header #nav-area {
    /* UP TO  iPad Portrait  */
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
#header .navbar-toggler {
  color: #FFFFFF;
  border-color: #FFFFFF;
  padding: 0.5rem 0.5rem 0 0.5rem;
  margin-right: 2rem;
}
#header .navbar-toggler .navbar-toggler-icon {
  background-image: none;
}
#header .navbar-toggler .navbar-toggler-icon .svg-inline--fa {
  font-size: 1.5rem;
}
#header .navbar-toggler:focus {
  outline: none;
}
@media only screen and (max-width: 768px) {
  #header #menu-main-menu li {
    /* UP TO iPad Portrait  */
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  #header #menu-main-menu li {
    /*  iPad Landscape  */
    margin: 0 0.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  #header #menu-main-menu li {
    /*  13" laptop  */
    margin: 0 0.5rem;
  }
}
@media only screen and (min-width: 1400px) {
  #header #menu-main-menu li {
    /*  15" Laptop  */
    margin: 0 1.5rem;
  }
}
@media only screen and (min-width: 1500px) {
  #header #menu-main-menu li {
    /*  Desktop  */
    margin: 0 1.7rem;
  }
}
@media only screen and (min-width: 1024px) {
  #header #menu-main-menu li:first-child {
    /*  iPad Landscape  */
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #header #menu-main-menu li:last-child {
    /*  iPad Landscape  */
    margin-right: 0;
  }
}
#header #menu-main-menu li a.nav-link {
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 0.05rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#header #menu-main-menu li a.nav-link:hover {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
#header #menu-main-menu .dropdown-menu {
  margin-top: 0rem;
  border-radius: 0;
  text-transform: uppercase;
  padding: 0;
}
#header #menu-main-menu .dropdown-menu .dropdown-item.active,
#header #menu-main-menu .dropdown-menu .dropdown-item:active {
  background-color: #1eaae2;
  color: #FFFFFF;
}
#header #menu-main-menu .dropdown-menu .dropdown-item {
  padding: 0.625rem 0.9375rem;
  color: #1eaae2;
}
#header #menu-main-menu .dropdown-menu .dropdown-item:focus {
  text-decoration: none;
  background-color: #f8f9fa;
  color: #1eaae2;
}
#header #menu-main-menu .dropdown-toggle::after {
  display: none;
}
#header .header-text {
  text-align: center;
}
@media (max-width: 767px) {
  #header .header-text {
    /*  All phone devices */
    padding-top: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  #header .header-text {
    /*  iPad Portrait  */
    padding-top: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  #header .header-text {
    /*  iPad Landscape  */
    padding-top: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  #header .header-text {
    /*  13" laptop  */
    padding-top: 2rem;
  }
}
#header .header-text h1,
#header .header-text h2,
#header .header-text h3,
#header .header-text h4,
#header .header-text h5,
#header .header-text p {
  color: #1eaae2;
}
@media (max-width: 767px) {
  #header .header-text h1,
  #header .header-text h2,
  #header .header-text h3,
  #header .header-text h4,
  #header .header-text h5,
  #header .header-text p {
    /*  All phone devices */
  }
}
@media only screen and (min-width: 768px) {
  #header .header-text h1,
  #header .header-text h2,
  #header .header-text h3,
  #header .header-text h4,
  #header .header-text h5,
  #header .header-text p {
    /*  iPad Portrait  */
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 1024px) {
  #header .header-text h1,
  #header .header-text h2,
  #header .header-text h3,
  #header .header-text h4,
  #header .header-text h5,
  #header .header-text p {
    /*  iPad Landscape  */
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  #header .header-text h1,
  #header .header-text h2,
  #header .header-text h3,
  #header .header-text h4,
  #header .header-text h5,
  #header .header-text p {
    /*  Desktop  */
    font-size: 1.75rem;
  }
}
#header .social-media {
  text-align: right;
}
@media (max-width: 767px) {
  #header .social-media {
    /*  All phone devices */
    padding-top: 2rem;
    display: table;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  #header .social-media {
    /*  iPad Portrait  */
    padding-top: 2rem;
    display: table;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  #header .social-media {
    /*  13" laptop  */
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 70%;
  }
}
#header .social-media .icon-bg {
  border-radius: 100%;
  width: 35px;
  height: 35px;
  padding: 0.5rem;
}
#header .social-media .svg-inline--fa {
  color: #FFFFFF;
  font-size: 1.5rem;
  margin: 0 0.3rem;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#header .social-media .fa-linkedin-in {
  background-color: #007bb5;
}
#header .social-media .fa-twitter {
  background-color: #00aced;
}
#header .social-media .svg-inline--fa:hover {
  background-color: #5c5c5c;
}
#blog,
#search,
#single {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#blog h2,
#search h2,
#single h2 {
  line-height: 0.9;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
#blog h2 a,
#search h2 a,
#single h2 a {
  color: #1eaae2;
  font-size: 1.3rem;
  font-weight: 700;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
#blog h2 a:hover,
#search h2 a:hover,
#single h2 a:hover {
  color: #2C3445;
}
#blog .post-date,
#search .post-date,
#single .post-date {
  text-align: center;
}
#blog .pag-pos,
#search .pag-pos,
#single .pag-pos {
  display: table;
  margin: 2rem auto 0 auto;
}
#blog .the_excerpt,
#search .the_excerpt,
#single .the_excerpt {
  margin-bottom: 1rem;
}
#blog .the_excerpt p,
#search .the_excerpt p,
#single .the_excerpt p,
#blog .the_excerpt a,
#search .the_excerpt a,
#single .the_excerpt a {
  font-weight: 400;
}
#blog .the_excerpt a,
#search .the_excerpt a,
#single .the_excerpt a {
  color: #1eaae2;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
#blog .the_excerpt a:hover,
#search .the_excerpt a:hover,
#single .the_excerpt a:hover {
  color: #2C3445;
}
#blog #searchform input[type="search"],
#search #searchform input[type="search"],
#single #searchform input[type="search"] {
  border: 1px solid #5c5c5c;
  width: 100%;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}
#blog #search-blog::-webkit-search-cancel-button,
#search #search-blog::-webkit-search-cancel-button,
#single #search-blog::-webkit-search-cancel-button {
  position: relative;
  right: 0rem;
  top: 0.2rem;
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background-image: url('../img/search-close.png');
  background-repeat: no-repeat;
}
#blog ul.cat-list,
#search ul.cat-list,
#single ul.cat-list {
  list-style: none;
  padding-left: 0;
}
#blog ul.cat-list li,
#search ul.cat-list li,
#single ul.cat-list li {
  margin-bottom: 1rem;
}
#blog ul.cat-list li a,
#search ul.cat-list li a,
#single ul.cat-list li a {
  border: 1px solid #1eaae2;
  background-color: transparent;
  color: #1eaae2;
  padding: 0.5rem 1rem;
  display: block;
  width: 100%;
  font-weight: 400;
  -webkit-transition: color 0.5s, background-color 0.5s;
  -moz-transition: color 0.5s, background-color 0.5s;
  -ms-transition: color 0.5s, background-color 0.5s;
  -o-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}
#blog ul.cat-list li a:hover,
#search ul.cat-list li a:hover,
#single ul.cat-list li a:hover {
  background-color: #1eaae2;
  color: #FFFFFF;
}
#blog h2.latest-news,
#search h2.latest-news,
#single h2.latest-news {
  color: #1eaae2;
  text-align: center;
  margin: 2rem 0;
  font-size: 2.25rem;
  font-weight: 700;
}
#single {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#single h1 {
  font-size: 2.8125rem;
  font-weight: 700;
}
#single p,
#single a,
#single li {
  font-weight: 400;
}
#single a {
  color: #1eaae2;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
#single a:hover {
  color: #2C3445;
}
#front-page {
  padding-bottom: 3rem;
}
#front-page #hero-carousel .hero-slide {
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #front-page #hero-carousel .hero-slide {
    /* UP TO iPad Portrait  */
    background-position: top center;
  }
}
@media only screen and (min-width: 1024px) {
  #front-page #hero-carousel .hero-slide {
    /*  iPad Landscape  */
    background-position: center center;
  }
}
@media only screen and (max-width: 1024px) {
  #front-page #hero-carousel .hero-slide .slide-content {
    /* UP TO iPad Landscape  */
    height: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  #front-page #hero-carousel .hero-slide .slide-content {
    /*  Desktop  */
    height: 360px;
  }
}
#front-page #hero-carousel .hero-slide .slide-content .content-pos {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#front-page #hero-carousel .hero-slide .slide-content .img-text {
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 767px) {
  #front-page #hero-carousel .hero-slide .slide-content .img-text {
    /*  All phone devices */
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  #front-page #hero-carousel .hero-slide .slide-content .img-text {
    /*  iPad Portrait  */
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  #front-page #hero-carousel .hero-slide .slide-content .img-text {
    /*  Desktop  */
    font-size: 3.5rem;
  }
}
#front-page #hero-carousel .hero-slide .slide-content .cta-pos {
  display: table;
  margin: 1rem auto;
}
#front-page #hero-carousel .hero-slide .slide-content .cta-btn-pos {
  display: table;
  margin: 0 auto;
}
#front-page #hero-carousel .hero-slide .slide-content .cta-btn {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  #front-page #hero-carousel .hero-slide .slide-content .cta-btn {
    /*  All phone devices */
    font-size: 1rem;
  }
}
#front-page #header-image .header-img {
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  #front-page #header-image .header-img {
    /*  All phone devices */
    background-position: top center;
    height: 300px;
  }
}
@media only screen and (min-width: 768px) {
  #front-page #header-image .header-img {
    /*  iPad Portrait  */
    background-position: top center;
    height: 300px;
  }
}
@media only screen and (min-width: 1024px) {
  #front-page #header-image .header-img {
    /*  iPad Landscape  */
    background-position: center center;
  }
}
#front-page #header-image .header-img .img-content {
  height: 300px;
}
#front-page #header-image .header-img .img-content .img-text {
  font-size: 3.5rem;
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #front-page #header-image .header-img .img-content .img-text {
    /*  All phone devices */
    font-size: 2rem;
  }
}
#front-page #home-intro .intro-text {
  padding: 3rem 0 0 0;
}
#front-page #home-intro .intro-text p:last-child {
  margin-bottom: 0;
}
#front-page #home-intro .co-loco {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  #front-page #home-intro .co-loco {
    /*  All phone devices */
    padding: 3rem 3rem 0 3rem;
  }
}
#front-page #home-intro .co-loco h4 {
  margin-bottom: 3rem;
}
#front-page #home-intro .co-loco a {
  display: block;
}
#page .page-body {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#page input[type="text"],
#page input[type="email"],
#page input[type="tel"],
#page textarea,
#page select {
  margin-top: 1rem;
  -webkit-appearance: none;
  border-radius: 4px;
  border: 1px solid #1eaae2;
  color: #5c5c5c;
  font-weight: 300;
  font-size: 1rem;
  padding: 0.3rem;
  width: 100%;
}
#page input[type="text"]::-webkit-input-placeholder,
#page input[type="email"]::-webkit-input-placeholder,
#page input[type="tel"]::-webkit-input-placeholder,
#page textarea::-webkit-input-placeholder,
#page select::-webkit-input-placeholder {
  color: #5c5c5c;
  font-weight: 300;
  font-size: 1rem;
}
#page input[type="text"]:-moz-placeholder,
#page input[type="email"]:-moz-placeholder,
#page input[type="tel"]:-moz-placeholder,
#page textarea:-moz-placeholder,
#page select:-moz-placeholder {
  color: #5c5c5c;
  font-weight: 300;
  font-size: 1rem;
}
#page input[type="text"]::-moz-placeholder,
#page input[type="email"]::-moz-placeholder,
#page input[type="tel"]::-moz-placeholder,
#page textarea::-moz-placeholder,
#page select::-moz-placeholder {
  color: #5c5c5c;
  font-weight: 300;
  font-size: 1rem;
}
#page input[type="text"]:-ms-input-placeholder,
#page input[type="email"]:-ms-input-placeholder,
#page input[type="tel"]:-ms-input-placeholder,
#page textarea:-ms-input-placeholder,
#page select:-ms-input-placeholder {
  color: #5c5c5c;
  font-weight: 300;
  font-size: 1rem;
}
#page input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0px;
  border: none;
  background-color: #1eaae2;
  color: #FFFFFF;
  padding: 0.2rem 1.5rem;
  margin: 1rem 0;
  cursor: pointer;
  -webkit-transition: color 0.5s, background-color .5s;
  -moz-transition: color 0.5s, background-color .5s;
  -ms-transition: color 0.5s, background-color .5s;
  -o-transition: color 0.5s, background-color .5s;
  transition: color 0.5s, background-color .5s;
}
#page input[type="submit"]:hover {
  background-color: #2C3445;
  color: #FFFFFF;
}
#page a {
  color: #1eaae2;
}
#page a:hover {
  text-decoration: underline;
}
#page-header-image .header-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 4rem;
}
#page-header-image .header-img h1.header-title,
#page-header-image .header-img p.header-text {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0;
}
#page-header-image .header-img h1.header-title {
  margin: 0;
  padding: 4rem 0 0;
}
#page-header-image .header-img .cta-btn {
  color: #FFFFFF;
  display: table;
  margin: 2rem auto 0 auto;
}
#page-header-image .header-img .cta-btn:hover {
  text-decoration: none;
}
#alphabet {
  background-color: #2C3445;
  padding: 4rem 0 3.4rem 0;
}
#alphabet .letters .letter {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #FFFFFF;
  margin: 0 0.6rem 0.6rem 0;
  font-size: 2rem;
  font-weight: 700;
  color: rgba(92, 92, 92, 0.5);
  float: left;
  cursor: not-allowed;
}
#alphabet .letters .letter span {
  position: absolute;
  bottom: 0;
  left: 0.6rem;
}
#alphabet .letters .active {
  color: #1eaae2;
  cursor: pointer;
}
#alphabetical-list {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#alphabetical-list .display_letter {
  color: #1eaae2;
}
#alphabetical-list hr {
  border-top: 5px solid #1eaae2;
}
#alphabetical-list p.company-title,
#alphabetical-list p.company-title a {
  color: #2C3445;
  font-size: 1.3rem;
  font-weight: 700;
}
#alphabetical-list p a:hover {
  text-decoration: underline;
}
#alphabetical-list img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#speakers {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#speakers .item-block .headshot,
#speakers .modal .headshot {
  width: 220px;
  height: 220px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border: 3px solid #1eaae2;
}
@media (max-width: 767px) {
  #speakers .item-block .headshot,
  #speakers .modal .headshot {
    /*  All phone devices */
    width: 90%;
    height: 300px;
  }
}
#speakers .item-block .company-logo,
#speakers .modal .company-logo {
  width: 100px;
  height: 100px;
  border: 3px solid #1eaae2;
  background-color: #FFFFFF;
  padding: 0.2rem;
  position: relative;
  top: -5rem;
}
@media (max-width: 767px) {
  #speakers .item-block .company-logo,
  #speakers .modal .company-logo {
    /*  All phone devices */
    left: 15rem;
  }
}
@media only screen and (min-width: 768px) {
  #speakers .item-block .company-logo,
  #speakers .modal .company-logo {
    /*  iPad Portrait  */
    left: 8rem;
  }
}
@media only screen and (min-width: 1024px) {
  #speakers .item-block .company-logo,
  #speakers .modal .company-logo {
    /*  iPad Landscape  */
    left: 8rem;
  }
}
@media only screen and (min-width: 1200px) {
  #speakers .item-block .company-logo,
  #speakers .modal .company-logo {
    /*  Desktop  */
    left: 10rem;
  }
}
#speakers .item-block .company-logo img,
#speakers .modal .company-logo img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#speakers .item-block .speaker-text,
#speakers .modal .speaker-text {
  position: relative;
  bottom: 3rem;
  width: 80%;
  display: table;
  margin: 0 auto;
}
#speakers .item-block .speaker-text p,
#speakers .modal .speaker-text p {
  text-align: center;
  font-size: 1.1rem;
}
#speakers .item-block .speaker-text p:first-child,
#speakers .modal .speaker-text p:first-child {
  margin-bottom: 0;
  color: #1eaae2;
  font-weight: 500;
}
#speakers .item-block .speaker-text p:last-child,
#speakers .modal .speaker-text p:last-child {
  margin-bottom: 0;
}
#speakers .modal .modal-title {
  color: #1eaae2;
}
#speakers .modal .headshot {
  margin-bottom: 2rem;
}
#speakers .modal .btn {
  border: none;
}
#page-builder {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#page-builder h2.section-title {
  color: #1eaae2;
  text-align: center;
  margin: 1rem 0 4rem 0;
  font-size: 2.25rem;
  font-weight: 700;
}
#page-builder .cta-btn-pos {
  display: table;
  margin: 0 auto;
}
#page-builder .cta-btn {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  #page-builder .cta-btn {
    /*  All phone devices */
    font-size: 1rem;
  }
}
#page-builder #divider hr {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border: 0;
  border-top: 1px solid #eaeaea;
}
#page-builder #page-icons img {
  display: table;
  margin: 0 auto;
}
#page-builder #company-logos img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-bottom: 2rem;
}
#page-builder #testimonials h2.section-title {
  margin: 1rem 0 2rem 0;
}
#page-builder #testimonials .svg-inline--fa {
  font-size: 5rem;
  color: #1eaae2;
  display: table;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #page-builder #testimonials .testimonial-slider {
    /*  All phone devices */
    margin-top: 1.5rem;
  }
}
#page-builder #testimonials .testimonial-slider p {
  text-align: center;
}
#page-builder #testimonials .testimonial-slider .testimonial {
  color: #000000;
}
#page-builder #testimonials .testimonial-slider .author {
  color: #1eaae2;
}
#page-builder #remote-content-slider h2.section-title {
  margin: 1rem 0 2rem 0;
}
#page-builder #remote-content-slider .content-slider .slick-arrow {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  z-index: 9999;
}
#page-builder #remote-content-slider .content-slider .slick-arrow .slider-btn {
  font-size: 3.5rem;
  color: #1eaae2;
  cursor: pointer;
}
#page-builder #remote-content-slider .content-slider .slick-arrow:focus {
  outline: none;
}
@media (max-width: 767px) {
  #page-builder #remote-content-slider .content-slider .slick-prev {
    /*  All phone devices */
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  #page-builder #remote-content-slider .content-slider .slick-prev {
    /*  iPad Portrait  */
    left: -2rem;
  }
}
@media only screen and (min-width: 1024px) {
  #page-builder #remote-content-slider .content-slider .slick-prev {
    /*  iPad Landscape  */
    left: -2rem;
  }
}
@media only screen and (min-width: 1200px) {
  #page-builder #remote-content-slider .content-slider .slick-prev {
    /*  Desktop  */
    left: -4rem;
  }
}
@media (max-width: 767px) {
  #page-builder #remote-content-slider .content-slider .slick-next {
    /*  All phone devices */
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  #page-builder #remote-content-slider .content-slider .slick-next {
    /*  iPad Portrait  */
    right: -2rem;
  }
}
@media only screen and (min-width: 1024px) {
  #page-builder #remote-content-slider .content-slider .slick-next {
    /*  iPad Landscape  */
    right: -2rem;
  }
}
@media only screen and (min-width: 1200px) {
  #page-builder #remote-content-slider .content-slider .slick-next {
    /*  Desktop  */
    right: -4rem;
  }
}
@media only screen and (min-width: 1200px) {
  #page-builder #remote-content-slider .content-slider .item-block {
    /*  Desktop  */
    margin-left: 1.5rem;
  }
}
#page-builder #remote-content-slider .content-slider .headshot {
  width: 260px;
  height: 260px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border: 3px solid #1eaae2;
}
#page-builder #remote-content-slider .content-slider .company-logo {
  width: 130px;
  height: 130px;
  border: 3px solid #1eaae2;
  background-color: #FFFFFF;
  padding: 0.2rem;
  position: relative;
  top: -5rem;
}
@media (max-width: 767px) {
  #page-builder #remote-content-slider .content-slider .company-logo {
    /*  All phone devices */
    left: 12rem;
  }
}
@media only screen and (min-width: 768px) {
  #page-builder #remote-content-slider .content-slider .company-logo {
    /*  iPad Portrait  */
    left: 12rem;
  }
}
@media only screen and (min-width: 1024px) {
  #page-builder #remote-content-slider .content-slider .company-logo {
    /*  iPad Landscape  */
    left: 10rem;
  }
}
@media only screen and (min-width: 1200px) {
  #page-builder #remote-content-slider .content-slider .company-logo {
    /*  Desktop  */
    left: 12rem;
  }
}
#page-builder #remote-content-slider .content-slider .company-logo img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#page-builder #remote-content-slider .content-slider .speaker-text {
  position: relative;
  bottom: 3rem;
  width: 80%;
  display: table;
  margin: 0 auto;
}
#page-builder #remote-content-slider .content-slider .speaker-text p {
  text-align: center;
  font-size: 1.1rem;
}
#page-builder #remote-content-slider .content-slider .speaker-text p:first-child {
  margin-bottom: 0;
  color: #1eaae2;
  font-weight: 500;
}
#page-builder #remote-content-slider .content-slider .speaker-text p:last-child {
  margin-bottom: 0;
}
#page-builder #remote-content-slider .content-slider h3.warning {
  color: red;
  text-align: center;
  margin-bottom: 2rem;
}
#page-builder #remote-content-slider .cta-btn {
  margin-top: 0;
}
#page-builder #_1_col_text input[type="text"],
#page-builder #_2_col_text input[type="text"],
#page-builder #_1_col_text input[type="email"],
#page-builder #_2_col_text input[type="email"],
#page-builder #_1_col_text input[type="tel"],
#page-builder #_2_col_text input[type="tel"],
#page-builder #_1_col_text textarea,
#page-builder #_2_col_text textarea,
#page-builder #_1_col_text select,
#page-builder #_2_col_text select {
  margin-top: 1rem;
  -webkit-appearance: none;
  border-radius: 4px;
  border: 1px solid #1eaae2;
  color: #5c5c5c;
  font-weight: 300;
  font-size: 1rem;
  padding: 0.3rem;
  width: 100%;
}
#page-builder #_1_col_text input[type="text"]::-webkit-input-placeholder,
#page-builder #_2_col_text input[type="text"]::-webkit-input-placeholder,
#page-builder #_1_col_text input[type="email"]::-webkit-input-placeholder,
#page-builder #_2_col_text input[type="email"]::-webkit-input-placeholder,
#page-builder #_1_col_text input[type="tel"]::-webkit-input-placeholder,
#page-builder #_2_col_text input[type="tel"]::-webkit-input-placeholder,
#page-builder #_1_col_text textarea::-webkit-input-placeholder,
#page-builder #_2_col_text textarea::-webkit-input-placeholder,
#page-builder #_1_col_text select::-webkit-input-placeholder,
#page-builder #_2_col_text select::-webkit-input-placeholder {
  color: #5c5c5c;
  font-weight: 300;
  font-size: 1rem;
}
#page-builder #_1_col_text input[type="text"]:-moz-placeholder,
#page-builder #_2_col_text input[type="text"]:-moz-placeholder,
#page-builder #_1_col_text input[type="email"]:-moz-placeholder,
#page-builder #_2_col_text input[type="email"]:-moz-placeholder,
#page-builder #_1_col_text input[type="tel"]:-moz-placeholder,
#page-builder #_2_col_text input[type="tel"]:-moz-placeholder,
#page-builder #_1_col_text textarea:-moz-placeholder,
#page-builder #_2_col_text textarea:-moz-placeholder,
#page-builder #_1_col_text select:-moz-placeholder,
#page-builder #_2_col_text select:-moz-placeholder {
  color: #5c5c5c;
  font-weight: 300;
  font-size: 1rem;
}
#page-builder #_1_col_text input[type="text"]::-moz-placeholder,
#page-builder #_2_col_text input[type="text"]::-moz-placeholder,
#page-builder #_1_col_text input[type="email"]::-moz-placeholder,
#page-builder #_2_col_text input[type="email"]::-moz-placeholder,
#page-builder #_1_col_text input[type="tel"]::-moz-placeholder,
#page-builder #_2_col_text input[type="tel"]::-moz-placeholder,
#page-builder #_1_col_text textarea::-moz-placeholder,
#page-builder #_2_col_text textarea::-moz-placeholder,
#page-builder #_1_col_text select::-moz-placeholder,
#page-builder #_2_col_text select::-moz-placeholder {
  color: #5c5c5c;
  font-weight: 300;
  font-size: 1rem;
}
#page-builder #_1_col_text input[type="text"]:-ms-input-placeholder,
#page-builder #_2_col_text input[type="text"]:-ms-input-placeholder,
#page-builder #_1_col_text input[type="email"]:-ms-input-placeholder,
#page-builder #_2_col_text input[type="email"]:-ms-input-placeholder,
#page-builder #_1_col_text input[type="tel"]:-ms-input-placeholder,
#page-builder #_2_col_text input[type="tel"]:-ms-input-placeholder,
#page-builder #_1_col_text textarea:-ms-input-placeholder,
#page-builder #_2_col_text textarea:-ms-input-placeholder,
#page-builder #_1_col_text select:-ms-input-placeholder,
#page-builder #_2_col_text select:-ms-input-placeholder {
  color: #5c5c5c;
  font-weight: 300;
  font-size: 1rem;
}
#page-builder #_1_col_text input[type="submit"],
#page-builder #_2_col_text input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0px;
  border: none;
  background-color: #1eaae2;
  color: #FFFFFF;
  padding: 0.2rem 1.5rem;
  margin: 1rem 0;
  cursor: pointer;
  -webkit-transition: color 0.5s, background-color .5s;
  -moz-transition: color 0.5s, background-color .5s;
  -ms-transition: color 0.5s, background-color .5s;
  -o-transition: color 0.5s, background-color .5s;
  transition: color 0.5s, background-color .5s;
}
#page-builder #_1_col_text input[type="submit"]:hover,
#page-builder #_2_col_text input[type="submit"]:hover {
  background-color: #2C3445;
  color: #FFFFFF;
}
#page-builder #_1_col_text a,
#page-builder #_2_col_text a {
  color: #1eaae2;
}
#page-builder #_1_col_text a:hover,
#page-builder #_2_col_text a:hover {
  text-decoration: underline;
}
#page-builder #latest-news h3 {
  text-align: center;
  margin-top: 0.5rem;
}
#page-builder #latest-news h3 a {
  color: #1eaae2;
  font-size: 1.3rem;
  font-weight: 700;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
#page-builder #latest-news h3 a:hover {
  color: #2C3445;
}
@media (max-width: 767px) {
  #page-builder #latest-news .news-item {
    /*  All phone devices */
    margin-bottom: 3rem;
  }
}
#footer .footer-bg {
  background-image: linear-gradient(to right, #2C3445, #1eaae2);
}
#footer .footer-bg .footer-content {
  padding: 4rem 0;
}
#footer .footer-bg .footer-content h1,
#footer .footer-bg .footer-content h2,
#footer .footer-bg .footer-content h3,
#footer .footer-bg .footer-content h4,
#footer .footer-bg .footer-content h5,
#footer .footer-bg .footer-content h6,
#footer .footer-bg .footer-content p,
#footer .footer-bg .footer-content a {
  color: #FFFFFF;
}
#footer .footer-bg .footer-content a {
  font-weight: 400;
  text-decoration: none;
}
#footer .footer-bg .footer-content a:hover {
  text-decoration: underline;
}
#footer .footer-bg .footer-content input[type="text"],
#footer .footer-bg .footer-content input[type="email"] {
  margin-top: 1rem;
  -webkit-appearance: none;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  color: #2C3445;
  padding: 0.3rem;
  width: 500px;
}
@media (max-width: 767px) {
  #footer .footer-bg .footer-content input[type="text"],
  #footer .footer-bg .footer-content input[type="email"] {
    /*  All phone devices */
    width: 100%;
  }
}
#footer .footer-bg .footer-content input[type="text"]::-webkit-input-placeholder,
#footer .footer-bg .footer-content input[type="email"]::-webkit-input-placeholder {
  color: #000000;
}
#footer .footer-bg .footer-content input[type="text"]:-moz-placeholder,
#footer .footer-bg .footer-content input[type="email"]:-moz-placeholder {
  color: #000000;
}
#footer .footer-bg .footer-content input[type="text"]::-moz-placeholder,
#footer .footer-bg .footer-content input[type="email"]::-moz-placeholder {
  color: #000000;
}
#footer .footer-bg .footer-content input[type="text"]:-ms-input-placeholder,
#footer .footer-bg .footer-content input[type="email"]:-ms-input-placeholder {
  color: #000000;
}
#footer .footer-bg .footer-content input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 4px;
  border: 2px solid #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
  padding: 0.2rem 1.5rem;
  margin: 1rem 0;
  cursor: pointer;
  -webkit-transition: color 0.5s, border-color .5s;
  -moz-transition: color 0.5s, border-color .5s;
  -ms-transition: color 0.5s, border-color .5s;
  -o-transition: color 0.5s, border-color .5s;
  transition: color 0.5s, border-color .5s;
}
#footer .footer-bg .footer-content input[type="submit"]:hover {
  border: 2px solid #2C3445;
  color: #2C3445;
}
#footer .location-map {
  display: table;
  margin: 0 auto;
}
#footer .footer-contact {
  background-color: #FFFFFF;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#footer .footer-contact h3 {
  color: #1eaae2;
  font-size: 1.3rem;
}
#footer .footer-contact p,
#footer .footer-contact a {
  font-size: 1.125rem;
  color: #2C3445;
  font-weight: 400;
}
#footer .footer-contact #menu-footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer .footer-contact #menu-footer-menu li a {
  color: #2C3445;
}
#footer .footer-contact #menu-footer-menu li a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
  #footer .footer-contact .enquiy-pos {
    /*  iPad Landscape  */
    margin-left: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  #footer .footer-contact .enquiy-pos {
    /*  Desktop  */
    margin-left: 8rem;
  }
}
#footer .footer-contact .enquiy-pos a.footer-btn {
  background-color: #2C3445;
  color: #FFFFFF;
  font-weight: 700;
  padding: 0.3rem 1rem;
  margin-bottom: 2rem;
}
#footer .footer-contact .enquiy-pos a.footer-btn:hover {
  background-color: #1eaae2;
}
#footer .footer-base {
  background-color: #2C3445;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#footer .footer-base p,
#footer .footer-base a {
  color: #FFFFFF;
  margin-bottom: 0;
}
#footer .footer-base a:hover {
  text-decoration: underline;
}
#at-a-glance h2.section-title {
  margin: 2rem 0 2rem 0;
  text-align: center;
  color: #fd9d08;
}
#at-a-glance .content-slider .slick-arrow {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  z-index: 9999;
}
#at-a-glance .content-slider .slick-arrow .slider-btn {
  font-size: 3.5rem;
  color: #2C3445;
  cursor: pointer;
}
#at-a-glance .content-slider .slick-arrow:focus {
  outline: none;
}
@media (max-width: 767px) {
  #at-a-glance .content-slider .slick-prev {
    /*  All phone devices */
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  #at-a-glance .content-slider .slick-prev {
    /*  iPad Portrait  */
    left: -2rem;
  }
}
@media only screen and (min-width: 1024px) {
  #at-a-glance .content-slider .slick-prev {
    /*  iPad Landscape  */
    left: -2rem;
  }
}
@media only screen and (min-width: 1200px) {
  #at-a-glance .content-slider .slick-prev {
    /*  Desktop  */
    left: -4rem;
  }
}
@media (max-width: 767px) {
  #at-a-glance .content-slider .slick-next {
    /*  All phone devices */
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  #at-a-glance .content-slider .slick-next {
    /*  iPad Portrait  */
    right: -2rem;
  }
}
@media only screen and (min-width: 1024px) {
  #at-a-glance .content-slider .slick-next {
    /*  iPad Landscape  */
    right: -2rem;
  }
}
@media only screen and (min-width: 1200px) {
  #at-a-glance .content-slider .slick-next {
    /*  Desktop  */
    right: -4rem;
  }
}
@media only screen and (min-width: 1200px) {
  #at-a-glance .content-slider .item-block {
    /*  Desktop  */
    margin-left: 1.5rem;
  }
}
#at-a-glance .content-slider .headshot {
  width: 260px;
  height: 260px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border: 3px solid #60B9E9;
}
#at-a-glance .content-slider .company-logo {
  width: 130px;
  height: 130px;
  border: 3px solid #60B9E9;
  background-color: #FFFFFF;
  padding: 0.2rem;
  position: relative;
  top: -5rem;
}
@media (max-width: 767px) {
  #at-a-glance .content-slider .company-logo {
    /*  All phone devices */
    left: 12rem;
  }
}
@media only screen and (min-width: 768px) {
  #at-a-glance .content-slider .company-logo {
    /*  iPad Portrait  */
    left: 12rem;
  }
}
@media only screen and (min-width: 1024px) {
  #at-a-glance .content-slider .company-logo {
    /*  iPad Landscape  */
    left: 10rem;
  }
}
@media only screen and (min-width: 1200px) {
  #at-a-glance .content-slider .company-logo {
    /*  Desktop  */
    left: 12rem;
  }
}
#at-a-glance .content-slider .company-logo img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#at-a-glance .content-slider .speaker-text {
  position: relative;
  bottom: 3rem;
  width: 80%;
  display: table;
  margin: 0 auto;
}
#at-a-glance .content-slider .speaker-text p {
  text-align: center;
  font-size: 1.1rem;
}
#at-a-glance .content-slider .speaker-text p:first-child {
  margin-bottom: 0;
  color: #1eaae2;
  font-weight: 500;
}
#at-a-glance .content-slider .speaker-text p:last-child {
  margin-bottom: 0;
}
#at-a-glance .content-slider h3.warning {
  color: red;
  text-align: center;
  margin-bottom: 2rem;
}
#at-a-glance .glance-block:nth-child(n+2) {
  margin-top: 1rem;
}
#at-a-glance .glance-sessions {
  margin-bottom: 2rem;
}
#at-a-glance .glance-sessions.bcs p {
  color: #1eaae2;
}
#at-a-glance .glance-sessions.vex p {
  color: #00305B;
}
#at-a-glance .glance-sessions .title-colour-red {
  color: #1eaae2;
}
#at-a-glance .glance-sessions .title-colour-green {
  color: #00305B;
}
#at-a-glance .glance-sessions .title-colour-grey {
  color: #5c5c5c;
}
#at-a-glance .glance-sessions .title-colour-blue {
  color: #2C3445;
}
#at-a-glance .glance-sessions .title-colour-track-1 {
  color: #2C3445;
}
#at-a-glance .glance-sessions .title-colour-track-2 {
  color: #fd9d08;
}
#at-a-glance .glance-sessions .time-slot {
  color: #5c5c5c !important;
}
#at-a-glance .glance-sessions .track-title p {
  color: #000000;
}
#at-a-glance .glance-sessions p {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
#at-a-glance .glance-sessions h4 {
  text-align: center;
  line-height: 1.5;
}
#at-a-glance .glance-sessions .keynote {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #at-a-glance .glance-sessions .keynote {
    /* UP TO iPad Portrait  */
    min-height: 65px;
  }
}
@media only screen and (min-width: 1024px) {
  #at-a-glance .glance-sessions .keynote {
    /*  iPad Landscape  */
    min-height: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  #at-a-glance .glance-sessions .keynote .time-slot {
    /*  iPad Landscape  */
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#at-a-glance .glance-sessions .keynote .keynote-title {
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  #at-a-glance .glance-sessions .keynote .keynote-title {
    /*  iPad Landscape  */
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
}
#at-a-glance .glance-sessions .keynote .title-colour-red {
  color: #2C3445;
}
#at-a-glance .glance-sessions .keynote .title-colour-green {
  color: #00305B;
}
#at-a-glance .glance-sessions .keynote .title-colour-blue {
  color: #1eaae2;
}
#at-a-glance .glance-sessions .keynote .title-colour-track-1 {
  color: #2C3445;
}
#at-a-glance .glance-sessions .keynote .title-colour-track-2 {
  color: #fd9d08;
}
#at-a-glance .glance-sessions .session {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #at-a-glance .glance-sessions .session {
    /* UP TO iPad Portrait  */
    min-height: 65px;
  }
}
@media only screen and (min-width: 1024px) {
  #at-a-glance .glance-sessions .session {
    /*  iPad Landscape  */
    min-height: 90px;
  }
}
#at-a-glance .glance-sessions .session p {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  #at-a-glance .glance-sessions .session p {
    /*  iPad Landscape  */
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#at-a-glance .glance-sessions small,
#at-a-glance .glance-sessions .small {
  font-size: 90% !important;
}
#at-a-glance .glance-sessions .border-top {
  border-top: 1px solid #000000 !important;
  padding-top: 1rem;
}
@media only screen and (max-width: 768px) {
  #at-a-glance .glance-sessions .border-top-time {
    /* UP TO iPad Portrait  */
    border-top: none !important;
    padding-top: 0;
  }
}
#at-a-glance .at-a-glance .text-primary {
  color: #5c5c5c !important;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  #at-a-glance .aag-titles {
    /*  iPad Landscape  */
    height: 120px;
  }
}
#at-a-glance .aag-titles .border-top {
  border-top: 1px solid #000000 !important;
}
@media only screen and (max-width: 768px) {
  #at-a-glance .aag-titles h4 {
    /* UP TO iPad Portrait  */
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  #at-a-glance .aag-titles h4 {
    /*  iPad Landscape  */
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#at-a-glance .aag-single-col-titles .border-top {
  border-top: 1px solid #000000 !important;
  padding-top: 1rem;
}
#at-a-glance .aag-single-col-titles h4 {
  margin-top: 1rem;
}
#at-a-glance .conference-link-top,
#at-a-glance .conference-link-bottom {
  background-color: #00305B;
  border-radius: 10px;
  width: 200px;
  display: table;
  margin: 3rem auto 0 auto;
}
#at-a-glance .conference-link-top a,
#at-a-glance .conference-link-bottom a {
  color: #FFFFFF;
  font-size: 1.2rem;
  text-decoration: none;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 0.3rem 0;
}
#at-a-glance .conference-link-top a:hover,
#at-a-glance .conference-link-bottom a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
#at-a-glance .conference-link-bottom {
  margin: 0 auto 3rem auto;
}
#at-a-glance .conference-link-top:hover,
#at-a-glance .conference-link-bottom:hover {
  background-color: #1eaae2;
}
#at-a-glance .conference-link {
  position: fixed;
  top: 32rem;
  right: 0rem;
  width: 170px;
  background-color: #00305B;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#at-a-glance .conference-link a {
  color: #FFFFFF;
  font-size: 1.2rem;
  text-decoration: none;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 0.3rem 0;
}
#at-a-glance .conference-link a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
#at-a-glance .conference-link:hover {
  background-color: #1eaae2;
}
#at-a-glance .conference-link,
#at-a-glance .conference-link-top,
#at-a-glance .conference-link-bottom {
  display: none;
}
#conference h2.section-title {
  margin: 2rem 0 2rem 0;
  text-align: center;
  color: #1eaae2;
}
#conference .sticky-side-nav {
  position: fixed;
  right: 0;
  bottom: 6rem;
  width: 150px;
  background-color: #FFFFFF;
  z-index: 1;
}
#conference .sticky-side-nav .nav-item {
  background-color: rgba(30, 170, 226, 0.3);
  color: #000000;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#conference .sticky-side-nav .active {
  background-color: #1eaae2;
  color: #FFFFFF;
}
#conference .sticky-side-nav a {
  width: 100%;
  line-height: 50px;
}
#conference .conference-base-nav {
  margin-top: 2rem;
}
#conference .conference-base-nav .nav-item {
  background-color: rgba(30, 170, 226, 0.3);
  color: #000000;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#conference .conference-base-nav .active {
  background-color: #1eaae2;
  color: #FFFFFF;
}
#conference .conference-base-nav a {
  width: 400px;
  padding: 1rem 2rem;
  text-align: center;
  margin-right: 1rem;
}
#conference .content-slider .slick-arrow {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  z-index: 9999;
}
#conference .content-slider .slick-arrow .slider-btn {
  font-size: 3.5rem;
  color: #2C3445;
  cursor: pointer;
}
#conference .content-slider .slick-arrow:focus {
  outline: none;
}
@media (max-width: 767px) {
  #conference .content-slider .slick-prev {
    /*  All phone devices */
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  #conference .content-slider .slick-prev {
    /*  iPad Portrait  */
    left: -2rem;
  }
}
@media only screen and (min-width: 1024px) {
  #conference .content-slider .slick-prev {
    /*  iPad Landscape  */
    left: -2rem;
  }
}
@media only screen and (min-width: 1200px) {
  #conference .content-slider .slick-prev {
    /*  Desktop  */
    left: -4rem;
  }
}
@media (max-width: 767px) {
  #conference .content-slider .slick-next {
    /*  All phone devices */
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  #conference .content-slider .slick-next {
    /*  iPad Portrait  */
    right: -2rem;
  }
}
@media only screen and (min-width: 1024px) {
  #conference .content-slider .slick-next {
    /*  iPad Landscape  */
    right: -2rem;
  }
}
@media only screen and (min-width: 1200px) {
  #conference .content-slider .slick-next {
    /*  Desktop  */
    right: -4rem;
  }
}
@media only screen and (min-width: 1200px) {
  #conference .content-slider .item-block {
    /*  Desktop  */
    margin-left: 1.5rem;
  }
}
#conference .content-slider .headshot {
  width: 260px;
  height: 260px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border: 3px solid #60B9E9;
}
#conference .content-slider .company-logo {
  width: 130px;
  height: 130px;
  border: 3px solid #60B9E9;
  background-color: #FFFFFF;
  padding: 0.2rem;
  position: relative;
  top: -5rem;
}
@media (max-width: 767px) {
  #conference .content-slider .company-logo {
    /*  All phone devices */
    left: 12rem;
  }
}
@media only screen and (min-width: 768px) {
  #conference .content-slider .company-logo {
    /*  iPad Portrait  */
    left: 12rem;
  }
}
@media only screen and (min-width: 1024px) {
  #conference .content-slider .company-logo {
    /*  iPad Landscape  */
    left: 10rem;
  }
}
@media only screen and (min-width: 1200px) {
  #conference .content-slider .company-logo {
    /*  Desktop  */
    left: 12rem;
  }
}
#conference .content-slider .company-logo img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#conference .content-slider .speaker-text {
  position: relative;
  bottom: 3rem;
  width: 80%;
  display: table;
  margin: 0 auto;
}
#conference .content-slider .speaker-text p {
  text-align: center;
  font-size: 1.1rem;
}
#conference .content-slider .speaker-text p:first-child {
  margin-bottom: 0;
  color: #1eaae2;
  font-weight: 500;
}
#conference .content-slider .speaker-text p:last-child {
  margin-bottom: 0;
}
#conference .content-slider h3.warning {
  color: red;
  text-align: center;
  margin-bottom: 2rem;
}
#conference .nav-pills {
  margin-top: 4rem;
}
#conference .nav-pills .nav-link {
  border-radius: 0rem;
}
#conference .nav-pills .nav-item {
  background-color: rgba(30, 170, 226, 0.3);
  color: #000000;
}
#conference .nav-pills .active {
  background-color: #1eaae2;
  color: #FFFFFF;
}
#conference .session-content {
  margin-top: 2rem;
}
#conference .session-content .key-titles p {
  color: #000000;
}
#conference .session-content .card {
  border-radius: 0;
  border: none;
}
#conference .session-content .card:nth-child(odd) .session {
  background-color: rgba(96, 185, 233, 0.5);
  display: block;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  #conference .session-content .card:nth-child(odd) .session {
    /*  iPad Portrait  */
    border-right: 10px solid #60B9E9;
  }
}
#conference .session-content .card:nth-child(even) .session {
  background-color: rgba(44, 52, 69, 0.5);
  display: block;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  #conference .session-content .card:nth-child(even) .session {
    /*  iPad Portrait  */
    border-right: 10px solid #2C3445;
  }
}
#conference .session-content .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none;
  height: 80px;
}
@media (max-width: 767px) {
  #conference .session-content .card-header {
    /*  All phone devices */
    height: 210px;
  }
}
#conference .session-content .card-header a .session-link-date {
  color: #000000;
  font-weight: 500;
  padding-top: 0.5rem;
}
@media (max-width: 767px) {
  #conference .session-content .card-header a .session-link-date {
    /*  All phone devices */
    font-size: 2rem;
    padding: 1rem 0 0 2rem;
  }
}
@media only screen and (min-width: 768px) {
  #conference .session-content .card-header a .session-link-date {
    /*  iPad Portrait  */
    font-size: 1rem;
    padding: 0.5rem 0 0 0.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  #conference .session-content .card-header a .session-link-date {
    /*  iPad Landscape  */
    font-size: 1.5rem;
    padding: 0.5rem 0 0 1rem;
  }
}
#conference .session-content .card-header a .session-link {
  color: #1eaae2;
}
@media (max-width: 767px) {
  #conference .session-content .card-header a .session-link {
    /*  All phone devices */
    margin: 1rem 0;
  }
}
@media (max-width: 767px) {
  #conference .session-content .card-header a .down-arrow {
    /*  All phone devices */
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  #conference .session-content .card-header a .down-arrow {
    /*  iPad Portrait  */
    padding-left: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  #conference .session-content .card-header a .down-arrow {
    /*  iPad Landscape  */
    padding-left: 2rem;
  }
}
#conference .session-content .card-body {
  padding: 0;
}
#conference .session-content .card-body .speakers {
  padding-bottom: 2rem;
}
#conference .session-content .card-body .speakers .speaker-block {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  #conference .session-content .card-body .speakers .speaker-block .speaker-logo {
    /*  All phone devices */
    margin-top: 2rem;
  }
}
#conference .session-content .card-body .speakers .headshot {
  width: 160px;
  height: 160px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: 100%;
}
#conference .session-content .card-body .modal .slick-arrow {
  border: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: 0rem;
  outline: none;
  z-index: 999;
}
#conference .session-content .card-body .modal .slick-arrow .svg-inline--fa {
  font-size: 2rem;
  color: #2C3445;
}
#conference .session-content .card-body .modal .slick-prev {
  left: 0rem;
}
#conference .session-content .card-body .modal .slick-next {
  right: 0rem;
}
#conference .session-content .card-body .modal .company-logo {
  position: absolute;
  bottom: -1rem;
  right: 3rem;
  width: 80px;
  height: 80px;
  padding: 1rem;
  border-radius: 50%;
  background-color: #FFFFFF;
}
#conference .session-content .card-body .modal .speaker-bio {
  margin-top: 4rem;
}
#conference .session-content .session-fill {
  min-height: 80px;
  height: 100%;
}
#conference .session-content .session-break-side {
  color: #000000;
  font-weight: 500;
  padding-top: 0.5rem;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  #conference .session-content .session-break-side {
    /*  All phone devices */
    font-size: 2rem;
    padding: 1rem 0 0 2rem;
  }
}
@media only screen and (min-width: 768px) {
  #conference .session-content .session-break-side {
    /*  iPad Portrait  */
    font-size: 1rem;
    padding: 0.5rem 0 0 0.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  #conference .session-content .session-break-side {
    /*  iPad Landscape  */
    font-size: 1.5rem;
    padding: 0.5rem 0 0 1rem;
  }
}
@media (max-width: 767px) {
  #conference .session-content .session-break-body {
    /*  All phone devices */
    margin: 1rem 0;
  }
}
#conference .session-content .session-break-body p {
  color: #1eaae2;
}
#conference-end {
  margin-bottom: 4rem;
}
@media (min-width: 320px) {
  /*  iPhone 4 & 5 */
}
@media (min-width: 360px) {
  /* Galaxy s4 & s6 */
}
@media (min-width: 375px) {
  /*  iPhone 6 */
}
@media (min-width: 411px) {
  /*  Google Pixel - 5"  */
}
@media (min-width: 414px) {
  /*  iPhone 6 plus  */
}
@media (max-width: 767px) {
  /*  All phone devices */
}
@media only screen and (min-width: 768px) {
  /*  iPad Portrait  */
}
@media only screen and (min-width: 1024px) {
  /*  iPad Landscape  */
}
@media only screen and (min-width: 1200px) {
  /*  Desktop  */
}
@media only screen and (min-width: 1200px) {
  /*  13" laptop  */
}
@media only screen and (min-width: 1400px) {
  /*  15" Laptop  */
}
@media only screen and (min-width: 1500px) {
  /*  Desktop  */
}
/*# sourceMappingURL=layout.css.map */