@font-face {
font-family: 'Myriad Pro Regular';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Regular'), url(//gordoncenter.miami.edu/wp-content/themes/gordon/assets/fonts/myriad-pro/MYRIADPRO-REGULAR.woff) format('woff');
}
@font-face {
font-family: 'Myriad Pro Condensed';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Condensed'), url(//gordoncenter.miami.edu/wp-content/themes/gordon/assets/fonts/myriad-pro/MYRIADPRO-COND.woff) format('woff');
}
@font-face {
font-family: 'Myriad Pro Condensed Italic';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Condensed Italic'), url(//gordoncenter.miami.edu/wp-content/themes/gordon/assets/fonts/myriad-pro/MYRIADPRO-CONDIT.woff) format('woff');
}
@font-face {
font-family: 'Myriad Pro Light';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Light'), url(//gordoncenter.miami.edu/wp-content/themes/gordon/assets/fonts/myriad-pro/MyriadPro-Light.woff) format('woff');
}
@font-face {
font-family: 'Myriad Pro Semibold';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Semibold'), url(//gordoncenter.miami.edu/wp-content/themes/gordon/assets/fonts/myriad-pro/MYRIADPRO-SEMIBOLD.woff) format('woff');
}
@font-face {
font-family: 'Myriad Pro Semibold Italic';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Semibold Italic'), url(//gordoncenter.miami.edu/wp-content/themes/gordon/assets/fonts/myriad-pro/MYRIADPRO-SEMIBOLDIT.woff) format('woff');
}
@font-face {
font-family: 'Myriad Pro Bold Condensed';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold Condensed'), url(//gordoncenter.miami.edu/wp-content/themes/gordon/assets/fonts/myriad-pro/MYRIADPRO-BOLDCOND.woff) format('woff');
}
@font-face {
font-family: 'Myriad Pro Bold';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold'), url(//gordoncenter.miami.edu/wp-content/themes/gordon/assets/fonts/myriad-pro/MYRIADPRO-BOLD.woff) format('woff');
}
@font-face {
font-family: 'Myriad Pro Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold Italic'), url(//gordoncenter.miami.edu/wp-content/themes/gordon/assets/fonts/myriad-pro/MYRIADPRO-BOLDIT.woff) format('woff');
}
@font-face {
font-family: 'Myriad Pro Bold Condensed Italic';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold Condensed Italic'), url(//gordoncenter.miami.edu/wp-content/themes/gordon/assets/fonts/myriad-pro/MYRIADPRO-BOLDCONDIT.woff) format('woff');
} .loader-container {
height: 100%;
width: 100%;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1031;
background-color: #005030;
}
.sk-cube-grid {
width: 100px;
height: 100px;
position: absolute;
left: 50%;
top: 50%;
margin-top: -50px;
margin-left: -50px;
}
.sk-cube-grid .sk-cube {
width: 33%;
height: 33%;
background-color: #fff;
float: left;
-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
0%, 70%, 100% {
-webkit-transform: scale3D(1, 1, 1);
transform: scale3D(1, 1, 1);
}
35% {
-webkit-transform: scale3D(0, 0, 1);
transform: scale3D(0, 0, 1);
}
}
@keyframes sk-cubeGridScaleDelay {
0%, 70%, 100% {
-webkit-transform: scale3D(1, 1, 1);
transform: scale3D(1, 1, 1);
}
35% {
-webkit-transform: scale3D(0, 0, 1);
transform: scale3D(0, 0, 1);
}
}
body, html {
font-family: 'Open Sans', sans-serif;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
color: #848484;
font-weight: 400;
font-size: 16px;
background-color: #fff;
overflow-x: hidden;
}
a {
color: #f47321;
text-decoration: none;
}
a:hover {
color: #f47321;
text-decoration: none;
}
button:focus,
a:focus {
outline: none;
}
a:active {
text-decoration: none;
}
:focus {
outline: none;
box-shadow: none;
}
img {
max-width: 100%;
height: auto;
}
.form-control:focus {
box-shadow: none;
border-color: #f47321;
}
textarea {
resize: none;
} .transition:hover {
transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}
.theme-color {
color: #f47321 !important;
} .btn,
.btn:hover {
font-family: 'Raleway', sans-serif;
text-transform: uppercase;
transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}
.subscribe {
font-size: 12px !important;	
font-weight: 700;
}
.btn.focus,
.btn:focus {
box-shadow: none;
}
.btn-theme {
border: 2px solid #f47321;
background-color: #f47321;
color: #fff;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
padding: 10px 15px;
border-radius: 0;
position: relative;
overflow: hidden;
z-index: 2;
}
.btn-theme:before {
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
position: absolute;
top: 0;
left: 50%;
right: 50%;
bottom: 0;
opacity: 0;
content: '';
background-color: #fff;
z-index: -2
}
.btn-theme:hover:before {
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
left: 0;
right: 0;
opacity: 1;
}
.btn-theme:hover { color: #f47321;
}
.btn-theme-alt {
border: 2px solid #f47321;
background-color: transparent;
color: #f47321;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
padding: 10px 15px;
border-radius: 0;
position: relative;
overflow: hidden;
z-index: 2;
}
.btn-theme-alt:before {
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
position: absolute;
top: 0;
left: 50%;
right: 50%;
bottom: 0;
opacity: 0;
content: '';
background-color: #f47321;
z-index: -2
}
.btn-theme-alt:hover:before {
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
left: 0;
right: 0;
opacity: 1;
}
.btn-theme-alt:hover { color: #ffffff;
}
.btn-white-alt {
font-family: 'Montserrat', sans-serif;
border: 2px solid #fff;
background-color: transparent;
color: #fff;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: 1px;
padding: 10px 20px;
border-radius: 0;
position: relative;
overflow: hidden;
z-index: 2;
}
.btn-white-alt:hover {
color: #f47321;
}
.btn-white-alt:before {
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
position: absolute;
top: 0;
left: 50%;
right: 50%;
bottom: 0;
opacity: 0;
content: '';
background-color: #ffffff;
z-index: -2
}
.btn-white-alt:hover:before {
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
left: 0;
right: 0;
opacity: 1;
}
.btn-black-alt {
border: 2px solid #000;
background-color: transparent;
color: #000;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
padding: 10px 15px;
border-radius: 0;
position: relative;
overflow: hidden;
z-index: 2;
}
.btn-black-alt:hover { color: #fff;
}
.btn-black-alt:before {
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
position: absolute;
top: 0;
left: 50%;
right: 50%;
bottom: 0;
opacity: 0;
content: '';
background-color: #000;
z-index: -2
}
.btn-black-alt:hover:before {
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
left: 0;
right: 0;
opacity: 1;
}
.btn-green {
font-family: 'Raleway', sans-serif;
border: 2px solid #005030;;
background-color: #005030;;
color: #fff;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: 1px;
padding: 10px 20px;
border-radius: 0;
position: relative;
overflow: hidden;
z-index: 2;
}
.btn-green:hover {
color: #005030;
}
.btn-green:before {
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
position: absolute;
top: 0;
left: 50%;
right: 50%;
bottom: 0;
opacity: 0;
content: '';
background-color: #ffffff;
z-index: -2
}
.btn-green:hover:before {
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
left: 0;
right: 0;
opacity: 1;
}
.btn-white {
font-family: 'Raleway', sans-serif;
border: 2px solid #fff;
background-color: #fff;
color: #909090;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: 1px;
padding: 10px 20px;
border-radius: 0;
position: relative;
overflow: hidden;
z-index: 2;
}
.btn-white:hover {
color: #fff;
}
.btn-white:before {
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
position: absolute;
top: 0;
left: 50%;
right: 50%;
bottom: 0;
opacity: 0;
content: '';
background-color: #909090;
z-index: -2
}
.btn-white:hover:before {
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
left: 0;
right: 0;
opacity: 1;
}
.btn-gray {
font-family: 'Raleway', sans-serif;
border: 2px solid #808080;
background-color: #808080;
color: #fff;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: 1px;
padding: 10px 20px;
border-radius: 0;
position: relative;
overflow: hidden;
z-index: 2;
}
.btn-gray:hover {
color: #808080;
}
.btn-gray:before {
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
position: absolute;
top: 0;
left: 50%;
right: 50%;
bottom: 0;
opacity: 0;
content: '';
background-color: #fff;
z-index: -2
}
.btn-gray:hover:before {
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
left: 0;
right: 0;
opacity: 1;
}
.btn-wide-sm {
padding-left: 25px;
padding-right: 25px;
}
.btn-wide-md {
padding-left: 30px;
padding-right: 30px;
}
.btn-wide {
padding-left: 40px;
padding-right: 40px;
}
.btn-sm {
font-size: 16px;
padding: 8px 12px;
}
.font-size-14 {
font-size: 14px;
}
.btn-radius {
border-radius: 50px;
}
.site-header {
border-bottom: 18px solid #005030;
padding-bottom: 0px;
padding-top: 0px;
background: #fff;
position: relative;
z-index: 101;
}
.navbar-light .navbar-brand {
padding-left: 25px;
max-width: 450px;
}
.navbar-light .menu-main-menu-container {
margin-left: auto;
}
.navbar-light .navbar-nav .menu-item {
padding-left: 5px;
padding-right: 5px;
}
.navbar-light .navbar-nav .nav-link {
color: #c2c8cc;
text-transform: uppercase;
font-weight: 600;
font-size: 16px;
padding-left: 5px;
padding-right: 5px;
border-bottom: 3px solid transparent;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .current-menu-item > .nav-link {
color: #2a2b2f;
border-bottom-color: #1a1a1a;
}
.navbar-light .navbar-text a {
width: 38px;
padding-left: 0px;
}
.navbar-main {
position: relative;
}
.search-bar {
position: absolute;
padding-top: 30px;
top: 0;
bottom: 0;
right: 25px;
width: 0;
opacity: 0;
z-index: 100;
background: #fff;
text-align: right;
overflow: hidden;
-webkit-transition: all .5s;
-moz-transition: all .5s;
transition: all .5s;
}
.search-bar.active {
width: 100%;
opacity: 1;
-webkit-transition: width .5s;
-moz-transition: width .5s;
transition: width .5s;
}
.search-bar .search-box {
position: relative;
max-width: 550px;
display: block;
margin-left: auto;
}
.search-bar .search-box .form-control {
height: 46px;
background: #ebebeb;
border-radius: 25px;
border-color: #ebebeb;
font-size: 17px;
line-height: 26px;
padding-left: 20px;
padding-right: 50px;
}
.search-bar .search-box .form-control:focus {
border-color: #005030;
}
.search-bar .search-box .btn {
padding: 0;
height: 46px;
width: 46px;
position: absolute;
right: -1px;
top: 0;
}
.search-bar .search-box .btn svg {
height: 100%;
width: 100%;
}
.owl-home {
}
.owl-home .owl-nav {
margin: 0;
}
.owl-home .owl-nav [class*="owl-"] {
position: absolute;
top: 50%;
}
.owl-home .owl-nav .owl-prev {
left: 0;
}
.owl-home .owl-nav .owl-next {
right: 0;
}
.owl-home .owl-dots {
position: absolute;
width: 40px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.owl-theme .owl-dots .owl-dot span {
background: #fff;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
background: #f47321;
}
.main-banner {
margin-bottom: 25px;
}
.main-banner img {
width: 100%;
}
.main-banner .item-captions {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 65%; display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
background: radial-gradient(circle at 170%, rgba(156, 156, 156, 0), rgba(156, 156, 156, 0) 50%, rgba(156, 156, 156, 0.5) 1%);
}
.main-banner .item-captions .caption-inner {
padding: 0 250px 0 100px;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
-ms-flex-item-align: center !important;
align-self: center !important;
}
.main-banner .item-captions h1 {
position: relative;
color: #fff;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-size: 70px;
padding-bottom: 10px;
margin-bottom: 15px;
}
.main-banner .item-captions h1:after {
position: absolute;
content: '';
left: 0;
bottom: 0;
width: 100px;
height: 6px;
background: #f47321;
}
.main-banner .item-captions p {
color: #fff;
font-size: 20px;
}
.features-section .feature-box {
background-repeat: no-repeat;
background-size: cover;
height: 100%;
}
.features-section .feature-box .box-inner {
padding: 15%;
background: rgba(190, 190, 190, 0.70);
height: 100%;
}
.features-section .feature-box h2 {
font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-size: 40px;
line-height: 48px;
color: #fff;
position: relative;
padding-bottom: 10px;
}
.features-section .feature-box h2:after {
position: absolute;
content: '';
left: 0;
bottom: 0;
width: 100px;
height: 6px;
background: #fff;
}
.features-section .feature-box p {
font-family: 'Montserrat', sans-serif;
font-size: 14px;
color: #fff;
margin-top: 25px;
margin-bottom: 25px;
}
.features-section .feature-box:hover .box-inner {
background: rgba(255, 255, 255, 0.70);
transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}
.features-section .feature-box:hover h2 {
color: #f47321;
transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}
.features-section .feature-box:hover h2:after {
background: #f47321;
transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}
.features-section .feature-box:hover .btn-white-alt {
color: #fff;
border-color: #f47321;
}
.features-section .feature-box:hover .btn-white-alt:before {
-webkit-transition: 0.5s all ease;
transition: 0.5s all ease;
left: 0;
right: 0;
opacity: 1;
background-color: #f47321;
}
.counter-section {
background: #e9e7e5;
}
.counter-section .container-fluid {
max-width: 1250px;
}
.counter-box {
padding: 65px 10px;
}
.counter-box .media-body {
padding-left: 15px;
}
.counter-box img {
}
.counter-box h5 {
font-family: 'Poppins', sans-serif;
font-size: 40px;
color: #737578;
font-weight: 700;
line-height: 40px;
}
.counter-box p {
margin-bottom: 0;
color: #737578;
font-size: 16px;
font-family: 'Raleway';
}
.quickinfo-section {
background-size: cover;
background-position: center;
padding-top: 50px;
padding-bottom: 50px;
}
.quickinfo-section .container-fluid {
max-width: 1300px;
}
.quickinfo-section .quick-box {
padding: 50px 10px;
}
.quickinfo-section .quick-box img {
max-width: 36px;
}
.quickinfo-section .quick-box h5 {
font-family: 'Montserrat', sans-serif;
font-size: 20px;
font-weight: 700;
margin-top: 5px;
padding-left: 10px;
color: #2a2b2f;
}
.quickinfo-section .quick-box p {
color: #333;
font-family: 'Montserrat', sans-serif;
font-size: 16px;
font-weight: 400;
margin-bottom: 0;
margin-top: 15px;
}
.quickinfo-section .quick-box .actions {
margin-top: 30px;
}
.media-section {
padding-top: 100px;
padding-bottom: 50px;
}
.media-section .container-fluid {
max-width: 1450px;
}
.media-section .header {
text-align: center;
padding-bottom: 50px;
}
.media-section .header h2 {
font-family: 'Montserrat', sans-serif;
font-size: 42px;
font-weight: 700;
color: #f47321;
text-transform: uppercase;
}
.media-section .header p {
font-family: 'Raleway';
font-size: 24px;
color: #3b3b3b;
}
.media-section .card-columns {
-webkit-column-gap: 30px;
-moz-column-gap: 30px;
column-gap: 30px;
}
.media-section .card {
border-color: #e8e8e8;
border-radius: 8px;
margin-bottom: 35px;
}
.media-section .card .card-img-top {
width: 100%;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.media-section .card:hover {
-webkit-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.1);
transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}
.media-section .card-body {
padding: 25px;
}
.media-section .card .card-title {
color: #3b3b3b;
font-size: 20px;
font-weight: 700;
}
.media-section .card .card-title a {
color: inherit;
}
.media-section .card .card-title a:hover {
color: #f47321;
}
.media-section .card .meta-info span {
color: rgba(59, 59, 59, 0.6);
font-weight: 300;
font-size: 16px;
}
.media-section .card p {
color: #3b3b3b;
font-weight: 300;
font-size: 16px;
margin-top: 20px;
}
.media-section .card .btn-link {
color: #f47321;
}
.media-section .card .btn-link:hover {
color: #f47321;
}
.event-section {
background: #e4e4e4;
padding: 100px 0;
}
.umedic-section {
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
background: rgba(125, 125, 125, 1);
background: -moz-linear-gradient(left, rgba(125, 125, 125, 1) 0%, rgba(64, 77, 95, 1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(125, 125, 125, 1)), color-stop(100%, rgba(64, 77, 95, 1)));
background: -webkit-linear-gradient(left, rgba(125, 125, 125, 1) 0%, rgba(64, 77, 95, 1) 100%);
background: -o-linear-gradient(left, rgba(125, 125, 125, 1) 0%, rgba(64, 77, 95, 1) 100%);
background: -ms-linear-gradient(left, rgba(125, 125, 125, 1) 0%, rgba(64, 77, 95, 1) 100%);
background: linear-gradient(to right, rgba(125, 125, 125, 1) 0%, rgba(64, 77, 95, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7d7d', endColorstr='#404d5f', GradientType=1);
}
.umedic-section h2 {
font-family: 'Lato', sans-serif;
font-weight: 900;
text-transform: uppercase;
color: #fff;
font-size: 46px;
}
.umedic-section  .header h2 {
color: #f47321;
font-family: 'Raleway';
font-size: 34px;
font-weight: 700;
line-height: 27px;
margin-bottom: 20px;
text-transform: uppercase;
}
.research-section h2{
font-family: 'Montserrat', sans-serif;
font-size: 38px;
font-weight: 700;
line-height: 38px;
margin-bottom: 15px;
text-transform: uppercase;
color:#404d5f;
text-align: center;
}
.research-section,{
background: #e4e4e4;
padding: 80px 0 80px 0;
}
.event-section .event-wrap, .research-section {
padding-left: 15%;
padding-right: 15%;
}
.event-section .header {
text-align: center;
}
.event-section .header h2, . research-section  .header h2 {
color: #f47321;
font-family: 'Raleway';
font-size: 34px;
font-weight: 700;
line-height: 27px;
margin-bottom: 20px;
text-transform: uppercase;
}
.event-section .header p {
color: #747474;
font-family: 'Raleway';
font-size: 16px;
font-weight: 400;
line-height: 27px;
}
.event-section .header span {
display: block;
width: 15px;
height: 15px;
border: 3px solid #ffffff;
background-color: #005030;
border-radius: 100%;
margin-left: auto;
margin-right: auto;
-webkit-box-shadow: 0px 0px 0px 2px rgba(0, 80, 48, 1);
-moz-box-shadow: 0px 0px 0px 2px rgba(0, 80, 48, 1);
box-shadow: 0px 0px 0px 2px rgba(0, 80, 48, 1);
}
.event-section .event-list {
margin-top: 35px;
}
.event-section .event-list li {
border-radius: 5px;
background-color: #f7f8f8;
padding: 20px 25px;
margin-bottom: 10px;
}
.event-section .event-list li:last-child {
margin-bottom: 0px;
}
.event-section .event-list img {
max-width: 60px;
margin-right: 20px;
}
.event-section .event-list .event-date {
margin-right: 20px;
min-width: 60px;
}
.event-section .event-list .event-date h4 {
color: #f47321;
text-align: center;
font-size: 16px;
line-height: 18px;
text-transform: uppercase;
}
.event-section .event-list .event-date h4 span {
display: block;
font-size: 22px;
font-weight: 600;
}
.event-section .event-list h5 {
color: #3c3b3b;
font-family: 'Raleway';
font-size: 20px;
font-weight: 400;
line-height: 30px;
margin-bottom: 0;
}
.event-section .event-list p {
color: #8c8c8c;
font-size: 15px;
font-weight: 400;
line-height: 20px;
margin-bottom: 0;
}
.instagram-wrap {
padding-left: 15%;
padding-right: 15%;
}
.instagram-wrap .header {
text-align: left;
padding-left: 20px;
}
.instagram-wrap li {
width: 33.33%;
padding: 10px;
float: left;
}
.instagram-wrap li img {
width: 100%;
}
.case-study-section {
padding-top: 10px;
padding-bottom: 50px;
position: relative;
overflow: hidden;
}
.video-container {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: -100%;
padding-left: 10%;
padding-right: 10%;
padding-top: 60px;
background: rgba(255, 255, 255, 0.6);
z-index: 5;
}
.video-container.active {
left: 0;
-ms-transition: left 0.5s ease;
-moz-transition: left 0.5s ease;
-o-transition: left 0.5s ease;
-webkit-transition: left 0.5s ease;
}
.video-container .close {
position: absolute;
top: 2px;
right: 2px;
z-index: 99;
color: #fff;
font-size: 50px;
opacity: 1;
box-shadow: none;
line-height: 30px;
cursor: pointer;
}
.case-study-left img {
width: 100%;
}
.case-study-left {
position: relative;
padding-right: 25px;
}
.case-study-left .actions {
position: absolute;
right: 0px;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.case-study-left .actions .next {
}
.case-study-left .actions .next svg {
background: #fff;
border-radius: 50%;
height: 50px;
width: 50px;
display: block;
}
.case-study-left .actions .next:hover svg {
background: #f47321;
}
.case-study-content {
padding: 0px 10% 30px 5%;
}
.case-study-content h1 {
color: #3b3b3b;
font-size: 2rem;
font-weight: 700;
line-height: 35px;
margin-bottom: 30px;
margin-top: 5px;
color: #848484;
}
.case-study-content h2 {
color: #3b3b3b;
font-size: 38px;
font-weight: 500;
line-height: 35px;
margin-bottom: 20px;
margin-top: 10px;
}
.case-study-content p {
color: #3b3b3b;
font-size: 16px;
font-weight: 300;
line-height: 26px;
margin-bottom: 25px;
}
.case-study-content h3 {
font-family: 'Montserrat', sans-serif;
font-size: 18px;
font-weight: 700;
margin-top: 5px;
color: #2a2b2f;
}
a.content:href, a.content:link {text-decoration:none;}
.case-study-content .actions { }
.site-footer {
background: #969696;
padding: 30px 15px 15px;
}
.footer-top {
margin-bottom: 50px;
}
.footer-top .call {
}
.footer-top .call span {
color: #dcdcdc;
font-size: 18px;
font-weight: 600;
line-height: 22px;
margin-bottom: 10px;
display: block;
text-transform: uppercase;
}
.footer-top .call h3 {
}
.footer-top .call h3 a {
color: #ffffff;
font-family: 'Raleway';
font-size: 34px;
font-weight: 700;
line-height: 42px;
}
.footer-top .call h3 a:hover {
color: #333;
}
.site-footer .g-map {
background-color: #f68136;
padding: 10px 15px;
max-width: 260px;
margin-top: 20px;
}
.site-footer .g-map img {
max-width: 45px;
margin-right: 15px;
}
.site-footer .g-map h5 a {
color: #ffffff;
font-family: 'Raleway';
font-size: 17px;
font-weight: 400;
line-height: 23px;
margin-top: 15px;
display: inline-block;
}
.newsletter {
margin: 30px 0;
}
.newsletter .form-control {
border-radius: 0;
color: #999999;
font-family: 'Poppins', sans-serif;
font-size: 19px;
font-weight: 400;
line-height: 30px;
height: 44px;
}
.newsletter .btn {
border-radius: 0;
background-color: #f68136;
color: #fff;
border-color: #f68136;
}
.newsletter .btn:hover {
background-color: #005030;
border-color: #005030;
}
.about-widget { }
.about-widget img {
width: 100%;
}
.about-widget p {
color: #fff;
font-size: 15px;
margin-top: 15px;
}
.footer-widget {
}
.footer-widget .widget-title {
color: #ebebeb;
font-family: 'Raleway';
font-size: 20px;
font-weight: 700;
line-height: 28px;
text-transform: uppercase;
margin-bottom: 20px;
letter-spacing: 1px;
}
.footer-menu ul {
list-style: none;
padding-left: 0;
}
.footer-menu ul li {
padding-bottom: 5px;
}
.footer-menu ul li a {
color: #ffffff;
font-size: 14px;
font-weight: 400;
line-height: 26px;
padding-left: 20px;
position: relative;
}
.footer-menu ul li a:before {
content: '\f0da';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
position: absolute;
padding-left: 20px;
left: -15px;
top: -5px;
}
.footer-menu ul li a:hover {
color: #f68136;
}
.footer-widget.footer-contact .form-group {
margin-bottom: 5px;
}
.footer-widget.footer-contact label {
color: #fff;
font-weight: 600;
padding-top: 0;
padding-bottom: 0;
font-size: 16px;
line-height: 26px;
}
.footer-widget.footer-contact p {
color: #fff;
padding-top: 0;
padding-bottom: 0;
font-size: 15px;
}
.footer-widget.footer-contact p a {
color: #fff;
}
.footer-widget.footer-contact p a:hover {
color: #f68136;
}
.footer-bottom {
border-top: 2px solid #eeeeee;
padding-top: 15px;
margin-top: 15px;
}
.footer-link ul {
list-style: none;
padding-left: 0;
margin-bottom: 0;
}
.footer-link ul li {
display: inline-block;
}
.footer-link ul li + li {
margin-left: 20px;
}
.footer-link ul li a {
color: #bababa;
font-family: 'Raleway';
font-size: 16px;
font-weight: 400;
line-height: 28px;
text-transform: uppercase;
}
.footer-link ul li a:hover {
color: #f68136;
}
.footer-bottom .social-link {
text-align: right;
}
.sub-banner {
text-align: center;
background-size: cover;
background-position: center center;
padding-top: 150px;
padding-bottom: 150px;
}
.sub-banner h2 {
color: #ffffff;
font-family: 'Raleway';
font-size: 60px;
line-height: 60px;
}
.sub-banner img {
width: 100%;
}
.text-sub-banner {
background: #444;
padding-top: 50px;
padding-bottom: 50px;
}
.text-sub-banner h2 {
font-size: 36px;
line-height: 36px;
margin-bottom: 0;
font-family: 'Raleway';
text-transform: uppercase;
letter-spacing: 1px;
text-align: left;
}
.text-sub-banner h5 {
color: #fff;
margin-bottom: 0;
text-align: left;
}
.about-section .image-side {
height: 100%;
}
.about-section .image-side img {
height: 100%;
object-fit: cover;
}
.about-section .content-side {
padding-top: 50px;
padding-bottom: 50px;
padding-right: 16%;
}
.about-section .header {
}
.about-section h2, .faq-section h2, .classes-section h2, .vision-section h2{
color: #d0d0d0;
font-family: 'Montserrat', sans-serif;
font-size: 38px;
font-weight: 700;
line-height: 38px;
margin-bottom: 15px;
text-transform: uppercase;
}
.about-section h4 {
color: #005030;
font-family: 'Raleway';
font-size: 24px;
font-weight: 400;
line-height: 24px;
margin-bottom: 15px;
}
.about-section p, .faq-section p {
color: #8c8c8c;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 26px;
}
.service-section, .faq-section-about  {
background: #f6f6f6;
}
.service-section img {
width: 100%;
padding-left: 25px;
}
.service-section .content-side {
padding-top: 50px;
padding-bottom: 50px;
padding-left: 16%;
}
.faq-section-about { padding-top: 50px;
padding-bottom: 50px;}
.service-section h2, .event-section h2, .faq-section-about h2, .mission-section H2{
color: #f47321;
font-family: 'Montserrat', sans-serif;
font-size: 38px;
font-weight: 700;
line-height: 38px;
margin-bottom: 15px;
text-transform: uppercase;
}
.service-section h4, .vision-section h4 {
color: #909193;
font-family: 'Raleway';
font-size: 24px;
font-weight: 400;
line-height: 24px;
margin-bottom: 15px;
}
.service-section p, .event-section p, .faq-section-about p {
color: #8c8c8c;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 24px;
}
.cta-section {
background-color: #f47321;
padding-top: 40px;
padding-bottom: 40px;
}
.cta-section h3 {
color: #ffffff;
font-family: 'Raleway', sans-serif;
font-size: 26px;
font-weight: 600;
line-height: 23px;
}
.cta-section p {
color: #d5e0ee;
font-family: 'Poppins', sans-serif;
font-size: 14px;
font-weight: 300;
line-height: 24px;
margin-bottom: 0;
}
.cta-section .btn-white {
font-size: 13px;
}
.team-section {
background: #f7f8f8;
padding-top: 80px;
padding-bottom: 80px;
}
.team-section .header {
text-align: center;
margin-bottom: 50px;
}
.team-section .header h2 {
color: #005030;
font-family: 'Raleway', sans-serif;
font-size: 34px;
font-weight: 700;
line-height: 27px;
margin-bottom: 20px;
text-transform: uppercase;
}
.team-section .header p {
color: #747474;
font-family: 'Raleway', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 27px;
}
.team-section .header span {
display: block;
width: 15px;
height: 15px;
border: 3px solid #ffffff;
background-color: #005030;
border-radius: 100%;
margin-left: auto;
margin-right: auto;
position: relative;
-webkit-box-shadow: 0px 0px 0px 2px rgba(0, 80, 48, 1);
-moz-box-shadow: 0px 0px 0px 2px rgba(0, 80, 48, 1);
box-shadow: 0px 0px 0px 2px rgba(0, 80, 48, 1);
}
.team-section .header span:before {
position: absolute;
content: '';
width: 50px;
height: 2px;
background-color: #e6e6e6;
top: 4px;
left: -55px;
}
.team-section .header span:after {
position: absolute;
content: '';
width: 50px;
height: 2px;
background-color: #e6e6e6;
top: 4px;
right: -55px;
}
.team-section .team-box {
margin-bottom: 75px;
padding-bottom: 50px;
position: relative;
height: -webkit-calc(100% - 75px);
height: -moz-calc(100% - 75px);
height: calc(100% - 75px);
}
.team-box .team-title {
border-bottom: 2px solid #e6e6e6;
padding-top: 15px;
padding-bottom: 15px;
margin-bottom: 15px;
min-height: 100px;
}
.team-box .team-title h2 {
color: #a7a7a7;
font-family: 'Raleway', sans-serif;
font-size: 20px;
font-weight: 700;
line-height: 20px;
}
.team-box .team-title span {
color: #f47321;
font-family: 'Raleway', sans-serif;
font-size: 18px;
font-weight: 700;
display: block;
line-height: 20px;
}
.team-section .team-box .btn {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.team-box p {
color: #9c9c9c;
font-family: 'Poppins', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 24px;
}
.modal-team .modal-dialog {
max-width: 620px;
}
.modal-team .modal-body {
padding: 25px;
}
.modal-team .media img {
max-width: 180px;
margin-right: 30px;
}
.modal-team .close {
position: absolute;
top: 5px;
right: 10px;
}
.modal-team h5 {
border-bottom: 1px solid #ccc;
padding-bottom: 5px;
}
.team-section .read-more {
text-align: center;
}
.team-section .read-more .btn {
border-radius: 6px;
padding-left: 50px;
padding-right: 50px;
font-size: 20px;
font-weight: 600;
}
.error-404 {
padding-top: 100px;
padding-bottom: 100px;
text-align: center;
}
.error-404 .page-title {
color: #3b3b3b;
font-size: 48px;
font-weight: 700;
margin-bottom: 25px;
}
.error-404 p {
color: #3b3b3b;
font-size: 22px;
font-weight: 300;
line-height: 38px;
margin-bottom: 30px;
}
.custom-search .form-control {
height: 46px;
border-radius: 0;
border-width: 2px;
border-color: #005030;
border-right: none;
}
.drop-icon {
}
.drop-icon li:before {
content: url(//gordoncenter.miami.edu/wp-content/themes/gordon/assets/images/drop-icon.png);
position: absolute;
left: 0;
top: 0;
}
.drop-icon li {
color: #404d5f;
font-family: 'Lato', sans-serif;
font-weight: 700;
margin-bottom: 20px;
position: relative;
padding-left: 25px;
}
.harvey-system {
background: #f4f9ff;
padding-top: 100px;
padding-bottom: 100px;
}
.harvey-system h4 {
color: #404d5f;
font-family: 'Lato', sans-serif;
font-size: 22px;
margin-bottom: 0;
}
.harvey-system h2 {
color: #404d5f;
font-family: 'Lato', sans-serif;
font-weight: 900;
text-transform: uppercase;
font-size: 34px;
}
.harvey-system p {
color: #657188;
font-size: 20px;
font-weight: 300;
margin-bottom: 30px;
}
.harvey-system .drop-icon {
margin-top: 50px;
margin-bottom: 40px;
}
.harvey-system .right-side {
text-align: center;
position: relative;
}
.harvey-system .right-side img {
position: absolute;
left: 0;
top: 0;
}
.curriculum-section {
padding-top: 50px;
padding-bottom: 50px;
}
.curriculum-section h2 {
font-family: 'Lato', sans-serif;
font-weight: 900;
font-size: 32px;
text-transform: uppercase;
color:#404d5f;
margin-bottom: 20px;
}
.curriculum-section p {
color: #657188;
font-size: 18px;
}
.curriculum-section .list {
margin-top: 30px;
margin-bottom: 30px;
}
.curriculum-section .action {
text-align: center;
}
.theme-list {
list-style: none;
padding-left: 0;
}
.theme-list li:before {
content: '';
background: #f47321;
width: 10px;
height: 10px;
border-radius: 10px;
display: block;
position: absolute;
left: 0;
top: 7px;
}
.theme-list li {
position: relative;
padding-left: 20px;
color: #657188;
font-size: 16px;
margin-bottom: 10px;
}
.modal .theme-list li {
font-size: 14px;
}
.get-harvey {
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
background: rgba(125, 125, 125, 1);
background: -moz-linear-gradient(left, rgba(125, 125, 125, 1) 0%, rgba(64, 77, 95, 1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(125, 125, 125, 1)), color-stop(100%, rgba(64, 77, 95, 1)));
background: -webkit-linear-gradient(left, rgba(125, 125, 125, 1) 0%, rgba(64, 77, 95, 1) 100%);
background: -o-linear-gradient(left, rgba(125, 125, 125, 1) 0%, rgba(64, 77, 95, 1) 100%);
background: -ms-linear-gradient(left, rgba(125, 125, 125, 1) 0%, rgba(64, 77, 95, 1) 100%);
background: linear-gradient(to right, rgba(125, 125, 125, 1) 0%, rgba(64, 77, 95, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7d7d', endColorstr='#404d5f', GradientType=1);
}
.get-harvey h4 {
font-family: 'Lato', sans-serif;
font-weight: 400;
text-transform: uppercase;
font-size: 18px;
color: #fff;
margin-bottom: 0;
}
.get-harvey h2 {
font-family: 'Lato', sans-serif;
font-weight: 900;
text-transform: uppercase;
color: #fff;
font-size: 46px;
}
.get-harvey p {
font-family: 'Lato', sans-serif;
font-style: italic;
font-weight: 400;
color: #d5f2ff;
}
.webinar-section {
padding-top: 50px;
padding-bottom: 50px;
}
.webinar-section .header {
text-align: center;
}
.webinar-section .header h4 {
font-family: 'Lato', sans-serif;
font-weight: 400;
text-transform: uppercase;
font-size: 18px;
color: #848484;
margin-bottom: 0;
}
.webinar-section .header h2 {
font-family: 'Lato', sans-serif;
font-weight: 900;
text-transform: uppercase;
color: #404d5f;
font-size: 46px;
letter-spacing: 3px;
}
.tab-list {
margin-top: 20px;
}
.tab-list .nav-pills a {
text-transform: uppercase;
color: #005030;
}
.tab-list .nav-pills .nav-link.active,
.tab-list .nav-pills .show > .nav-link {
background: #f47321;
border-radius: 0;
}
.tab-list .tab-box {
margin-top: 35px;
-webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
}
.tab-list .tab-box h4 {
color: #404d5f;
font-family: 'Lato', sans-serif;
font-weight: 700;
margin-bottom: 15px;
text-transform: uppercase;
font-size: 20px;
}
.tab-list .tab-box p {
color: #657188;
margin-bottom: 20px;
}
.instructional-section {
background: #f4f9ff;
padding-top: 50px;
padding-bottom: 50px;
}
.instructional-section h2 {
color: #404d5f;
font-family: 'Lato', sans-serif;
font-weight: 900;
text-transform: uppercase;
font-size: 40px;
margin-bottom: 50px;
}
.instructional-section img {
margin-left: auto;
margin-right: auto;
display: block;
}
.instructional-section .nav .header {
display: block;
color: #282828;
font-size: 20px;
text-transform: uppercase;
margin-bottom: 10px;
}
.instructional-section .nav .content {
display: block;
color: #282828;
font-style: italic;
font-size: 16px
}
.instructional-section .nav li {
position: relative;
margin-bottom: 20px;
padding-bottom: 10px;
}
.instructional-section .nav li:after {
content: '';
position: absolute;
width: 100%;
bottom: 0;
left: 0;
height: 1px;
-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
}
.instructional-section .nav-pills .nav-link.active,
.instructional-section .nav-pills .show > .nav-link {
background-color: transparent;
}
.instructional-section .nav-pills .nav-link.active .header,
.instructional-section .nav-pills .show > .nav-link .header {
color: #f47321;
}
.learning-section {
padding-bottom: 25px;
}
.learning-section .top-part {
background: #f47321;
padding-top: 50px;
padding-bottom: 110px;
}
.learning-section h2 {
font-family: 'Raleway', sans-serif;
color: #fff;
text-align: center;
font-size: 34px;
}
.learning-section p {
color: #fff;
text-align: center;
font-size: 15px;
}
.learning-section .bottom-part {
margin-top: -90px;
}
.learning-section .learn-box {
padding-left: 10px;
padding-right: 10px;
}
.world-section {
padding-top: 50px;
padding-bottom: 50px;
}
.world-section h2 {
font-family: 'Lato', sans-serif;
font-weight: 900;
text-transform: uppercase;
color: #00452a;
font-size: 40px;
margin-bottom: 20px;
}
.world-section p {
color: #657188;
}
.about-research {
background: #f4f9ff;
padding-top: 50px;
padding-bottom: 50px;
}
.about-research h4 {
color: #404d5f;
font-family: 'Lato', sans-serif;
font-size: 22px;
margin-bottom: 0;
}
.about-research h2 {
color: #404d5f;
font-family: 'Lato', sans-serif;
font-weight: 900;
text-transform: uppercase;
font-size: 34px;
margin-bottom: 20px;
}
.about-research ul {
list-style: none;
padding-left: 0;
}
.about-research li {
color: #657188;
font-size: 16px;
margin-bottom: 10px;
}
.about-research li:before {
content: '';
background: #f47321;
width: 8px;
height: 8px;
border-radius: 10px;
display: inline-block;
margin-right: 10px;   }
.about-box-section {
padding-top: 75px;
padding-bottom: 100px;
}
.about-box-section .box {
padding: 25px 25px 40px 25px;
height: 100%;
position: relative;
background: rgba(157, 157, 157, 1); }
.about-box-section .box:hover {
background: #f68136;
}
.about-box-section .box h4 {
color: #004127;
font-family: 'Lato', sans-serif;
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
margin-bottom: 0;
}
.about-box-section .box h3 {
color: #003c24;
font-family: 'Lato', sans-serif;
font-size: 22px;
font-weight: 700;
text-transform: uppercase;
}
.about-box-section .box p {
color: #fff;
font-family: 'Lato', sans-serif;
font-weight: 400;
font-size: 14px;
}
.about-box-section .box p strong {
font-family: 'Lato', sans-serif;
font-weight: 800;
font-size: 16px;
}
.about-box-section .box .theme-list li {
color: #fff;
font-size: 14px;
}
.about-box-section .box .theme-list li:before {
background: #fff;
}
.about-box-section .box:hover h4,
.about-box-section .box:hover h3 {
color: #fff;
}
.about-box-section .box .btn {
background: #ffffff;
border-color: #fff;
font-size: 14px;
line-height: 14px;
text-transform: uppercase;
border-radius: 0;
position: absolute;
left: 50%;
bottom: -20px;
min-width: 200px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
}
.about-box-section .box .btn:hover {
background: #f68136;
border-color: #f68136;
color: #fff;
}
.fellowship-section {
padding-top: 50px;
padding-bottom: 50px;
background: rgba(149, 147, 147, 1);
background: -moz-linear-gradient(left, rgba(149, 147, 147, 1) 0%, rgba(64, 77, 95, 1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(149, 147, 147, 1)), color-stop(100%, rgba(64, 77, 95, 1)));
background: -webkit-linear-gradient(left, rgba(149, 147, 147, 1) 0%, rgba(64, 77, 95, 1) 100%);
background: -o-linear-gradient(left, rgba(149, 147, 147, 1) 0%, rgba(64, 77, 95, 1) 100%);
background: -ms-linear-gradient(left, rgba(149, 147, 147, 1) 0%, rgba(64, 77, 95, 1) 100%);
background: linear-gradient(to right, rgba(149, 147, 147, 1) 0%, rgba(64, 77, 95, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#959393', endColorstr='#404d5f', GradientType=1);
}
.fellowship-section h2 {
color: #fff;
font-family: 'Lato', sans-serif;
font-weight: 900;
text-transform: uppercase;
font-size: 34px;
text-align: center;
margin-bottom: 40px;
}
.fellowship-section p {
color: #d5f2ff;
font-size: 15px;
}
.fellowship-section p.text {
font-style: italic;
font-weight: 600;
font-size: 14px;
}
.fellowship-section li {
color: #d5f2ff;
margin-bottom: 5px;
font-size: 15px;
}
.fellowship-section .btn {
color: #00462a;
border-radius: 0;
font-weight: 400;
font-size: 13px;
letter-spacing: 0;
margin-top: 20px;
}
.faq-section {
background: #f4f9ff;
padding-top: 75px;
padding-bottom: 75px;
}
.faq-section h4 {
color: #404d5f;
font-family: 'Lato', sans-serif;
font-weight: 900;
text-transform: uppercase;
font-size: 20px;
}
.faq-section .faq {
margin-top: 25px;
}
.faq .card {
border-radius: 0;
border: none;
margin-bottom: 10px;
}
.faq .card-header {
background: #f47321;
border-radius: 0;
border: none;
position: relative;
padding-right: 60px;
}
.faq h2 {
font-size: 18px;
color: #fff;
}
.faq .card-header .btn {
color: #fff;
position: absolute;
right: 0;
top: 0;
background: #a3a3a3;
border-radius: 0;
bottom: 0;
width: 50px;
}
.faq .card-header .btn:after {
content: '\f068';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}
.faq .card-header .btn.collapsed:after {
content: '\f067';
}
.faq h5 {
color: #404d5f;
font-family: 'Lato', sans-serif;
font-weight: 900;
text-transform: uppercase;
}
.faq.training-faq h2 {
font-size: 18px;
color: #fff;
font-weight: 400;
text-transform: capitalize;
}
.about-teaching {
background: #f4f9ff;
padding-top: 50px;
padding-bottom: 50px;
}
.about-teaching .header {
}
.about-teaching .header h4 {
color: #404d5f;
font-family: 'Lato', sans-serif;
font-size: 22px;
margin-bottom: 0;
text-transform: uppercase;
}
.about-teaching .header h2 {
color: #404d5f;
font-family: 'Lato', sans-serif;
font-weight: 900;
text-transform: uppercase;
font-size: 34px;
}
.about-teaching p {
color: #657188;
}
.courses-list {
background: #004c2e;
padding: 20px;
}
.courses-list h4 {
color: #fff;
font-family: 'Lato', sans-serif;
font-weight: 700;
text-transform: uppercase;
font-size: 22px;
margin-bottom: 20px;
padding-bottom: 5px;
letter-spacing: 4px;
border-bottom: 1px solid #fff;
}
.courses-list ul {
list-style: none;
padding-left: 0;
}
.courses-list ul li {
font-family: 'Lato', sans-serif;
font-weight: 700;
color: #fff;
position: relative;
padding-left: 25px;
margin-bottom: 10px;
text-transform: uppercase;
font-size: 15px;
}
.courses-list ul li:before {
content: '\f061';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
position: absolute;
left: 0;
}
.courses-list ul li a {
color: #fff;
}
.courses-list ul li a:hover {
color: #f47321;
}
.courses-list ul ul {
margin-top: 15px;
}
.booking-modal .wpcf7-form-control-wrap {
margin-bottom: 15px;
display: block;
}
.booking-modal span.wpcf7-list-item.first {
margin-left: 0;
}
.booking-modal .btn:hover {
background: transparent;
}
.know-section {
background: #fff;
padding-top: 50px;
padding-bottom: 50px;
}
.know-section .header {
margin-bottom: 50px;
}
.know-section .header h2 {
text-align: center;
color: #282828;
font-size: 30px;
position: relative;
padding-bottom: 10px;
margin-bottom: 20px;
}
.know-section .header h2:before {
content: '';
position: absolute;
bottom: 0;
height: 1px;
width: 80px;
left: 50%;
margin-left: -40px;
background: #000;
display: block;
}
.know-section .header h2:after {
content: '';
position: absolute;
bottom: -7px;
height: 1px;
width: 30px;
left: 50%;
margin-left: -15px;
background: #000;
display: block;
}
.know-section .header p {
color: #c2c2c2;
text-align: center;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.know-section .box {
border: 1px solid #ebebeb;
padding: 20px 15px 40px 15px;
height: 100%;
position: relative;
background: rgba(0, 0, 0, 0.03);       }
.know-section .box h5 {
color: #282828;
font-size: 26px;
margin-bottom: 15px;
}
.know-section .box h5 a {
color: #282828;
}
.know-section .box h5 a:hover {
color: #f47321;
}
.know-section .box p {
color: #c2c2c2;
font-size: 16px;
margin-bottom: 0px;
}
.know-section .box img {
margin-top: 20px;
padding-right: 20px;
}
.know-section .box:hover {
background: #f68136;
}
.know-section .box:hover p,
.know-section .box:hover h5 {
color: #fff;
}
.know-section .box:hover img {
-webkit-filter: brightness(100);
-moz-filter: brightness(100);
-ms-filter: brightness(100);
-o-filter: brightness(100);
filter: brightness(100);
}
.know-section .box .btn {
background: #ffffff;
border-color: #fff;
font-size: 14px;
line-height: 22px;
text-transform: uppercase;
border-radius: 0;
position: absolute;
left: 50%;
bottom: -16px;
min-width: 200px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
}
.know-section .box .btn:hover {
background: #f68136;
border-color: #f68136;
color: #fff;
}
.cta-section2 {
background: #f47321;
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
}
.cta-section2 h4 {
font-family: 'Lato', sans-serif;
font-weight: 400;
color: #fff;
font-size: 18px;
text-transform: uppercase;
}
.cta-section2 h2 {
font-family: 'Lato', sans-serif;
font-weight: 900;
color: #fff;
font-size: 44px;
text-transform: uppercase;
}
.cta-section2 p {
font-family: 'Lato', sans-serif;
font-weight: 400;
color: #fff;
font-style: italic;
max-width: 800px;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
}
.theme-number {
list-style: none;
counter-reset: my-counter;
}
.theme-number li {
counter-increment: my-counter;
position: relative;
padding-left: 20px;
margin-bottom: 5px;
color: #657188;
}
.theme-number li:before {
content: counter(my-counter) '.';
color: #f47321;
position: absolute;
left: 0;
top: 0;
}
.theme-quote {
border-left: 12px solid #004c2e;
padding-left: 15px;
}
.info-section {
background: #fff;
padding-top: 50px;
padding-bottom: 50px;
}
.info-section .info-list {
margin-left: 55px;
}
.info-section h2 {
color: #404d5f;
font-family: 'Lato', sans-serif;
font-weight: 900;
text-transform: uppercase;
margin-bottom: 35px;
}
.info-section p {
color: #657188;
}
.teaching-content {
background: #fff;
padding-top: 50px;
padding-bottom: 50px;
}
.teaching-content h2 {
color: #f47321;
font-family: 'Lato', sans-serif;
font-weight: 900;
text-transform: uppercase;
margin-bottom: 35px;
font-size: 30px;
}
.teaching-content img {
margin-bottom: 20px;
}
.teaching-content h3 {
color: #404d5f;
font-family: 'Lato', sans-serif;
font-weight: 900;
text-transform: uppercase;
font-size: 24px;
position: relative;
padding-bottom: 15px;
margin-bottom: 20px;
}
.teaching-content h3:after {
position: absolute;
content: '';
left: 0;
bottom: 0;
background: #404d5f;
width: 80px;
height: 1px;
display: block;
}
.teaching-content h4 {
color: #404d5f;
font-family: 'Lato', sans-serif;
font-weight: 900;
text-transform: uppercase;
font-size: 20px;
position: relative;
margin-bottom: 10px;
margin-top: 10px;
}
.teaching-content h4.green {
color: #004c2e;
}
.teaching-content h4.theme {
color: #f47321;
}
.teaching-content .btn-green {
margin-top: 20px;
margin-bottom: 20px;
border-color: #0186d5;
background-color: #0186d5;
}
.teaching-content .btn-green:hover {
color: #0186d5;
}
.teaching-content p.info {
color: #dee0e2;
}
.teaching-content video{
width: 100%;
}
.teaching-content h6{
color: #404d5f;
font-family: 'Lato', sans-serif;
font-weight: 900;
}
.off-site-training .right {
float: right;
margin-left: 15px;
margin-bottom: 15px;
max-width: 300px;
}
.off-site-training .actions p span a,
.off-site-training .actions p span {
color: #004c2e;
font-style: italic;
}
.director-list {
margin-bottom: 20px;
}
.director-list .director {
margin-bottom: 15px;
}
.director-list h5 {
color: #404d5f;
font-family: 'Lato', sans-serif;
font-weight: 900;
text-transform: uppercase;
font-size: 16px;
}
.director-list h6 {
color: #0186d5;
font-family: 'Lato', sans-serif;
font-weight: 400;
font-style: italic;
font-size: 16px;
}
.director-list p {
color: #657188;
font-size: 15px;
}
.director-list .btn-group {
margin-bottom: 20px;
}
.director-list .btn-group .btn {
background: #fff;
border-color: #d0d5e0;
border-radius: 0;
color: #828fa8;
padding: 5px 10px;
}
.director-list .btn-group .btn:hover {
background: #45baff;
border-color: #45baff;
color: #fff;
}
.info-list {
list-style: none;
padding-left: 0;
}
.info-list li {
color: #404d5f;
position: relative;
padding-left: 25px;
margin-bottom: 10px;
font-size: 15px;
}
.info-list li:before {
color: #004c2e;
content: '\f061';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
position: absolute;
left: 0;
}
.info-list li a {
color: #404d5f;
}
.info-list li a:hover {
color: #f47321;
}
.sidebar {
background: #f4f9ff;
padding-top: 80px;
position: relative;
}
.sidebar-inner {
position: relative;
z-index: 5;
}
.sidebar::before {
content: '';
background: #f4f9ff;
position: absolute;
left: 0;
height: 100%;
display: block;
width: 1000%;
top: 0;
z-index: 1;
bottom: 0;
}
.sidebar .info-list {
margin-bottom: 30px;
}
.sidebar .schedule {
background-color: #004c2e;
background-image: url(//gordoncenter.miami.edu/wp-content/themes/gordon/assets/images/back-icon.png);
background-repeat: no-repeat;
background-position: top right;
padding: 60px 25px 50px 25px;
margin-bottom: 30px;
}
.sidebar .schedule h4 {
color: #fff;
font-family: 'Lato', sans-serif;
font-weight: 700;
text-transform: uppercase;
font-size: 22px;
margin-bottom: 20px;
}
.sidebar .schedule p {
color: #cfd9fe;
}
.sidebar .schedule a {
text-transform: uppercase;
font-size: 16px;
color: #fff;
padding-bottom: 5px;
border-bottom: 1px solid #fff;
}
.sidebar .schedule a:hover {
color: #f47321;
border-color: #f47321;
}
.sidebar .direction {
padding: 5px;
margin-bottom: 30px;
}
.sidebar .direction h4 {
color: #a1a6ad;
font-family: 'Lato', sans-serif;
font-weight: 700;
text-transform: uppercase;
font-size: 22px;
margin-bottom: 20px;
}
.sidebar .direction p {
color: #a1a6ad;
font-family: 'Lato', sans-serif;
font-size: 18px;
font-weight: 400;
margin-bottom: 30px;
}
.sidebar .direction .map-dir {
background: #f4f4f4;
display: inline-block;
padding: 15px 10px;
-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.sidebar .direction .map-dir ul {
padding-left: 20px;
margin-bottom: 0;
}
.sidebar .direction .map-dir li {
color: #000;
}
.sidebar .parking {
}
.sidebar .parking header {
margin-left: -15px;
margin-right: -15px;
margin-bottom: 25px;
}
.sidebar .parking h4 {
color: #004c2e;
font-family: 'Lato', sans-serif;
font-weight: 700;
font-size: 20px;
margin-bottom: 20px;
}
.sidebar .parking p {
font-family: 'Lato', sans-serif;
font-weight: 400;
font-size: 18px;
}
.sidebar .details {
margin-bottom: 25px;
}
.sidebar .details h4 {
color: #000;
font-weight: 600;
font-size: 17px;
}
.sidebar .details p {
font-size: 14px;
}
.sidebar .details li {
font-size: 14px;
}
.site-header .mega-menu-wrap {
width: 100% !important;
}
.features .box {
background-color: #bababa;
padding: 45px 20px;
margin-top: 20px;
margin-bottom: 20px;
}
.features .box-1 {
background-image: url(//gordoncenter.miami.edu/wp-content/themes/gordon/assets/images/features-01.png);
background-repeat: no-repeat;
background-position: right 20px;
background-color: #43b9f6;
}
.features .box-2 {
background-image: url(//gordoncenter.miami.edu/wp-content/themes/gordon/assets/images/features-02.png);
background-repeat: no-repeat;
background-position: right 20px;
background-color: #6686ff;
}
.features .box-3 {
background-image: url(//gordoncenter.miami.edu/wp-content/themes/gordon/assets/images/features-03.png);
background-repeat: no-repeat;
background-position: right 20px;
background-color: #9878ff;
}
.features .box-dark {
background: #404d5f;
}
.features .box-green {
background: #004c2e;
}
.features .box-orange {
background: #f47321;
}
.features .box-dark-gray {
background: #777777;
}
.features .box h4 {
font-family: 'Lato', sans-serif;
font-weight: 400;
font-size: 16px;
text-transform: uppercase;
color: #fff;
margin-bottom: 5px;
}
.features .box h3 {
font-family: 'Lato', sans-serif;
font-weight: 700;
font-size: 22px;
text-transform: uppercase;
color: #fff;
}
.features .box p {
font-size: 16px;
color: #fff;
}
.features .box a {
color: #fff;
text-transform: uppercase;
}
.features .box a:hover {
text-decoration: underline;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
font-weight: 600 !important;
position: relative;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:after {
content: '';
display: block;
position: absolute;
width: 1px;
height: 60%;
top: 23%;
right: -9px;
background: #f47321;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-child > a.mega-menu-link:after {
display: none;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
font-weight: 600 !important;
}
.navbar-main,
#mega-menu-wrap-menu-1,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
position: static;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
background: #fff;
padding: 15px 50px 0 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row + li.mega-menu-row {
padding-top: 0;
}
#mega-menu-wrap-menu-1 .mega-quick-link {
background: #f4f9ff !important;
padding: 15px 10px 10px !important;
}
#mega-menu-wrap-menu-1 .mega-quick-link h4.mega-block-title {
color: #bababa;
position: relative;
border-bottom: none !important;
}
#mega-menu-wrap-menu-1 .mega-quick-link h4.mega-block-title:after {
content: '';
position: absolute;
bottom: -5px;
height: 2px;
width: 70px;
background: #bababa;
left: 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title a {
color: #4a4a4a;
font-size: 15px;
font-weight: 600;
letter-spacing: 1px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title a:hover {
color: #005030;
}
.mega-quick-link .custom-html-widget ul {
list-style: none;
padding-left: 0;
}
.mega-quick-link .custom-html-widget li {
margin-bottom: 10px;
}
.mega-quick-link .custom-html-widget a {
color: #bababa;
text-transform: uppercase;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
padding-top: 5px;
padding-bottom: 5px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
letter-spacing: 1px;
font-weight: 600;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
font-weight: 600;
}
.mega-external-menu #menu-umedic {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}
.mega-external-menu .menu {
list-style: none;
padding: 0;
}
.mega-external-menu .menu > li > a {
color: #4a4a4a;
font-weight: 600;
padding: 3px 0;
letter-spacing: 1px;
}
.mega-external-menu .menu > li > a:hover {
color: #005030;
}
.mega-external-menu .sub-menu {
list-style: none;
padding-left: 15px;
}
.mega-external-menu .sub-menu > li > a {
color: #737373;
font-size: 13px;
font-weight: 600;
padding: 3px 0;
}
.mega-external-menu .sub-menu > li > a:hover {
color: #005030;
}
.mega-cta {
}
.mega-cta li.mega-menu-item {
padding: 0 !important;
}
.call-to-action {
background: #f47321;
padding: 30px;
}
.call-to-action h4 {
font-family: 'Raleway';
font-style: italic;
color: #fbfdfe;
font-size: 34px;
margin-bottom: 0;
text-transform: uppercase;
}
.call-to-action p {
font-family: 'Raleway';
color: #fbfdfe;
font-size: 14px;
margin-bottom: 0 !important;
text-transform: uppercase;
letter-spacing: 2px;
}
.call-to-action .action {
text-align: right;
margin-top: 10px;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
position: absolute;
top: 15px;
right: 40px;
}
.menu-quick-link-container ul {
list-style: none;
padding-left: 0;
}
.menu-quick-link-container ul li a {
color: #bababa;
font-size: 14px;
letter-spacing: 1px;
padding: 5px 0;
}
.menu-quick-link-container ul li a:hover {
color: #005030;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
padding-left: 15px;
padding-right: 15px
}
#mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-menu-toggle:focus,
#mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block:focus,
#mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block a:focus,
#mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block .mega-search input[type="text"]:focus,
#mega-menu-wrap-menu-1.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus,
#mega-menu-wrap-menu-1.mega-keyboard-navigation #mega-menu-menu-1 a:focus,
#mega-menu-wrap-menu-1.mega-keyboard-navigation #mega-menu-menu-1 input:focus,
#mega-menu-wrap-menu-1.mega-keyboard-navigation #mega-menu-menu-1 li.mega-menu-item a.mega-menu-link:focus {
outline-color: transparent !important;
}
.learn-section {
padding-top: 40px;
padding-bottom: 40px;
background-color: #e4e4e4;
}
.learn-section .box {
text-align: center;
padding: 10px 20px;
}
.learn-section .box h4 {
color: #005030;
font-family: 'Lato', sans-serif;
font-weight: 900;
font-size: 20px;
text-transform: uppercase;
}
.learn-section .box p {
}
.classes-section {
padding-top: 40px;
padding-bottom: 40px;
}
.classes-section h2 {
text-align: center;
color: #f47321;
font-family: 'Lato', sans-serif;
font-weight: 900;
font-size: 30px;
margin-bottom: 30px;
text-transform: uppercase;
}
.class-wrapper {
margin: 15px 0;
}
.class-wrapper .class-meta {
background: #f1f1f1;
padding: 5px 10px;
font-size: 14px;
}
.class-wrapper .class-body {
padding: 10px 10px;
border: 1px solid #f1f1f1;
}
.class-wrapper .class-body h5 {
font-size: 16px;
color: #666;
}
.class-wrapper .class-body p {
font-size: 14px;
}
.class-wrapper .class-info {
}
.class-wrapper .class-info .info {
font-weight: 600;
font-size: 14px;
color: #666;
}
.class-wrapper .class-action {
border-top: 1px solid #f1f1f1;
padding-top: 10px;
margin-top: 10px;
}
.class-wrapper .class-action .btn {
font-size: 11px;
text-transform: capitalize;
font-weight: 400;
padding: 5px;
}
.con-loc .left-side {
text-align: right;
}
.con-loc .right-side {
text-align: left;
}
.con-loc .right-side p,
.con-loc .left-side p {
margin-bottom: 5px;
}
.con-loc .right-side p.content,
.con-loc .left-side p.content {
color: #f47321;
font-weight: 600;
margin-bottom: 10px;
}
.con-loc .description {
text-align: left;
padding-top: 20px;
}
.con-loc p{
font-size: 14px;
}
.con-loc h6 {
color: #f47321;
font-weight: 600;
margin-top: 20px;
}
.con-loc .con-map {
margin-top: 20px;
}
.rome-list {
text-align: center;
}
.rome-list img {
}
.rome-list h4 {
}
.rome-list h4 a {
}
.menu-overlay {
transition: all .3s ease;
background-color: rgba(0, 0, 0, .8);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
visibility: hidden;
}
.menu-overlay.active {
opacity: 1;
z-index: 100;
visibility: visible;
}
.courses-details {
padding-top: 50px;
padding-bottom: 50px;
}
.courses-details .courses-info {
}
.courses-details .courses-info p {
font-size: 18px;
}
.courses-details .courses-info h4 {
color: #f47321;
font-family: 'Lato', sans-serif;
font-weight: 900;
text-transform: uppercase;
margin-bottom: 15px;
font-size: 20px;
}
.courses-details .courses-info ul {
}
.courses-details .courses-info ul li {
font-size: 18px;
margin-bottom: 5px;
}
.courses-details .courses-info .help-text {
font-size: 16px;
color: #aaa;
}
.courses-lists {
padding-top: 50px;
padding-bottom: 50px;
}
.courses-lists .header {
text-align: center;
margin-bottom: 40px;
}
.courses-lists .header h2 {
color: #333333;
font-size: 30px;
text-transform: uppercase;
}
.courses-lists .header p {
color: #333333;
font-size: 16px;
}
.contact-us {
padding-top: 50px;
padding-bottom: 50px;
}
.contact-info p {
margin-bottom: 0px;
font-size: 14px;
padding-top: 0;
padding-bottom: 0;
}
.contact-info p a{ }
.contact-info .form-group{
margin-bottom: 5px;
}
.contact-info label {
color: #005030;
font-weight: 600;
margin-bottom: 0;
font-size: 14px;
padding: 0;
}
.contact-us h4{
color: #f47321;
font-family: 'Lato', sans-serif;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 15px;
margin-top: 15px;
font-size: 20px;
}
.contact-us .address{
}
.contact-us .address p{
color: #212529;
font-size: 14px;
}
.contact-us .address p strong{
color: #000;
}
.contact-us .map{
margin-top: 15px;
}
.contact-us .link-list{
margin-top: 10px;
text-align: center;
margin-bottom: 20px;
}
.contact-us .link-list a{
font-size: 15px;
color: #005030;
}
.contact-us .link-list a:hover{
color: #f47321;
}
.contact-us .direction{
margin: 20px 0 30px 0;
}
.contact-us .direction p{
color: #005030;
margin-bottom: 0;
font-size: 15px;
}
.contact-us .info{
margin: 40px 0 30px 0;
}
.contact-us .info h6{
color: #005030;
}
.contact-us .info li,
.contact-us .info p{
color: #000;
font-size: 15px;
}
.content-section{
padding-top: 50px;
padding-bottom: 50px;
}
.table-asls th,
.table-asls td{
border-top: none;
}
.table-asls thead th{
border-bottom: none;
font-size: 12px;
}
.table-asls td{
font-size: 14px;
}
.table-asls td a{
color: #214156;
}
.table-asls td a:hover{
color: #f47321;
}  @media (max-width: 1550px) {
.navbar-light .navbar-nav .nav-link {
font-size: 14px;
}
}
@media (max-width: 1500px) {
.navbar-light .navbar-brand {
max-width: 430px;
padding-left: 10px;
}
.case-study-content h2 {
font-size: 42px;
line-height: 48px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
font-size: 14px;
}
}
@media (max-width: 1400px) {
.navbar-light .navbar-nav .nav-link {
font-size: 13px;
}
.navbar-light .navbar-brand {
max-width: 400px;
} .event-section .event-wrap {
padding-left: 10%;
padding-right: 10%;
}
.footer-widget .widget-title {
font-size: 20px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
letter-spacing: 1px;
}
}
@media (max-width: 1300px) {
.navbar-light .navbar-nav .nav-link {
font-size: 13px;
}
.navbar-light .navbar-brand {
max-width: 320px;
}
.case-study-content {
padding: 0px 5% 30px 5%;
}
.about-section .content-side {
padding-right: 10%;
}
.service-section .content-side .event-section {
padding-left: 10%;
}   #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
font-size: 13px;
}
}
@media (max-width: 1200px) {
.navbar-light .navbar-nav .nav-link {
padding-left: 0;
padding-right: 0;
}
.navbar-light .navbar-brand {
max-width: 275px;
}
.case-study-content h2 {
font-size: 36px;
line-height: 42px;
}
.counter-box img {
width: 55px;
}
.counter-box h5 {
font-size: 34px;
line-height: 34px;
}
.footer-top .call h3 a {
font-size: 30px;
line-height: 30px;
}
.service-section h2,
.event-section h2,
.about-section h2 {
font-size: 34px;
line-height: 34px;
}
.class-wrapper .class-action .col,
.class-wrapper .class-action .col-auto {
width: 100%;
margin-bottom: 5px;
}
.class-wrapper .class-action .btn {
width: 100%;
}
}
@media (max-width: 1100px) {
.navbar-light .navbar-text .nav-link {
max-width: 50px;
padding-right: 0px;
}
.search-bar {
padding-top: 15px;
right: 10px;
}
.features-section .feature-box h2 {
font-size: 38px;
line-height: 42px;
}
.case-study-content h2 {
font-size: 34px;
line-height: 38px;
margin-bottom: 30px;
}
.event-section .header h2 {
font-size: 28px;
}
.event-section .event-list h5 {
font-size: 16px;
line-height: 24px;
}
.footer-top .call span {
font-size: 16px;
}
.footer-top .call h3 a {
font-size: 26px;
}
.footer-menu ul li a {
font-size: 16px;
line-height: 28px;
}
.site-footer .g-map h5 a {
font-size: 16px;
margin-top: 0px;
}
.site-footer .g-map img {
max-width: 36px;
margin-right: 10px;
}
.about-widget {
padding-right: 0;
}
.service-section h2,
.about-section h2 {
font-size: 30px;
line-height: 30px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
width: 100%;
left: 0;
top: 80px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
font-size: 14px;
letter-spacing: 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
padding-top: 5px;
padding-bottom: 5px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
padding: 20px 20px;
}
.call-to-action h4 {
font-size: 26px;
text-align: center;
margin-bottom: 20px;
}
.call-to-action .action {
text-align: center;
}
.menu-quick-link-container ul li a,
.mega-quick-link .custom-html-widget a,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
font-size: 14px;
}
.mega-quick-link .custom-html-widget li {
margin-bottom: 0px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
padding-left: 0;
padding-right: 0;
}
.mega-external-menu #menu-umedic {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}
.menu-overlay.active {
opacity: 0;
z-index: -1;
visibility: hidden;
}
.navbar-light .navbar-text a {
padding-left: 15px;
}
}
@media (max-width: 1024px) {
}
@media (max-width: 991px) {
.site-header {
padding-bottom: 0;
padding-top: 0;
}
.case-study-left {
padding-right: 0;
text-align: center;
}
.case-study-left .actions {
top: 100%;
right: 50%;
-moz-transform: translate(50%, -50%);
-webkit-transform: translate(50%, -50%);
-ms-transform: translate(50%, -50%);
-o-transform: translate(50%, -50%);
transform: translate(50%, -50%);
}   .video-container {
top: 50%;
padding-left: 10px;
padding-right: 10px;
}
.features-section .feature-box .box-inner {
text-align: center;
}
.features-section .feature-box h2 {
font-size: 36px;
}
.features-section .feature-box h2:after {
left: 50%;
margin-left: -50px;
}
.case-study-content {
}
.case-study-content h2 {
font-size: 30px;
line-height: 34px;
padding-top:10px;
}
.case-study-content .actions {
text-align: center;
}
.media-section .card-columns {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
.instagram-wrap .header {
text-align: center;
padding: 0;
margin-top: 30px;
}
.about-widget {
max-width: 300px;
margin-left: auto;
margin-right: auto;
padding-bottom: 15px;
}
.counter-section {
padding-top: 20px;
padding-bottom: 20px;
}
.counter-box {
padding-top: 30px;
padding-bottom: 30px;
}
.counter-box h5 {
font-size: 30px;
line-height: 30px;
}
.quickinfo-section {
padding-top: 30px;
padding-bottom: 30px;
}
.quickinfo-section .quick-box {
padding: 20px 0;
}
.media-section {
padding-top: 50px;
}
.media-section .header {
padding-bottom: 30px;
}
.media-section .header h2 {
font-size: 36px;
}
.media-section .header p {
font-size: 22px;
}
.media-section .card {
margin-bottom: 20px;
}
.media-section .card .card-title a {
font-size: 20px;
}
.media-section .card p {
font-size: 16px;
}
.event-section {
padding: 50px 0;
}
.footer-top .call h3 a {
font-size: 24px;
}
.footer-top .call span {
font-size: 14px;
margin-bottom: 0px;
}
.footer-widget .widget-title {
font-size: 18px;
}
.footer-link ul li a {
font-size: 16px;
}
.sub-banner h2 {
font-size: 48px;
line-height: 50px;
}
.text-sub-banner h2 {
font-size: 30px;
line-height: 30px;
}
.service-section .content-side,
.about-section .content-side .mission-section,.event-section, .faq-section, .vision-section{
text-align: center;
padding-left: 30px;
padding-right: 30px;
}
.cta-section h3 {
font-size: 22px;
}
.team-section .header h2 {
font-size: 28px;
margin-bottom: 10px;
}   .navbar-light .navbar-nav .nav-link {
text-align: center;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .current-menu-item .nav-link {
border-bottom-color: transparent;
}
.navbar-light .navbar-text {
display: block;
}
.navbar-light .navbar-text .nav-link {
margin-left: auto;
margin-right: auto;
}
.harvey-system h4 {
font-size: 18px;
}
.harvey-system h2 {
font-size: 28px;
}
.harvey-system p {
font-size: 18px;
}
.curriculum-section h2 {
font-size: 28px;
}
.curriculum-section p {
font-size: 16px;
}
.theme-list li {
font-size: 15px;
}
.world-section h2,
.learning-section h2,
.instructional-section h2,
.webinar-section .header h2,
.get-harvey h2 {
font-size: 28px;
}
.tab-list .tab-box h4 {
font-size: 18px;
}
.tab-list .tab-box p {
margin-bottom: 10px;
}
.tab-list .tab-box .btn-theme {
margin-bottom: 15px;
}
.instructional-section .nav .header {
font-size: 16px;
}
.instructional-section .nav .content {
font-size: 14px;
}
.about-research h4 {
font-size: 18px;
}
.fellowship-section h2,
.about-research h2 {
font-size: 28px;
}
.about-box-section .box h4 {
font-size: 14px;
}
.about-box-section .box h3 {
font-size: 16px;
}
.faq-section h4 {
font-size: 18px;
}
.faq h2 {
font-size: 16px;
}
.faq h5 {
font-size: 16px;
}
.faq p {
font-size: 14px;
}
.cta-section2 h4,
.about-teaching .header h4 {
font-size: 18px;
}
.teaching-content h2,
.info-section h2,
.cta-section2 h2,
.know-section .header h2,
.about-teaching .header h2 {
font-size: 28px;
}
.know-section .box {
padding: 15px 10px;
}
.know-section .box h5 {
font-size: 18px;
margin-bottom: 10px;
}
.know-section .box img {
padding-right: 10px;
width: 65px;
}
.know-section .box p {
font-size: 14px;
}
.about-teaching {
text-align: center;
}
.courses-list ul li {
text-align: left;
}
.teaching-content h3 {
font-size: 22px;
}
.learn-section .box h4,
.sidebar .parking h4,
.teaching-content h4,
.sidebar .schedule h4 {
font-size: 18px;
}
.sidebar .direction h4 {
font-size: 20px;
}
.sidebar .parking p,
.sidebar .direction p {
font-size: 16px;
}
.classes-section h2 {
font-size: 28px;
}
.learn-section .box {
padding-left: 0;
padding-right: 0;
}
.off-site-training .right {
float: none;
display: block;
margin: 15px auto;
}
.main-banner .item-captions .caption-inner {
padding: 0 200px 0 60px;
}
.main-banner .item-captions h1 {
font-size: 40px;
}
}
@media (max-width: 767px) {
.btn-theme {
font-size: 14px;
}
.site-header {
border-bottom-width: 10px;
}
.navbar-light .navbar-brand {
padding-left: 0;
max-width: 250px;
}
.features-section .feature-box .box-inner {
padding: 10%;
}
.features-section .feature-box h2 {
font-size: 30px;
}
.case-study-content h2 {
font-size: 26px;
}
.video-container {
top: 30%;
}
.quick-box .media,
.counter-box .media {
display: block;
text-align: center;
}
.quick-box .media-body,
.counter-box .media-body {
padding-left: 0;
padding-top: 10px;
display: block;
}
.quick-box {
text-align: center;
}
.counter-box h5 {
font-size: 26px;
line-height: 26px;
}
.quickinfo-section .quick-box h5 {
font-size: 18px;
}
.media-section .header h2 {
font-size: 30px;
}
.media-section .header p {
font-size: 18px;
}
.media-section .card-columns {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}
.media-section .card .card-title a {
font-size: 18px;
text-align: center;
display: inline-block;
}
.media-section .card .meta-info span {
font-size: 16px;
}
.event-section .header h2 {
font-size: 22px;
}
.instagram-wrap,
.event-section .event-wrap {
padding-left: 0;
padding-right: 0;
}
.event-section .event-list li {
padding: 10px;
}
.footer-top .call {
text-align: center;
margin-bottom: 20px;
}
.site-footer .g-map {
margin-left: auto;
margin-right: auto;
}
.footer-widget {
text-align: center;
}
.footer-bottom {
margin-top: 20px;
}
.footer-link {
text-align: center;
margin-bottom: 10px;
}
.footer-bottom .social-link {
text-align: center;
}
.sub-banner {
padding-top: 75px;
padding-bottom: 75px;
}
.sub-banner h2 {
font-size: 32px;
line-height: 34px;
}
.text-sub-banner {
padding-top: 40px;
padding-bottom: 40px;
}
.text-sub-banner h2 {
font-size: 26px;
line-height: 26px;
}
.service-section .content-side,
.about-section .content-side, .faq-section, .vision-section {
padding-left: 15px;
padding-right: 15px;
}
.service-section h2,
.about-section h2, .news-section h2, .events-section h2, .faq-section-about, .vision-section {
font-size: 22px;
line-height: 26px;
}
.about-section h4 {
font-size: 18px;
line-height: 20px;
}
.cta-section h3 {
font-size: 18px;
text-align: center;
}
.cta-section p {
text-align: center;
margin-bottom: 20px;
}
.team-section .header h2 {
font-size: 22px;
}
.team-box {
text-align: center;
}
.team-box img {
width: 100%;
}
.team-box .team-title h2 {
font-size: 18px;
}
.team-box .team-title span {
font-size: 16px;
}
.team-section .read-more .btn {
font-size: 16px;
}
.harvey-system {
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
}
.harvey-system h4 {
font-size: 16px;
}
.curriculum-section h2,
.harvey-system h2 {
font-size: 24px;
}
.harvey-system p {
font-size: 16px;
}
.harvey-system .drop-icon {
margin-top: 10px;
}
.harvey-system .right-side img {
position: relative;
margin-top: 20px;
}
.harvey-system .drop-icon {
text-align: left;
}
.curriculum-section {
text-align: center;
}
.curriculum-section .theme-list {
text-align: left;
}
.cta-section2 h4,
.about-teaching .header h4,
.webinar-section .header h4,
.get-harvey h4 {
font-size: 16px;
}
.classes-section h2,
.teaching-content h2,
.info-section h2,
.cta-section2 h2,
.know-section .header h2,
.about-teaching .header h2,
.world-section h2,
.learning-section h2,
.instructional-section h2,
.webinar-section .header h2,
.get-harvey h2 {
font-size: 24px;
}
.webinar-section {
text-align: center;
}
.tab-list .tab-box h4 {
margin-top: 15px;
font-size: 16px;
}
.instructional-section {
text-align: center;
}
.instructional-section h2 {
margin-bottom: 20px;
}
.instructional-section .nav .header {
font-size: 14px;
}
.learning-section .learn-box {
margin-bottom: 10px;
}
.world-section {
text-align: center;
}
.about-research h4 {
font-size: 16px;
text-align: center;
margin-top: 15px;
}
.fellowship-section h2, .about-research h2 {
font-size: 24px;
text-align: center;
}
.about-box-section {
padding-top: 50px;
padding-bottom: 50px;
}
.about-box-section .box {
margin-bottom: 50px;
height: inherit;
text-align: center;
}
.faq-section h4,
.fellowship-section p {
text-align: center;
}
.know-section .box {
height: auto;
margin-bottom: 20px;
}
.know-section .box img {
margin-top: 10px;
}
.info-section {
text-align: center;
}
.info-section h2 {
margin-top: 20px;
}
.theme-quote,
.theme-number {
text-align: left;
}
.teaching-content {
text-align: center;
}
.teaching-content h3 {
font-size: 20px;
}
.teaching-content h3:after {
left: 50%;
margin-left: -40px;
}
.sidebar .parking h4,
.teaching-content h4,
.sidebar .schedule h4 {
font-size: 16px;
}
.sidebar .parking,
.sidebar .direction,
.sidebar .schedule {
text-align: center;
}
.sidebar .direction h4 {
font-size: 18px;
}
.sidebar .direction .map-dir li {
text-align: left;
}
.search-bar .search-box {
padding-left: 10px;
padding-right: 10px;
}
.con-loc .left-side {
text-align: left;
}
.text-sub-banner h5 {
font-size: 14px;
}
.courses-details .courses-info {
margin-top: 15px;
}
.courses-lists .header h2 {
font-size: 22px;
}
.main-banner img {
width: auto;
max-width: auto;
min-height: 350px;
object-fit: cover;
}
.main-banner .item-captions {
width: 100%;
background: rgba(156, 156, 156, 0.5);
}
.main-banner .item-captions .caption-inner {
padding: 0 20px 0 40px;
}
.main-banner .item-captions h1 {
font-size: 30px;
}
}
@media (max-width: 575px) {
}
@media (max-width: 359px) {
.navbar-light .navbar-brand {
max-width: 215px;
}
}
@media screen and (max-width: 375px) {
header .q_logo img.mobile {
height: 50% !important;
}
} .tribe-events-title-bar {
margin-top: 20px;
}
h1.tribe-events-page-title {
font-family: 'Montserrat', sans-serif;
font-size: 42px;
font-weight: 700;
color: #f47321;
text-transform: uppercase;
}
@media only screen and (min-width: 1151px)
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12 {width: 10%;}.sitemaplink-section .sitemap_links { border-bottom: solid 1px #d8d8d8; margin-bottom: 30px; }
.sitemaplink-section .sitemap_links:last-child { margin-bottom: 0; border-bottom: none; }
#menu-sitemap-links,
#menu-sitemap-links-other-pages { margin: 0; padding: 0; list-style: none; -webkit-columns: 3 auto; columns: 3 auto;  margin: 10px 0 0; padding-bottom: 25px;}
#menu-sitemap-links li a,
#menu-sitemap-links-other-pages li a { padding: 0 0 0 15px; margin-bottom: 12px; text-transform: uppercase; position: relative; color: #f68136; font-weight: bold; }
#menu-sitemap-links li a:before,
#menu-sitemap-links-other-pages li a:before { content: '\f0da'; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; left: 0px; top: -1px; }
#menu-sitemap-links li .sub-menu,
#menu-sitemap-links-other-pages li .sub-menu { list-style: none; }
#menu-sitemap-links li .sub-menu li a,
#menu-sitemap-links-other-pages li .sub-menu li a { font-weight: bold; color: #3b3b3b; text-transform: inherit; }
#menu-sitemap-links li .sub-menu li .sub-menu li a,
#menu-sitemap-links-other-pages li .sub-menu li .sub-menu li a { text-transform: inherit; color: #3b3b3b; font-weight: normal; }
#menu-sitemap-links-other-pages li .sub-menu li a:hover,
#menu-sitemap-links li .sub-menu li .sub-menu li a:hover,
#menu-sitemap-links-other-pages li .sub-menu li .sub-menu li a:hover,
#menu-sitemap-links li .sub-menu li a:hover,
#menu-sitemap-links-other-pages li .sub-menu li a:hover,
#menu-sitemap-links li a:hover,
#menu-sitemap-links-other-pages li a:hover { opacity: 0.7; }
@media (max-width: 991px) {
#menu-sitemap-links,
#menu-sitemap-links-other-pages { -webkit-columns: 2 auto; columns: 2 auto;}
}
.features-section {padding-bottom:10px;}
@media (max-width: 640px) {
#menu-sitemap-links,
#menu-sitemap-links-other-pages { -webkit-columns: 1 auto; columns: 1 auto;}
}
.counter
{
background-color: #eaecf0;
text-align: center;
}
.employees,.customer,.design,.order
{
margin-top: 70px;
margin-bottom: 70px;
}
.counter-count
{
font-size: 25px;
background-color: #00b3e7;
border-radius: 50%;
position: relative;
color: #ffffff;
text-align: center;
line-height: 92px;
width: 92px;
height: 92px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
display: inline-block;
}
.employee-p,.customer-p,.order-p,.design-p
{
font-size: 30px;
color: #000000;
line-height: 34px;
}
.cards-wrapper {
display: flex;
justify-content: center;
}
.card img {
max-width: 100%;
max-height: 100%;
}
.card {
margin: 0 0.5em;
box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
border: none;
border-radius: 0;
}
.card-body {}
.carousel-inner {
padding: 1em;
}
.carousel-control-prev,
.carousel-control-next {
background-color: #e1e1e1;
width: 5vh;
height: 5vh;
border-radius: 50%;
top: 50%;
transform: translateY(-50%);
}
@media (min-width: 768px) {
.card img {
height: 11em;
}
}
.mission-section ul{
color: #8c8c8c;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 24px;
}
.mission-section h2 , .news-section h2{
font-size: 22px;
line-height: 26px;
padding-top:20px;
}
.mission-section h4 {
font-size: 18px;
line-height: 20px;
}
.mission-section h2, .news-section h2 {
color: #d0d0d0;
font-family: 'Montserrat', sans-serif;
font-size: 38px;
font-weight: 700;
line-height: 38px;
margin-bottom: 15px;
text-transform: uppercase;} .card-margin {
margin-bottom: 1.875rem;
margin-right: 2 rem;
}
.card {
border: 0;
box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
-webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
-moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
-ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}
.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #ffffff;
background-clip: border-box;
border: 1px solid #e6e4e9;
border-radius: 8px;
}
.card .card-header.no-border {
border: 0;
}
.card .card-header {
background: none;
padding: 0 0.9375rem;
font-weight: 500;
display: flex;
align-items: center;
min-height: 50px;
}
.card-header:first-child {
border-radius: calc(8px - 1px) calc(8px - 1px) 0 0;
}
.widget-49 .widget-49-title-wrapper {
display: flex;
align-items: center;
}
.widget-49 .widget-49-title-wrapper .widget-49-date-primary {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background-color: #edf1fc;
width: 4rem;
height: 4rem;
border-radius: 50%;
}
.widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-day {
color: #4e73e5;
font-weight: 500;
font-size: 1.5rem;
line-height: 1;
}
.widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-month {
color: #4e73e5;
line-height: 1;
font-size: 1rem;
text-transform: uppercase;
}
.widget-49 .widget-49-title-wrapper .widget-49-date-secondary {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background-color: #fcfcfd;
width: 4rem;
height: 4rem;
border-radius: 50%;
}
.widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-day {
color: #dde1e9;
font-weight: 500;
font-size: 1.5rem;
line-height: 1;
}
.widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-month {
color: #dde1e9;
line-height: 1;
font-size: 1rem;
text-transform: uppercase;
}
.widget-49 .widget-49-title-wrapper .widget-49-date-success {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background-color: #e8faf8;
width: 4rem;
height: 4rem;
border-radius: 50%;
}
.widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-day {
color: #17d1bd;
font-weight: 500;
font-size: 1.5rem;
line-height: 1;
}
.widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-month {
color: #17d1bd;
line-height: 1;
font-size: 1rem;
text-transform: uppercase;
}
.widget-49 .widget-49-title-wrapper .widget-49-date-info {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background-color: #ebf7ff;
width: 4rem;
height: 4rem;
border-radius: 50%;
}
.widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-day {
color: #36afff;
font-weight: 500;
font-size: 1.5rem;
line-height: 1;
}
.widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-month {
color: #36afff;
line-height: 1;
font-size: 1rem;
text-transform: uppercase;
}
.widget-49 .widget-49-title-wrapper .widget-49-date-warning {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background-color: floralwhite;
width: 4rem;
height: 4rem;
border-radius: 50%;
}
.widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-day {
color: #FFC868;
font-weight: 500;
font-size: 1.5rem;
line-height: 1;
}
.widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-month {
color: #FFC868;
line-height: 1;
font-size: 1rem;
text-transform: uppercase;
}
.widget-49 .widget-49-title-wrapper .widget-49-date-danger {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background-color: #feeeef;
width: 4rem;
height: 4rem;
border-radius: 50%;
}
.widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-day {
color: #F95062;
font-weight: 500;
font-size: 1.5rem;
line-height: 1;
}
.widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-month {
color: #F95062;
line-height: 1;
font-size: 1rem;
text-transform: uppercase;
}
.widget-49 .widget-49-title-wrapper .widget-49-date-light {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background-color: #fefeff;
width: 4rem;
height: 4rem;
border-radius: 50%;
}
.widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-day {
color: #f7f9fa;
font-weight: 500;
font-size: 1.5rem;
line-height: 1;
}
.widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-month {
color: #f7f9fa;
line-height: 1;
font-size: 1rem;
text-transform: uppercase;
}
.widget-49 .widget-49-title-wrapper .widget-49-date-dark {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background-color: #ebedee;
width: 4rem;
height: 4rem;
border-radius: 50%;
}
.widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-day {
color: #394856;
font-weight: 500;
font-size: 1.5rem;
line-height: 1;
}
.widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-month {
color: #394856;
line-height: 1;
font-size: 1rem;
text-transform: uppercase;
}
.widget-49 .widget-49-title-wrapper .widget-49-date-base {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background-color: #f0fafb;
width: 4rem;
height: 4rem;
border-radius: 50%;
}
.widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-day {
color: #68CBD7;
font-weight: 500;
font-size: 1.5rem;
line-height: 1;
}
.widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-month {
color: #68CBD7;
line-height: 1;
font-size: 1rem;
text-transform: uppercase;
}
.widget-49 .widget-49-title-wrapper .widget-49-meeting-info {
display: flex;
flex-direction: column;
margin-left: 1rem;
}
.widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-pro-title {
color: #3c4142;
font-size: 14px;
}
.widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-meeting-time {
color: #B1BAC5;
font-size: 13px;
}
.widget-49 .widget-49-meeting-points {
font-weight: 400;
font-size: 13px;
margin-top: .5rem;
}
.widget-49 .widget-49-meeting-points .widget-49-meeting-item {
display: list-item;
color: #727686;
}
.widget-49 .widget-49-meeting-points .widget-49-meeting-item span {
margin-left: .5rem;
}
.widget-49 .widget-49-meeting-action {
float: right;
}
.widget-49 .widget-49-meeting-action a {
text-transform: uppercase;
}
.event-text {text-align:left;padding-left:5rem;font-size:11px;} .faq-search-wrap {
padding: 50px 0 60px;
}
.faq-search-wrap .form-group .form-control,
.faq-search-wrap .form-group .dd-handle {
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
}
.faq-search-wrap .form-group .input-group-append {
position: absolute;
right: 0;
top: 0;
bottom: 0;
z-index: 10;
pointer-events: none;
}
.faq-search-wrap .form-group .input-group-append .input-group-text {
background: transparent;
border: none;
}
.faq-search-wrap .form-group .input-group-append .input-group-text .feather-icon > svg {
height: 18px;
width: 18px;
}
.bg-teal-light-3 {
background-color: #7fcdc1 !important;
}
.hk-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -10px;
margin-left: -10px;
}
@media (min-width: 576px){
.mt-sm-60 {
margin-top: 60px !important;
}
}
.mt-30 {
margin-top: 30px !important;
}
.list-group-item.active {
background-color: #00acf0;
border-color: #00acf0;
}
.accordion .card .card-header.activestate {
border-width: 1px;
}
.accordion .card .card-header {
padding: 0;
border-width: 0;
}
.card.card-lg .card-header, .card.card-lg .card-footer {
padding: .9rem 1.5rem;
}
.accordion>.card .card-header {
margin-bottom: -1px;
}
.card .card-header {
background: transparent;
border: none;
}
.accordion.accordion-type-2 .card .card-header > a.collapsed {
color: #324148;
}
.accordion .card:first-of-type .card-header:first-child > a {
border-top-left-radius: calc(.25rem - 1px);
border-top-right-radius: calc(.25rem - 1px);
}
.accordion.accordion-type-2 .card .card-header > a {
background: transparent;
color: #00acf0;
padding-left: 50px;
}
.accordion .card .card-header > a.collapsed {
color: #324148;
background: transparent;
}
.accordion .card .card-header > a {
background: #00acf0;
color: #fff;
font-weight: 500;
padding: .75rem 1.25rem;
display: block;
width: 100%;
text-align: left;
position: relative;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
a {
text-decoration: none;
color: #00acf0;
-webkit-transition: color 0.2s ease;
-moz-transition: color 0.2s ease;
transition: color 0.2s ease;
}
.badge.badge-pill {
border-radius: 50px;
}
.badge.badge-light {
background: #eaecec;
color: #324148;
}
.badge {
font-weight: 500;
border-radius: 4px;
padding: 5px 7px;
font-size: 72%;
letter-spacing: 0.3px;
vertical-align: middle;
display: inline-block;
text-align: center;
text-transform: capitalize;
}
.ml-15 {
margin-left: 15px !important;
}
.accordion.accordion-type-2 .card .card-header > a.collapsed:after {
content: "\f0fe";
}
.accordion.accordion-type-2 .card .card-header > a::after {
display: inline-block;
font-family: "Font Awesome 5 Free";
speak: none;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: auto;
position: absolute; 
font-size: 21px;
top: 15px;
left: 20px;
font-weight: 400; content: "\f0fe";
}
.mr-15 {
margin-right: 15px !important;
}
.gordon_footer 
{
font-size: 14px;
padding-top: 8px;
color:#eeeeee;
}
#Comparison {
color: #8c8c8c;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 26px;
}
.filter-orange {filter: invert(53%) sepia(92%) saturate(568%) hue-rotate(354deg) brightness(102%) contrast(106%);}