@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%);}.flipbook-overlay{position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.71);z-index:2147483646!important;opacity:0;transition:opacity .3s ease-out}.flipbook-wrapper{position:absolute;width:100%;height:100%;-webkit-box-shadow:0 10px 25px rgba(0,0,0,.5);box-shadow:0 10px 25px rgba(0,0,0,.5);text-shadow:none;-webkit-border-radius:4px;border-radius:4px;background:#fff}.flipbook-wrapper-transparent{width:100%;height:100%;background:0 0}.flipbook-main-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;direction:ltr!important;scrollbar-color:rgba(130,130,130,.5) transparent;scrollbar-width:thin}.flipbook-bookLayer{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;cursor:-webkit-grab;cursor:grab;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.flipbook-page-html{user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text}.flipbook-zoomLayer-inside{display:block;position:relative;background-size:contain;text-align:center}.flipbook-zoomLayer-inside .flipbook-carousel-page{float:left}.flipbook-book{display:block;position:relative}.flipbook-page{position:absolute;width:100%;height:100%;transform:translateZ(0);will-change:transform;transform-style:preserve-3d}.flipbook-page3{position:absolute;background:#eee;will-change:transform;transform-style:preserve-3d;transform:rotateY(var(--page3-rotate-y,0));transform-origin:0 50%;-webkit-transform-origin:0 50%}.flipbook-page3-html{position:absolute;height:1000px;transform-origin:0 0;top:0;left:0}.flipbook-page3-inner{overflow:hidden;width:100%;height:100%;position:absolute;will-change:opacity}.flipbook-page3-inner-back{transform:scaleX(-1)}.flipbook-page3-bg{width:100%;height:100%;position:absolute}.flipbook-page3-bg img{height:100%!important}.flipbook-page3 img{top:0;bottom:0;right:0;left:0;height:100%;margin:auto;position:absolute;transform-origin:0 0;-webkit-transform-origin:0 0;float:left;user-select:none;pointer-events:none;max-width:unset;width:unset}.flipbook-page3 canvas{width:100%;height:100%}.flipbook-page3::before{content:'';position:fixed;top:0;right:0;bottom:0;left:0;background:#000;opacity:var(--page3-shadow-opacity,0);will-change:opacity;transform:translateZ(0);z-index:1;pointer-events:none}.flipbook-page3-front{transform-origin:0 50%;-webkit-transform-origin:0 50%}.flipbook-page3-back{transform-origin:0 50%;-webkit-transform-origin:0 50%}.flipbook-page3-back .flipbook-page3-inner{transform:rotateY(180deg)}.flipbook-book3{display:block;position:relative}.flipbook-book-webgl{position:absolute;width:100%;height:100%;overflow:hidden}.flipbook-center-container3{position:relative;will-change:transform;border:none}.flipbook-page-htmlContent{transform-origin:0 0;z-index:50;position:absolute}.flipbook-page-html iframe,.flipbook-page-html video{max-width:initial}.flipbook-book canvas{position:absolute;left:0;top:0;z-index:50;width:100%;height:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform-style:preserve-3d;-webkit-transform-style:preserve-3d}.flipbook-page img{width:100%;height:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform-style:preserve-3d;-webkit-transform-style:preserve-3d}.flipbook-left-arrow{display:block!important;position:absolute!important;top:50%!important;left:0;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;text-align:center;cursor:pointer}.flipbook-right-arrow{display:block!important;position:absolute!important;top:50%!important;right:0;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;text-align:center;cursor:pointer}.flipbook-first-arrow{display:block!important;position:absolute!important;top:50%;left:0;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;text-align:center;cursor:pointer}.flipbook-last-arrow{display:block!important;position:absolute!important;top:50%;right:0;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;text-align:center;cursor:pointer}.flipbook-currentPageHolder{position:relative;z-index:3;pointer-events:auto;display:inline-block;user-select:none;display:flex;align-items:center;box-sizing:content-box;width:max-content}.flipbook-currentPageHolder form{display:flex;top:0;margin:0}.flipbook-currentPageNumber{border-radius:15px!important;padding:5px!important;font-family:'Open Sans','Helvetica Neue',Arial,sans-serif!important;font-size:14px;line-height:initial}.flipbook-currentPageInput{line-height:14px!important;background:0 0!important;border:none!important;font-size:14px!important;max-width:initial!important;font-family:'Open Sans','Helvetica Neue',Arial,sans-serif!important;text-align:right!important;height:100%!important;padding:0!important;border:2px solid rgba(128,128,128,.5)}.flipbook-currentPageInput.digits-3{min-width:calc(3em)!important}.flipbook-currentPageInput.digits-2{min-width:calc(2em)!important}.flipbook-currentPageInput.digits-1{min-width:calc(1em)!important}.flipbook-currentPageInput:focus{outline:2px solid #88888885}.flipbook-progress{width:100%;height:5px;position:relative;background:red;margin:0 5px}.flipbook-color-transparent{color:transparent!important}.flipbook-browser-fullscreen{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;z-index:999999!important;margin:0!important;padding:0!important}.flipbook-menuBottom{position:absolute;bottom:0;margin:0;padding:0;z-index:2;pointer-events:none;display:flex;overflow:visible;flex-wrap:wrap}.flipbook-menu-btn-wrapper{display:inline-block;position:relative;overflow:visible}.flipbook-tools .flipbook-menu-btn-wrapper{pointer-events:auto;display:flex;align-items:center;position:relative;overflow:visible;cursor:pointer;padding-right:16px;width:max-content!important}.flipbook-share .flipbook-menu-btn-wrapper{pointer-events:auto;display:inline-block;align-items:center;position:relative;overflow:visible;cursor:pointer;padding:16px}.flipbook-menuBottom .flipbook-has-tooltip::before{bottom:calc(100% + 5px)}.flipbook-menuTop .flipbook-has-tooltip::before{top:calc(100% + 5px)}.flipbook-page-item-has-tooltip:hover{z-index:1}.flipbook-page-item-has-tooltip:hover::before{visibility:visible;opacity:1}.flipbook-tooltip-left::before{left:-20px;transform:translateX(-100%) translateY(-50%);top:50%}.flipbook-tooltip-right::before{left:calc(100% + 20px);transform:translateY(-50%);top:50%}.flipbook-tooltip-top::before{left:50%;transform:translateX(-50%);bottom:calc(100% + 20px)}.flipbook-tooltip-bottom::before{left:50%;transform:translateX(-50%);top:calc(100% + 20px)}.flipbook-tooltip-topLeft::before{left:-20px;transform:translateX(-100%);bottom:calc(100% + 20px)}.flipbook-tooltip-topRight::before{right:-20px;bottom:calc(100% + 20px)}.flipbook-tooltip-bottomLeft::before{left:-20px;transform:translateX(-100%);top:calc(100% + 20px)}.flipbook-tooltip-bottomRight::before{right:-20px;top:calc(100% + 20px)}.flipbook-page-item-has-tooltip::before{content:attr(data-tooltip);position:absolute;visibility:hidden;opacity:0;background-color:rgba(255,255,255,.9);color:#000;font-family:'Open Sans','Helvetica Neue',Arial,sans-serif;text-align:center;border-radius:4px;padding:10px 20px;font-size:32px;font-weight:400;letter-spacing:normal;line-height:1.4;text-transform:none;width:max-content;max-width:600px;transition:opacity .3s ease,visibility .3s ease}.flipbook-has-tooltip *{pointer-events:none}.flipbook-tooltip-element{position:absolute;z-index:100;font-family:'Open Sans','Helvetica Neue',Arial,sans-serif;padding:6px 12px;border-radius:4px;font-size:14px;pointer-events:none;box-shadow:0 2px 8px rgba(0,0,0,.12);display:none;opacity:0;transition:opacity .15s;width:max-content;white-space:nowrap}.flipbook-menu-right .flipbook-has-tooltip:last-child::before{left:100%;transform:translateX(-100%)}.flipbook-menu-left .flipbook-has-tooltip:first-child::before{left:0;transform:translateX(0)}.flipbook-has-tooltip:hover::before{visibility:visible;opacity:1}.flipbook-has-tooltip.disabled:hover::before{visibility:hidden;opacity:0}.flipbook-menu-fixed{left:0;right:0}.flipbook-menu-fixed .flipbook-menu{align-items:center}@media only screen and (max-width:768px){.flipbook-menu-fixed .flipbook-menu{justify-content:space-around;width:-webkit-fill-available}}.flipbook-menu-center{justify-content:center;align-items:center}.flipbook-menu-right{justify-content:flex-end;align-self:center;flex:1;display:flex}.flipbook-menu-left{justify-content:flex-start;align-self:center;flex:1;display:flex}.flipbook-menu-floating{margin-top:5px!important;margin-bottom:5px!important;left:50%;transform:translate(-50%,0);min-width:fit-content;box-shadow:0 0 10px rgba(0,0,0,.1);border-radius:2px}.flipbook-menuTop{position:absolute;top:0;margin:0;padding:0;z-index:2;pointer-events:none;display:flex;justify-content:space-between;overflow:visible}.flipbook-menu{position:relative;text-align:center;display:flex}.flipbook-menu svg,.flipbook-nav svg{box-sizing:content-box}.flipbook-page-caption-btn{padding:12px;background-color:rgba(255,255,255,.9);fill:#000;display:flex;justify-content:center;border-radius:6px;bottom:50px;right:50px;position:absolute;cursor:pointer;box-sizing:content-box;transform:scale(2)}.htmlContent>.flipbook-page-caption-btn:hover+.flipbook-page-caption{opacity:1}.flipbook-page-caption{opacity:0;position:absolute;bottom:120px;max-width:calc(100% - 288px);width:max-content;padding:24px;border-radius:12px;right:120px;background-color:rgba(255,255,255,.9);color:#000;font-size:24px;transition:opacity .3s}.flipbook-menu-btn{user-select:none;display:inline-flex;justify-content:center;cursor:pointer;background:0 0;transition:all .1s ease-out;pointer-events:auto;box-sizing:content-box}.flipbook-submenu .flipbook-menu-btn{justify-content:left}.flipbook-submenu .flipbook-menu-btn svg{margin-right:10px}.flipbook-menu .disabled,.flipbook-nav .disabled{opacity:.2;cursor:inherit}.flipbook-icon-reverse{transform:scaleX(-1);transform-origin:center}.flipbook-menu .flipbook-findbar{pointer-events:auto;margin-top:10px}.flipbook-menu .flipbook-findbar input{width:140px;margin-left:0}.flipbook-thumbHolder{bottom:0;position:absolute;top:0;z-index:9;min-width:170px;max-width:50%;display:flex;flex-direction:column;font-family:'Open Sans','Helvetica Neue',Arial,sans-serif!important}.flipbook-thumbsWrapper{bottom:0;left:0;top:90px;overflow:auto;width:100%;height:100%}.flipbook-thumbsScroller{margin:0;position:relative;text-align:center;display:grid;justify-content:center}.flipbook-thumbs-grid{max-width:initial}.flipbook-thumbs-grid .flipbook-thumbsWrapper{max-width:1600px;width:auto;margin:auto;padding:1.5rem;height:max-content}@media (max-width:450px){.flipbook-thumbs-grid .flipbook-thumbsWrapper{padding:.5rem}}.flipbook-thumbs-grid .flipbook-thumbsScroller{display:block;padding:1rem 2rem}.flipbook-thumbs-grid{background-color:rgba(0,0,0,.5)!important;backdrop-filter:blur(20px);width:100%;color:#fff}.flipbook-thumbs-grid .flipbook-btn-close svg,.flipbook-thumbs-grid .flipbook-menu-title{color:#fff!important;fill:#fff!important}.flipbook-thumbs-grid .flipbook-menu-header{display:none}.flipbook-thumbs-grid-close{display:none}.flipbook-thumbs-grid .flipbook-thumbs-grid-close{display:flex;justify-content:end;top:10px;position:sticky;z-index:1}.flipbook-thumbs-grid .flipbook-thumbs-grid-close svg{font-size:30px;fill:#fff!important;text-shadow:drop-shadow(#000 0 0 1px);padding:10px}.flipbook-thumb{margin:15px 10px 10px;cursor:pointer;position:relative;display:inline-block;background:rgba(255,255,255,.5);border:1px solid rgb(0 0 0 / 25%)}.flipbook-thumb-active,.flipbook-thumb:hover{border:1px solid rgb(0 0 0 / 50%);box-shadow:0 0 0 2px rgb(0 0 0 / 25%);transition:.2s all;opacity:.7}.flipbook-thumb:hover .flipbook-thumb-num{background:rgba(0,0,0,.8);transition:.2s all}.flipbook-search{padding:16px;position:relative}.flipbook-search-clear{position:absolute;top:7px;right:15px}.flipbook-search-match{padding:8px 16px;font-size:14px;line-height:20px;cursor:pointer;width:218px}.flipbook-search-match:hover{text-decoration:underline}.flipbook-search-match-title{height:20px}.flipbook-search-match-text{text-align:left}.flipbook-thumb-num{font-family:'Open Sans','Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:14px;user-select:none;font-weight:600;position:relative;position:absolute;bottom:11px;bottom:2px;right:2px;border-radius:2px;background:rgba(0,0,0,.6);color:#fff!important;padding:4px 6px;display:inline-block}.flipbook-thumb img{display:inline-block}.flipbook-toc{margin:0;padding:0;position:absolute;top:50px;bottom:0;overflow:auto;width:calc(100% - 20px);padding:0 10px;box-sizing:content-box}.flipbook-toc ul{list-style:none;padding-left:0;margin:0}.flipbook-toc .title-container{display:flex;align-items:center;flex:1}.flipbook-toc ul ul{padding-left:20px}.flipbook-toc li{margin:5px 0}.flipbook-toc .toc-item{display:flex;align-items:center;justify-content:space-between;padding:5px 0;cursor:pointer;transition:background-color .2s;font-family:'Open Sans','Helvetica Neue',Arial,sans-serif}.flipbook-toc .toc-item:hover{background-color:rgba(128,128,128,.2)}.flipbook-toc .expand-icon,.flipbook-toc .spacer{display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;margin-right:8px;flex-shrink:0}.flipbook-toc .expand-icon svg{transition:transform .2s ease-in-out}.flipbook-toc .expand-icon.expanded svg{transform:rotate(90deg)}.flipbook-toc .spacer{visibility:hidden}.flipbook-toc .title-container span.title{font-size:14px}.flipbook-toc .page-number{font-size:12px;margin-left:10px;white-space:nowrap;margin-right:5px}.flipbook-tocHolder{position:absolute;top:0;width:250px;bottom:0;z-index:9}.flipbook-tocItem{display:block}.flipbook-tocItem{display:flex;justify-content:space-between;padding:8px 15px;margin:5px 0;align-items:center;cursor:pointer;font-size:14px;font-family:'Open Sans','Helvetica Neue',Arial,sans-serif;width:100%}.flipbook-tocItem .flipbook-icon{margin-right:10px;display:inline-block}.flipbook-tocItem .title{flex-grow:1;text-align:left;margin-left:10px}.flipbook-tocItem .flipbook-toc-number{text-align:right;width:25px;flex-shrink:0}.flipbook-tocItem .title:hover{text-decoration:underline}.flipbook-tocItem .right{float:right}.flipbook-tocItem>span{vertical-align:top}.flipbook-tocItem>span>span{vertical-align:middle}.flipbook-findbar{position:relative}.flipbook-findbar input{padding:5px;font-size:14px;width:calc(100% - 10px);line-height:initial;border:1px solid rgba(128,128,128,.7)}.flipbook-findbar input:focus{outline:1px solid rgba(128,128,128,.7)}.flipbook-find-info{padding-left:10px;max-width:200px;font-family:'Open Sans','Helvetica Neue',Arial,sans-serif!important;font-size:14px;pointer-events:none}.invisible{opacity:0;pointer-events:none;display:none}.flipbook-hidden{display:none!important}.flipbook-overlay-visible{opacity:1}.transition{-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.flipbook-share-email{background-image:url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='at' class='svg-inline--fa fa-at fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 8C118.941 8 8 118.919 8 256c0 137.059 110.919 248 248 248 48.154 0 95.342-14.14 135.408-40.223 12.005-7.815 14.625-24.288 5.552-35.372l-10.177-12.433c-7.671-9.371-21.179-11.667-31.373-5.129C325.92 429.757 291.314 440 256 440c-101.458 0-184-82.542-184-184S154.542 72 256 72c100.139 0 184 57.619 184 160 0 38.786-21.093 79.742-58.17 83.693-17.349-.454-16.91-12.857-13.476-30.024l23.433-121.11C394.653 149.75 383.308 136 368.225 136h-44.981a13.518 13.518 0 0 0-13.432 11.993l-.01.092c-14.697-17.901-40.448-21.775-59.971-21.775-74.58 0-137.831 62.234-137.831 151.46 0 65.303 36.785 105.87 96 105.87 26.984 0 57.369-15.637 74.991-38.333 9.522 34.104 40.613 34.103 70.71 34.103C462.609 379.41 504 307.798 504 232 504 95.653 394.023 8 256 8zm-21.68 304.43c-22.249 0-36.07-15.623-36.07-40.771 0-44.993 30.779-72.729 58.63-72.729 22.292 0 35.601 15.241 35.601 40.77 0 45.061-33.875 72.73-58.161 72.73z'%3E%3C/path%3E%3C/svg%3E")}.flipbook-icon{font-style:normal;font-weight:400;height:100%;line-height:1;-webkit-font-smoothing:antialiased;bottom:0;text-align:center;display:flex;box-sizing:content-box!important;justify-self:left}.flipbook-icon path{box-sizing:content-box!important}.flipbook-btn-close{height:40px;width:40px;position:absolute;top:0;right:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.flipbook-btn-close .flipbook-icon{width:16px}.flipbook-font{font-family:'Open Sans','Helvetica Neue',Arial,sans-serif;font-size:14px}.flipbook-fullscreen{-webkit-text-size-adjust:none;text-size-adjust:none;touch-action:pan-x pan-y;overscroll-behavior:none}.flipbook-btn{text-transform:uppercase;font-weight:700;user-select:none;cursor:pointer;width:200px;line-height:32px;text-align:center;margin:5px auto;border:none;background:#f9f9f9;background:0 0;border-radius:3px;-webkit-transition:none;-o-transition:none;transition:none;font-size:12px}.flipbook-border{border:1px solid rgba(128,128,128,.4)}.flipbook-sub-menu{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:999}.flipbook-sub-menu-center{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.flipbook-menu-header{position:relative;padding:10px;font-size:16px;text-align:center}.flipbook-menu-title{pointer-events:none;user-select:none}.flipbook-sub-menu-content{display:inline-block;margin-top:-20px;min-width:250px;padding-bottom:10px}.flipbook-carousel-slide{-webkit-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;text-align:center;position:absolute;overflow:hidden}.flipbook-carousel-slide .slide-wrapper{position:absolute;top:0;left:0;right:0;bottom:0}.flipbook-carousel-page{display:inline-block;background:#f1f1f1;position:relative;-o-transform-origin:0 0}.flipbook-scroll-page{display:block;background:#f1f1f1;position:relative}.flipbook-carousel-page-inner,.flipbook-scroll-page-inner{-webkit-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0;margin:0;padding:0;position:absolute;height:100%;width:100%;overflow:hidden}.flipbook-carousel-page-inner canvas,.flipbook-scroll-page-inner{width:100%;height:100%}.flipbook-carousel-page img,.flipbook-scroll-page img{top:0;bottom:0;right:0;left:0;margin:auto;position:absolute;pointer-events:none;user-select:none;max-width:200%}.flipbook-carousel-page .page-carousel-img,.flipbook-scroll-page .page-scroll-img{height:100%}.flipbook-overflow-hidden::-webkit-scrollbar{display:none}.flipbook-overflow-hidden{-ms-overflow-style:none;scrollbar-width:none;overflow:hidden;-webkit-text-size-adjust:none;text-size-adjust:none;touch-action:pan-x pan-y;overscroll-behavior:none;height:100%;margin:0;padding:0;position:fixed;top:0;left:0;width:100%}.flipbook-share .social.bottom,.flipbook-share .social.top{-webkit-transform-origin:0 0;-o-transform-origin:0 0}.flipbook-share{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flipbook-share [class*=entypo-]:before{font-family:entypo,sans-serif}.flipbook-share label{font-size:16px;cursor:pointer;margin:0;padding:5px 10px;border-radius:5px;background:#a29baa;color:#333;transition:all .3s ease}.flipbook-share label:hover{opacity:.8}.flipbook-share label span{text-transform:uppercase;font-size:.9em;font-family:Lato,sans-serif;font-weight:700;-webkit-font-smoothing:antialiased;padding-left:6px}.flipbook-share ul{position:relative;left:0;right:0;height:46px;color:#fff;margin:auto;padding:0;list-style:none}.flipbook-share ul li{font-size:16px;cursor:pointer;width:40px;margin:0;padding:9px 0;text-align:center;float:left;height:22px;position:relative;z-index:2;-webkit-box-sizing:content-box;box-sizing:content-box;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.flipbook-page-preloader{width:auto!important;height:auto!important}.flipbook-page-preloader-image{width:100%;height:100%;position:absolute;top:0;left:0}.cssload-container{width:100%;height:100%;top:0;left:0;text-align:center;position:absolute;z-index:2147483647!important;pointer-events:none}.cssload-speeding-wheel{width:24px;height:24px;border:3px solid rgba(0,0,0,.4);border-radius:50%;border-left-color:rgba(255,255,255,.2);border-right-color:rgba(255,255,255,.2);animation:cssload-spin 575ms infinite linear;-o-animation:cssload-spin 575ms infinite linear;-ms-animation:cssload-spin 575ms infinite linear;-webkit-animation:cssload-spin 575ms infinite linear;-moz-animation:cssload-spin 575ms infinite linear;top:45%;position:absolute;left:50%;margin-left:-15px;margin-top:-15px;z-index:3}@keyframes cssload-spin{100%{transform:rotate(360deg)}}@-o-keyframes cssload-spin{100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes cssload-spin{100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes cssload-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes cssload-spin{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}.flipbook-loading-text{position:absolute;top:45%;margin-top:20px;width:100%;font-family:'Open Sans','Helvetica Neue',Arial,sans-serif!important;font-size:14px;color:#aaa!important}.flipbook-loading-bg{width:40px;height:40px;border-radius:4px;top:45%;left:50%;position:absolute;pointer-events:none;background:rgba(0,0,0,.2);margin:-20px;display:none}.flipbook-fillPreloader{position:fixed;width:100%;height:100%;display:table-cell;text-align:center;vertical-align:middle;pointer-events:none}.flipbook-fillPreloader img{position:absolute;margin:auto;top:0;left:0;right:0;bottom:0;-webkit-transition:all .11s ease-out;-moz-transition:all .1s ease-out;transition:all .1s ease-out}.thumb-btn-close{right:0;margin:3px;border-radius:2px;position:absolute;cursor:pointer;padding:4px 6px;background:rgba(0,0,0,.6)}.thumb-btn-close:hover{background:rgba(0,0,0,.8)}.flipbook-noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flipbook-btn-active{background:rgba(128,128,128,.5)}.flipbook-move{cursor:move;cursor:-webkit-grab;cursor:grab}.flipbook-page-item{bottom:auto;right:auto;position:absolute;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;z-index:0}.flipbook-page-item iframe{width:100%;height:100%}.textLayer mark{background:#ff0;color:transparent!important;padding:0}.textLayer .mark-blue{background:#00f}.textLayer .mark-red{background:red}.textLayer .mark-green{background:green}.flipbook-page-html .pageClickArea{position:absolute;width:50px;height:50px;bottom:0;cursor:pointer;z-index:20}.pageClickAreaLeft{left:0}.annotationLayer .buttonWidgetAnnotation.pushButton>a,.annotationLayer .linkAnnotation>a,.flipbook-page-item-link{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%;background:var(--flipbook-link-color);animation-duration:2s;animation-delay:.5s;animation-name:flashLinks;opacity:var(--flipbook-link-opacity)}.flipbook-page-auto-link{background:var(--flipbook-link-color);color:transparent!important;animation-duration:2s;animation-delay:.5s;animation-name:flashLinks;pointer-events:auto}.flipbook-page-auto-link-hover{background:var(--flipbook-link-color-hover)!important;color:transparent!important}@keyframes flashLinks{0%{background:var(--flipbook-link-color)}20%{background:var(--flipbook-link-color-hover)}100%{background:var(--flipbook-link-color)}}.flipbook-tooltip{position:absolute;background:rgba(0,0,0,.8);top:300px;left:300px;color:#fff;padding:6px 12px;font-size:13px;line-height:13px;font-weight:400;white-space:nowrap;text-align:center;-webkit-transition:opacity .2s ease-in;transition:opacity .2s ease-in;z-index:10000}.flipbook-submenu{position:absolute;right:0;width:max-content;text-wrap:nowrap}.flipbook-menuTop .flipbook-submenu{top:calc(100% + 5px)}.flipbook-menuBottom .flipbook-submenu{bottom:calc(100% + 5px)}.flipbook-menuTop *{box-sizing:content-box!important}.flipbook-menuBottom *{box-sizing:content-box!important}.flipbook-add-note-rect{position:absolute;pointer-events:none}.add-note-btn{pointer-events:auto}.flipbook-add-note-rect .add-note-btn{background:rgba(0,0,0,.8);border-radius:.25em;color:#fff;padding:.3em 1em;text-shadow:0 1px 0 #000;font-weight:400;white-space:nowrap;text-align:center;z-index:10000;left:50%;transform:translateX(-50%) translateY(-120%);pointer-events:auto;cursor:pointer;position:absolute;opacity:0}.flipbook-add-note-rect.hover .add-note-btn{opacity:1;pointer-events:auto}.skin-color-bg{background:var(--flipbook-bg)}.skin-color{color:var(--flipbook-color);fill:var(--flipbook-color)}.flipbook-progress{background:var(--flipbook-color);opacity:.5;position:relative}.flipbook-progress-bar{position:relative;width:320px;height:12px;margin:0 20px;--progress-bg:#e0e0e0;--progress-fill:#3471f7;--progress-thumb:#fff;--progress-thumb-border:#3471f7;--progress-thumb-shadow:0 2px 8px rgba(0, 0, 0, 0.12);user-select:none;width:100%}.flipbook-progress-bar .progress-track{position:absolute;top:50%;left:0;right:0;height:6px;background:var(--progress-bg);border-radius:3px;transform:translateY(-50%);z-index:1}.flipbook-progress-bar .progress-filled{position:absolute;top:50%;left:0;height:6px;background:var(--progress-fill);border-radius:3px;transform:translateY(-50%);z-index:2;width:0%;transition:width .15s}.flipbook-progress-bar .progress-thumb{position:absolute;top:50%;left:0;width:20px;height:20px;background:var(--progress-thumb);border:2px solid var(--progress-thumb-border);border-radius:50%;box-shadow:var(--progress-thumb-shadow);transform:translate(-50%,-50%);z-index:3;cursor:pointer;transition:border-color .2s}.flipbook-progress-bar .progress-thumb:focus{border-color:#ff9800;outline:0}.flipbook-note-display{width:230px;height:125px;position:absolute;background-color:#fafafa;-webkit-box-shadow:0 2px 10px 0 rgb(27 47 73 / 30%);box-shadow:0 2px 10px 0 rgb(27 47 73 / 30%);border-radius:5px;pointer-events:auto;top:0;left:50%;transform:translateX(-50%)}.flipbook-note-display .note-content{height:76px;position:absolute;width:210px;margin:11px 15px 5px 15px;overflow:hidden}.flipbook-note-display .note-article{font-family:inherit;resize:none;font-size:14px;width:200px;height:76px;position:absolute;left:0;top:0;border-width:1px;border-style:solid;padding:0;color:#596168;border-color:transparent;background-color:transparent;outline:0!important}.flipbook-note-display .note-article:focus{box-shadow:none}.flipbook-note-display .note-delete-button .svg-icon{width:22px;height:22px;fill:#a6aaad}.flipbook-note-display .note-button{float:right;font-size:22px;line-height:22px;height:22px;color:#8d8d8d;cursor:pointer;text-align:center;margin:5px 11px}.flipbook-note-display .note-footer{height:37px;width:100%;margin:0;bottom:0;position:absolute}.flipbook-page-note{pointer-events:auto;cursor:pointer}.annotationLayer .buttonWidgetAnnotation.pushButton>a:hover,.annotationLayer .linkAnnotation>a:hover,.flipbook-page-item-link:hover{background:var(--flipbook-link-color-hover)!important;color:transparent!important}.flipbook-page-auto-link:hover{background:var(--flipbook-link-color-hover)!important;color:transparent!important}.flipbook-note-display{opacity:1}.flipbook-spotlight-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgb(0,0,0,.88);display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:10002}.flipbook-spotlight-overlay img{max-width:80%;max-height:80%;box-shadow:0 0 20px rgba(0,0,0,.5)}.flipbook-spotlight-close-button{position:absolute;top:10px;right:10px;background:rgba(0,0,0,.8);border-radius:2px;border:none;cursor:pointer;padding:0;width:24px;height:24px;z-index:1}.flipbook-spotlight-close-button:hover{opacity:.7}.flipbook-spotlight-caption-container{color:#fff;text-align:center;font-size:16px;line-height:1.6;padding:15px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;margin-top:10px}.flipbook-spotlight-title{font-weight:700;font-size:18px;margin-bottom:5px}.flipbook-spotlight-description{font-size:14px;font-weight:400}.flipbook-page-html{position:absolute;top:0;left:0;bottom:0;width:100%}.flipbook-page-html .htmlContent{position:absolute;height:100%;width:100%;z-index:4;pointer-events:none}.flipbook-page-html .htmlContent *{pointer-events:auto}.flipbook-page3-inner[data-visible=false] .htmlContent *{pointer-events:none!important}.flipbook-page-html .textLayer{position:absolute;text-align:initial;inset:0;overflow:hidden;opacity:.25;line-height:1;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2;font-weight:initial;user-select:none}.flipbook-page-html .textLayer :is(span,br){color:transparent!important;position:absolute;white-space:pre;cursor:text;transform-origin:0 0}.flipbook-page-html .textLayer *{user-select:text}.flipbook-page-html .textLayer span.markedContent{top:0;height:0}.flipbook-page-html .textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.flipbook-page-html .textLayer .highlight.appended{position:initial}.flipbook-page-html .textLayer .highlight.begin{border-radius:4px 0 0 4px}.flipbook-page-html .textLayer .highlight.end{border-radius:0 4px 4px 0}.flipbook-page-html .textLayer .highlight.middle{border-radius:0}.flipbook-page-html .textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.flipbook-page-html .textLayer ::-moz-selection{background:#00f;background:AccentColor}.flipbook-page-html .textLayer ::selection{background:#00f;background:AccentColor}.flipbook-page-html .textLayer br::-moz-selection{background:0 0}.flipbook-page-html .textLayer br::selection{background:0 0}.flipbook-page-html .textLayer .endOfContent{display:block;position:absolute;inset:100% 0 0;z-index:-1;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.flipbook-page-html .textLayer .endOfContent.active{top:0}:root{--annotation-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color:Highlight;--input-focus-outline:1px solid Canvas;--input-unfocused-border-color:transparent;--input-disabled-border-color:transparent;--input-hover-border-color:black;--link-outline:none}@media screen and (forced-colors:active){:root{--input-focus-border-color:CanvasText;--input-unfocused-border-color:ActiveText;--input-disabled-border-color:GrayText;--input-hover-border-color:Highlight;--link-outline:1.5px solid LinkText;--hcm-highligh-filter:invert(100%)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .textWidgetAnnotation :is(input,textarea):required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:var(--hcm-highligh-filter);backdrop-filter:var(--hcm-highligh-filter)}.annotationLayer .linkAnnotation>a:hover{opacity:0!important;background:0 0!important;box-shadow:none}.annotationLayer .popupAnnotation .popup{outline:calc(1.5px * var(--scale-factor)) solid CanvasText!important;background-color:ButtonFace!important;color:ButtonText!important}.annotationLayer .highlightArea:hover::after{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:var(--hcm-highligh-filter);backdrop-filter:var(--hcm-highligh-filter);content:'';pointer-events:none}.annotationLayer .popupAnnotation.focused .popup{outline:calc(3px * var(--scale-factor)) solid Highlight!important}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation='90'] .norotate{transform:rotate(270deg) translateX(-100%)}.annotationLayer[data-main-rotation='180'] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation='270'] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%;pointer-events:none}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer .linkAnnotation.hasBorder:hover{background-color:rgba(255,255,0,.2)}.annotationLayer .hasBorder{background-size:100% 100%}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input,.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .textWidgetAnnotation :is(input,textarea){background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .textWidgetAnnotation :is(input,textarea):required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled]{background:0 0;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .textWidgetAnnotation :is(input,textarea):hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .textWidgetAnnotation :is(input,textarea):hover{border-radius:2px}.annotationLayer .choiceWidgetAnnotation select:focus,.annotationLayer .textWidgetAnnotation :is(input,textarea):focus{background:0 0;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked::before{background-color:CanvasText;content:'';display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked::before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{height:100%;width:100%}.annotationLayer .popupAnnotation{position:absolute;font-size:calc(9px * var(--scale-factor));pointer-events:none;width:-moz-max-content;width:max-content;max-width:45%;height:auto}.annotationLayer .popup{background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));outline:1.5px solid #ffff4a;padding:calc(6px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popupAnnotation.focused .popup{outline-width:3px}.annotationLayer .popup *{font-size:calc(9px * var(--scale-factor))}.annotationLayer .popup>.header{display:inline-block}.annotationLayer .popup>.header h1{display:inline}.annotationLayer .popup>.header .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor));width:-moz-fit-content;width:fit-content}.annotationLayer .popupContent{border-top:1px solid #333;margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.annotationLayer .popupTriggerArea{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent!important;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}.annotationLayer svg.quadrilateralsContainer{contain:strict;width:0;height:0;position:absolute;top:0;left:0;z-index:-1}.printModal{font-family:sans-serif;display:flex;text-align:center;font-weight:300;font-size:30px;left:0;top:0;position:absolute;color:#045fb4;width:100%;height:100%;background-color:hsla(0,0%,100%,.9)}.printClose{position:absolute;right:10px;top:10px}.printClose:before{content:'\00D7';font-family:Helvetica Neue,sans-serif;font-weight:100;line-height:1px;padding-top:.5em;display:block;font-size:2em;text-indent:1px;overflow:hidden;height:1.25em;width:1.25em;text-align:center;cursor:pointer}.printSpinner{margin-top:3px;margin-left:-40px;position:absolute;display:inline-block;width:25px;height:25px;border:2px solid #045fb4;border-radius:50%;animation:spin .75s linear infinite}.printSpinner:after,.printSpinner:before{left:-2px;top:-2px;display:none;position:absolute;content:'';width:inherit;height:inherit;border:inherit;border-radius:inherit}.printSpinner,.printSpinner:after,.printSpinner:before{display:inline-block;border-color:#045fb4 transparent transparent;animation-duration:1.2s}.printSpinner:before{transform:rotate(120deg)}.printSpinner:after{transform:rotate(240deg)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}