/*
Theme Name: The Royal College of Dentists of Canada Theme
Author: Coeffect
Author URI: http://coeffect.ca/
Text Domain: rcdc
Description: Custom Theme for The Royal College of Dentists of Canada
Version: 1
*/
@font-face {
  font-family: "ZurichBT";
  src: url('assets/fonts/ZurichBT-Roman.otf') format("opentype");
  font-weight: 500;
}

@font-face {
  font-family: "ZurichBT";
  src: url('assets/fonts/ZurichBT-Light.otf') format("opentype");
  font-weight: 300;
}

@font-face {
  font-family: "ZurichBT";
  src: url('assets/fonts/ZurichBT.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: "ZurichBT";
  src: url('assets/fonts/ZurichBT-Bold.otf') format("opentype");
  font-weight: 700;
}

.container-fluid, .row {
  padding: 0;
  margin: 0;
}

a {
  color: #1f6b31;
  font-weight: 700;
}

.cta-block a h5 {
  margin-bottom: 0;
}

a:hover,
a:hover .single-content p.sa-publish-date{
  color: #1f6b31;
}


a:hover .single-content p {
  color: #000;
}

body {
  font-family: "ZurichBT", sans-serif;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
  margin-bottom: 1rem;
}

ul,ol {
  padding-left: 10px;
}

/*p, h1, h2, h3, h4, h5 {
  margin: 0;

}*/

p, li {
  line-height: 1.8;
  font-weight: 300;
}

.nav-main {
  z-index: 2;
}

.main-content-container {
  z-index: 1;
}

.navbar-container {
  height: 60px;
  display: flex;
  justify-content: space-between;
}

.navbar-container img.logo {
  position: absolute;
  top: 14px;
  left: 22px;
  height: 35px;
  width: auto;
  z-index: 2;
}

.navbar-container > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-container > div:first-child {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.navbar-menu-wrapper,
.menu-main-menu-container,
.navbar-menu-wrapper > div{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.main-menu-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  margin-bottom: 0;
  height: 100%;
}

.main-menu-nav > li {
  padding: 0 20px;
  position: relative;
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.main-menu-nav > li > a {
  color: #333333;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  width: 100%;
  text-align: center;
}

.main-menu-nav > li:hover > a,
.main-menu-nav > li:hover > span,
.main-menu-nav > li.active > a,
.main-menu-nav > li.active > span{
  color: #1f6b31;
}

.main-menu-nav > li.custom-menu-gold {
  background-color: #bd9359;
}

.main-menu-nav > li.custom-menu-gold > a,
.main-menu-nav > li.custom-menu-gold > span{
  color: #fff;
}

.main-menu-nav > li.custom-menu-gold:hover {
  background-color: #333333;
}


.main-menu-nav ul.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  padding: 0;
  width: 100%;
  min-width: 250px;
  display: none;
  flex-direction: column;
}



.main-menu-nav ul.submenu {
  top: 100%;
  z-index: 10;
}

.main-menu-nav ul.submenu.inner-submenu {
  top: 0;
  right: 100%;
  left: unset;
}

.main-menu-nav ul.submenu > li,
.submenu > li {
  padding: 10px 20px;
  transition: .2s;
  background-color: #333333;
  cursor: pointer;
  position: relative;
}

.submenu > li {
  text-align: left;
}

.submenu > li a,
.submenu > li span{
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.submenu > li a:hover,
.submenu > li span:hover{
  color: #f7941d;
}

.navbar-container > div:first-child {
  width: calc(100% - 60px);
  justify-content: flex-end;
  color: #000000;
  background-color: #ebebeb;
  padding: 0 0 0 20px;
}

/*.navbar-container > div:first-child a {
  color: #333333;
  text-decoration: none;
  margin-left: 30px;
  font-weight: 700;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.navbar-container > div:first-child a:hover {
  color: #bd9359;
}*/

.navbar-container > div:last-child {
  width: 80px;
  height: 100%;
  background-color: #333333;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.nav-categories {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1005;
  width: 100%;
  overflow: auto;
  background-color: #333333;
  height: calc(100vh - 32px);
  padding-bottom: 100px;
}

.nav-categories .nav-btn {
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: 24px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 40px 0 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}

.navbar-container > div:last-child span {
  margin: 2px 0;
  height: 2px;
  border-radius: 1px;
  width: 25px;
  background-color: #fff;
}

.nav-categories .nav-btn img {
  width: 20px;
}

.nav-categories.collapsed-nav {
  display: none;
}

.nav-categories .nav-list {
  color: #fff;
  list-style: none;
}

.nav-categories .nav-list {
  margin-top: 60px;
}

/*.nav-categories .nav-list > li:not(:first-child) a {
  font-size: 14px;
  margin-bottom: 10px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}*/

/*
.nav-categories .nav-list > li:not(:first-child):hover:before {
  content: '>  ';
  color: #fff;
  opacity: 1;
}
*/

/*.nav-categories .nav-list > li:not(:first-child):before {
  content: '';
  color: #fff;
  opacity: 0;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.nav-categories .nav-list > li:not(:first-child):hover a,
.nav-categories .nav-list > li:first-child:hover a {
  color: #bd9359;
}*/

.nav-categories .nav-list > li {
  margin-bottom: 20px;
}

.nav-categories .nav-list > li > a,
.nav-categories .nav-list > li > span{
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.nav-categories .sub-nav-list {
  list-style: none;
  padding-left: 0;
  font-size: 18px;
}

.nav-categories .sub-nav-list.inner-sub-nav-list {
  padding-left: 25px;
  margin-top: 5px;
}

.nav-categories .sub-nav-list.sub-nav-list-main {
  padding-left: 0;
  margin-top: 10px;
}

.nav-categories .sub-nav-list > li{
  padding: 5px 0;
}

.nav-categories .sub-nav-list > li > a,
.nav-categories .sub-nav-list > li > span{
  color: #fff;
  text-decoration: none;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.nav-categories .nav-list > li > a:hover,
.nav-categories .nav-list > li > span:hover,
.nav-categories .sub-nav-list > li > a:hover,
.nav-categories .sub-nav-list > li > span:hover{
  color: #eda52f;
}

.nav-categories-menu {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.menu-sm-container {
  padding: 20px 10px;
}

.menu-sm-container > a {
  font-size: 20px;
  color: #fff;
  margin-right: 25px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.menu-sm-container > a:hover {
  color: #eda52f;
}

.search-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  position: absolute;
}

.search-container > div {
  /*width: calc(100% - 400px);*/
  position: relative;
  display: flex;
}

.search-container > div img {
  position: absolute;
  right: 15px;
  top: 12px;
  height: 25px;
}

.search-container input {
  width: 100%;
  height: 50px;
  border: none;
  box-shadow: none;
  padding: 20px;
  background-color: black;
  color: #fff;
  outline: none;
}

.search-container input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.search-container input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.search-container input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

/* NAVIGATION HOVERS */

.main-menu-nav li:hover > .submenu,
.main-menu-nav li:hover > ul.submenu {
  display: flex;
}


.search-container button {
  width: 200px;
  height: 50px;
  color: #fff;
  background-color: #636363;
  box-shadow: none;
  border: none;
  cursor: pointer;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  font-weight: 700;
}

.search-container .login {
  background-color: #464646;
}

.search-container button:hover {
  background-color: #eda52f;
}

.search-container .login:hover {
  background-color: #eda52f;
}

.homepage .header {
  min-height: calc(100vh - 60px);
  width: 100%;
}

.homepage .header > div {
  padding: 0;
}

.homepage .header .left-content {
  background-image: url('assets/images/bg-header.png');
  background-size: cover;
  background-position: center;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px;
  min-height: 300px;
}

a.link-white-black {
  color: #fff;
  background-color: #333;
  padding: 8px 20px;
  font-size: 14px;
  margin-top: 20px;
  text-decoration: none;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

a.link-white-black:hover {
  background-color: #bd9359;
}

a.learn-more {
  color: #FFF;
  margin-top: 10px;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

a.learn-more:hover {
  color: #666;
  margin-top: 10px;
  font-size: 16px;
  text-decoration: none;
}

.homepage .header .right-content > div:last-child a.learn-more:hover {
  color: #bd9359;
}

.homepage .header .right-content > div {
  min-height: 300px;
  height: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 50px;
}

.homepage .header .right-content > div h1 {
  color: #FFF;
}

.homepage .header .right-content > div:first-child {
  background-image: url('assets/images/bg-header-right.png');
  background-size: cover;
  background-position: center right;
}

.homepage .header .right-content > div:last-child {
  background-image: url('assets/images/bg-header-dates.png');
  background-size: cover;
  background-position: center right;
}

.content-lists {
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 0;
}

.content-lists > div {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  padding: 50px;
  text-align: center;
}

.content-lists > div img {
  margin-bottom: 10px;
  height: 100px;
}

.content-lists > div h5 {
  margin-bottom: 10px;
}

.content-lists > div p {
  font-size: 14px;
  line-height: 20px;
}

/* Banner for page headers */

.banner-header {
  min-height: 280px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-image: url('assets/images/bg-volunteer.png');
  background-size: cover;
  background-position: center;
}

.banner-header h1 {
  font-size: 70px;
}

.banner {
  min-height: 350px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-image: url('assets/images/bg-volunteer.png');
  background-size: cover;
  background-position: center;
}

.banner > div {
  max-width: 400px;
}

.banner h1 {
  margin-bottom: 10px;
  font-size: 50px;
}

.banner h5 {
  margin-bottom: 20px;
  font-weight: 400;
}

.about-footer {
  padding: 30px;
  background-color: rgba(0, 0, 0, .8);
}

.about-footer p {
  margin-bottom: 0;
  color: #fff;
  line-height: 1.6;
}

.about-footer > div > div {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.about-footer h5 {
  color: #fff;
}

.about-footer a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.about-footer a:hover,
.about-footer a.white:hover {
  color:#f7941d;
}

.about-footer a.white {
  color: #fff;
  font-weight: 700;
}

.footer {
  padding: 30px;
  background-color: #000;
}

.footer a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.footer a:hover {
  color: #f7941d;
}

.footer p {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  margin-right: 20px;
}

.footer > div {
  display: flex;
  justify-content: space-between;
}

.footer-cta-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer-list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.about-footer .menu-sm-container a {
  font-size: 20px;
}

.footer-list a {
  font-size: 16px;
  font-weight: 700;
  margin-left: 30px;
}

.footer p,
.footer a {
  color: #8c8c8c;
  margin-bottom: 0;
}

.footer .footer-list a {
  font-size: 14px;
}

/* SPECIALTIES TEMPLATE */

.specialties-list > div {
  padding: 25px;
  color: #fff;
}

.specialties-list {
  padding: 25px 15px;
  max-width: 1400px;
  margin: 0 auto;
}

/*
.specialties-list h5 {
    max-width: 150px;
}
*/

.specialties-list a {
  color: #fff;
  text-decoration: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.specialties-list a img {
  width: 15px;
}

.specialties-list > div > div {
  background: linear-gradient(to right, rgb(171, 169, 173) 50%, rgba(171, 169, 173, .5));
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 130px;
}

.specialties-list .s-1 {
  background: linear-gradient(to right, rgb(165, 40, 255) 50%, rgba(165, 40, 255, .7));
}

.specialties-list .s-2 {
  background: linear-gradient(to right, rgb(205, 242, 58) 50%, rgba(205, 242, 58, .7));
}

.specialties-list .s-3 {
  background: linear-gradient(to right, rgb(168, 0, 0) 50%, rgba(168, 0, 0, .7));
}

.specialties-list .s-4 {
  background: linear-gradient(to right, rgb(165, 40, 255) 50%, rgba(165, 40, 255, .7));
}

.specialties-list .s-5 {
  background: linear-gradient(to right, rgb(165, 40, 255) 50%, rgba(165, 40, 255, .7));
}

/** Content **/

.content-close > div {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}

.content-close > div img {
  height: 25px;
}

.content {
  padding: 50px;
  max-width: 1000px;
  margin: 0 auto;

}

.content .row {
  margin-bottom: 40px
}

.content h3 {
  margin-bottom: 20px;
}

.content ul {
  padding: 0;
}

/** CONTENT COMPONENTS **/

/* Text Headers */
.text-header {
  margin-bottom: 0;
}

.text-header h1 {
  font-size: 60px;
}

.text-header h1 span {
  font-weight: 300;
}

/* Accordian */

.accordian {
  margin-top: 20px;
}

.card {
  border-radius: 0;
  border: none;
}

.card-header {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-top: 2px solid #000;
  box-shadow: none;
  border-radius: 0 !important;
  display: flex;
  justify-content: space-between;
  padding: 15px 0 10px;

}

.card:last-child .card-header {
  border-bottom: 2px solid #000;
}

.card-header.collapsed h5.icon::after {
  content: '+';
}

.card-header h5.icon::after {
  content: "\2013";
  margin-left: 20px;
  font-size: 50px;
  line-height: 15px;
  font-weight: 300;
}

.card-body {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
/*
!* Structure *!

.structure-table {
  width: 100%;
  margin: 0 0 20px;
}

.structure-table th {
  background-color: #883f98;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
}

.structure-table td {
  padding: 20px;
  text-align: center;
  border-bottom: 2px solid #000;
}

.structure-table th:first-child,
.structure-table td:first-child {
  width: 70%;
  border-right: 1px solid #fff;
  text-align: left;
}

.structure-table span {
  font-family: EuclidCircBold;
}*/

/* CTA Download */
/*
.cta-download {
  display: flex;
  flex-direction: row;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 20px 0;
  justify-content: space-between;
  align-items: center;
}

.cta-download h4 {
  color: black;
  margin: 5px 0;
}

.cta-download h4 span {
  font-weight: 300;
}

.cta-download img {
  cursor: pointer;
  width: 58px;
}*/

h5.date {
  margin: 20px 0;
  font-size: 16px;
}



/* Section Navigator */

/*.section-navigator {
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #e0e0e0;
}

.section-navigator h2,
.section-navigator p {
  color: rgba(255, 255, 255, 1);
  text-align: left;
}

.section-navigator h2 {
  font-size: 40px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.section-navigator img {
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.section-navigator > div:first-child {
  z-index: 1;
}

.section-navigator a:hover {
  text-decoration: none;
}

.section-navigator p {
  margin-bottom: 10px;
  font-size: 18px;
}

.section-navigator img.back {
  margin-right: 30px;
  height: 40px;
}

.section-navigator img.next {
  margin-left: 30px;
  height: 40px;
}

.section-navigator > div {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.section-navigator > div > div {
  display: flex;
  min-width: 240px;
  justify-content: space-between;
  align-items: center;
}*/

/*.section-navigator.sn1 {
    background-color: darkgoldenrod;
}

.section-navigator.sn2 {
    background-color: rebeccapurple;
}*/

/* Payment Table */

.payment-table {
  width: 100%;
  margin: 20px 0;
  font-weight: 700;
}

.payment-table td {
  padding: 20px;
  text-align: center;

}

.payment-table th:first-child,
.payment-table td:first-child {
  width: 70%;
  text-align: left;
}

.payment-table tr {
  border-top: 2px solid #000;
}

.payment-table tr:last-child {
  border-top: none;
  color: #fff;
  background-color: #bd9359;
}

.payment-table tr:last-child td {
  padding: 10px 20px;
}

/* Notes */

p.note {
  font-size: 14px;
  margin-bottom: 20px;
}

/* Component Table */

.switches {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.switches > div {
  padding: 10px 30px;
  width: 50%;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
}

.switches > div:first-child {
  background-color: #bd9359;
  color: #fff;
}

.component-container {
  width: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.component-table {
  width: 100%;
  margin: 20px 0;
  font-weight: 700;
  overflow: auto;
}

.component-container.show {
  display: block;
}

.component-table th {
  color: #bd9359;
  font-size: 18px;
}

.component-table td,
.component-table th {
  width: 33%;
  min-width: 100px;
  vertical-align: top;
  padding: 20px;
  border-bottom: 2px solid #000;
}

.component-table td:last-child,
.component-table th:last-child {
  min-width: 200px;
}

.component-table td:last-child {
  line-height: 22px;
  font-weight: 400;
}

.component-table td span {
  font-weight: 700;
}

/* Cohort Table */
.cohort-table {
  width: 90%;
  margin: 20px 0;
}

.cohort-table th {
  background-color: #bd9359;
  color: #fff;
  padding: 5px 20px;
}

.cohort-table td {
  padding: 15px 20px;
  border-bottom: 2px solid #000;
  width: 50%;
}

.cohort-table td:first-child {
  font-weight: 700;
}

/* 3 column center content */

.center-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}

.center-content > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
}

.center-content h5 {
  margin-bottom: 10px;
  font-size: 18px;
}

.center-content p {
  padding: 0;
  line-height: 25px;
}

/* custom links */

/*.link-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.link-container a:first-child {
  border-top: 2px solid #000;
}

.link-container a {
  color: #000;
  padding: 10px 0;
  border-bottom: 2px solid #000;
  width: 100%;
  font-weight: 700;
}*/

.inner > div {
  padding: 0;
}

/* contact form */
#contact-us {
  width: 100%;
}

#contact-us form p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

#contact-us form p span {
  width: 100%;
}

#contact-us label {
  font-size: 16px;
  font-weight: 700;
}

#contact-us input {
  width: 100%;
  padding: 5px;
  border: 2px solid #bd9359;
  outline: none;
}

#contact-us textarea {
  width: 100%;
  padding: 5px;
  border: 2px solid #bd9359;
  resize: none;
  outline: none;
}

#contact-us input[type=submit] {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 8px 20px;
  cursor: pointer;
  margin-top: 30px;
  font-size: 14px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  width: 200px;
}

#contact-us input[type=submit]:hover {
  background-color: #bd9359;
}

@media all and (max-width: 767px) {

  .search-container > div {
    width: 100%;
  }

  .nav-categories {
    padding-bottom: 0;
  }

  .text-header h1 {
    font-size: 30px;
  }

  .banner-header h1,
  .banner h1 {
    font-size: 40px;
  }

  /*Nav*/
  .nav-categories .nav-btn {
    padding: 0 30px 0 0;
  }

  .search-container {
    flex-direction: column;
    position: relative;
  }

  .search-container input,
  .search-container button {
    width: 100%;
  }

  .homepage .header .left-content,
  .homepage .header .right-content > div {
    padding: 30px 25px;
  }

  .banner,
  .banner-header,
  .about-footer,
  .footer {
    padding: 30px 10px;
  }

  /* Homepage */
  a.desktop {
    display: none;
  }

  .homepage h1 {
    font-size: 30px;
  }

  .content-lists {
    padding: 30px 0;
  }

  .content-lists > div {
    padding: 20px 50px;
  }

  /* about footer */
  .about-footer > div > div {
    flex-direction: column;
  }

  .about-footer > div > div > div:first-child {
    margin-bottom: 20px;
  }

  .about-footer a {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .footer p {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .footer > div {
    flex-direction: column;
  }

  /*content */
  .content {
    padding: 15px 10px;
  }

  .switches {
    flex-direction: column;
  }

  .switches > div {
    font-size: 16px;
    width: 100%;
  }

  .cohort-table {
    width: 100%;
  }

  .cta-download {
    flex-direction: column;
  }

  .cta-download h4 {
    font-size: 18px;
  }

  .cta-download img {
    margin-top: 20px;
  }

  .center-content > div {
    padding: 15px 40px;
  }

  .section-navigator h2 {
    font-size: 26px;
  }

  .component-table {
    display: block;
  }

  .search-container a {
    width: 100%;
  }

}

@media all and (min-width: 1600px) {
  .banner-header, .banner, .homepage .header .left-content {
    padding: 30px 100px;
  }

  .homepage .header .left-content {
    padding: 30px 115px;
  }

  .homepage .header h1,
  .banner h1 {
    font-size: 60px;
  }
}

.row > div {
  line-height: 30px;
}

a.items-link {
  color: #000;
  text-decoration: none;
}

a.items-link img {
  height: 100px;
}

a.items-link h5 {
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

a.items-link:hover h5 {
  color: #bd9359;
}

.page {
  min-height: calc(100vh - 295px);
}

p.notes {
  line-height: 20px;
}

.address-box {
  margin-bottom: 20px;
}

.contact-us {
  max-width: 1300px;
}

/**/

.contact-us p {
  line-height: 25px;
}

.contact-us h5 {
  margin-bottom: 10px;
}

.section-header {
  margin-bottom: 20px;
}

.section-header h3 {
  margin-bottom: 0;
}

.section-header p {
  font-size: 24px;
  font-weight: 300;
}

.hover-overlay {
  background-color: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.hover-overlay:hover {
  opacity: .15;
}

.section-navigator > div:first-child:hover + div {
  opacity: .15;
}

table.custom-table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 20px;
}

table.custom-table tr {
  border-bottom: 2px solid #000;
}

table.custom-table td {
  padding: 0 20px 30px;
  vertical-align: text-top;
}

table.custom-table tr:first-child td,
table.custom-table tr.span-header td{
  padding-top: 30px;
}

.search-container form {
  display: flex;
  width: 100%;
}

.search-container .search-button {
  width: 50px;
  padding: 14px;
}

.search-page {
  min-height: calc(100vh - 285px);
}

.search-page .text-header > div {
  padding: 0;
}

.search-page .text-header {
  padding-top: 50px;
}

.search-page .result {
  margin-bottom: 15px;
}

.search-page .result a {
  color: #000;
  font-size: 20px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  text-decoration: none;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
}

.search-page .result a:hover {
  border-bottom: 2px solid #000;
}

.search-page p {
  font-size: 20px;
}

.content .row.inner {
  margin-bottom: 0;
}

.inner > div {
  margin-bottom: 20px;
}

.contact-us p.notes {
  margin-bottom: 20px;
}

.page iframe {
  border: none;
  margin-bottom: -8px;
}

.vr-container {
  background-color: #000;
  display: flex;
  justify-content: center;
}

.vr-container iframe {
  margin: 0 auto;
}

.vr-container iframe #watermark {
  display: none;
}

.center-content.content-3 {
 padding: 0;
}

.col-12.image-container {
  display: flex;
  align-items: flex-start;
}
