/*
Theme Name: Winktx v1
Version: 1.0
Author: Melisa Mangal
Author URI: https://www.melisamangal.com/
*/

/****************************************************
*    CSS RESET                                      *
****************************************************/
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, main, nav, output, ruby, section, summary, time, mark, audio, video, picture {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

input[type='text'], input[type='email'], input[type='tel'], input[type='button'], input[type='reset'], input[type='password'], input[type='submit'], input[type='search'], input[type='date'], input[type='datetime'], input[type='time'], input[type='url'], button, select, textarea {
    -webkit-appearance: none;
    box-shadow: none !important;
}

:-webkit-autofill {
    color: #fff !important;
}

::-moz-placeholder {
    opacity: 1;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, picture {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
}

.clearfix, .pagewrap {
    display: flow-root;
}

.clearfix, .pagewrap {
    zoom: 1;
}

small {
    font-size: 12px;
	line-height: 16px;
}


p:has(small) {
	line-height: 16px;
}


/****************************************************
*    HTML5                                          *
****************************************************/
* {
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

html {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

body {
    font: normal normal normal 18px/24px 'Montserrat', Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: linear-gradient(90deg, rgba(6, 23, 39, 1) 0%, rgba(32, 130, 172, 1) 50%, rgba(24, 37, 54, 1) 100%);
    color: #fff;
}

html, body {
    height: 100%;
}

a {
    color: #333;
    text-decoration: none;
}

a, footer a {
    transition: color 0.3s ease-in-out;
}

a:hover {
    color: #F00;
}

a:active {
    color: #A1DAF3;
}

a[src$='.pdf'] {
}

a[href^='mailto:'] {
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

b, strong {
    font-weight: bold;
}

td, th {
    border: 1px solid #999;
    padding: 0.5rem;
    text-align: left;
}

hr {
    border: 0;
    height: 1px;
    width: 100%;
    margin: 40px 0;
    background-color: #fff;
}

i, em {
    font-style: italic;
}

/****************************************************
*    HEADER AREA                                    *
****************************************************/
header, .title-wrap, .page-template-default main, .page-template-page-profile main, [role="banner"], .page-template-page-resources main {
    position: relative;
    z-index: 2;
}

.header-section-wrap {
    display: flex;
    flex-direction: column;
}

header .pagewrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 40px 0;
}

header .pagewrap #logo {
    margin-right: auto;
}

.hero-bkg-wrap {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.title-wrap h2 {
    color: #7DD8FF;
}

.target-bkg .bkg-img {
    background-image: url("images/hero-image-dart.avif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 45%;
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    align-items: flex-end;
}

/****************************************************
*    HERO BACKGROUND AREA                           *
****************************************************/
.half-wrap {
    max-width: 800px;
    width: 100%;
}

.half-wrap h1 {
    margin-bottom: 10px;
}

.teams-section.hero-bkg-wrap {
    height: 100vh;
    width: 100%;
    position: relative;
}

.teams-section.hero-bkg-wrap picture {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.teams-section.hero-bkg-wrap picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 45%;
}

.teams-section.hero-bkg-wrap .header-section-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
}

/****************************************************
*    NAVIAGATION AREA                               *
****************************************************/
nav[aria-label='main navigation'] ul, nav[aria-label='main navigation'] li, [role="banner"] .subnav, [role="banner"] .subnav li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline;
}

nav[aria-label='main navigation'] ul li, [role="banner"] .subnav li {
    float: left;
    position: relative;
}

nav[aria-label='main navigation'] ul li a {
    display: block;
    padding: 8px 12px;
    margin: 1px;
    font-weight: 500;
    font-size: 18px;
    white-space: nowrap;
    text-transform: uppercase;
    color: #fff;
}

nav[aria-label='main navigation'] ul li a.dropdown-toggle {
    display: flex;
    align-items: center;
}

nav[aria-label='main navigation'] ul li a:hover {
    color: #7DD8FF;
}

nav[aria-label='main navigation'] ul li a:active {
    color: #A1DAF3;
}

nav[aria-label='main navigation'] ul li a .icon-dropdown {
    font-size: 11px;
    padding-left: 3px;
}

nav[aria-label="main navigation"] ul li.active a {
    color: #A1DAF3;
}

/**  SUB MENU  *************************************/
nav[aria-label='main navigation'] ul ul {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    -webkit-transition-property: opacity, visibility;
    -moz-transition-property: opacity, visibility;
    -o-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .2s, 0s;
    -moz-transition-duration: .2s, 0s;
    -o-transition-duration: .2s, 0s;
    transition-duration: .2s, 0s;
    -webkit-transition-delay: 0s, .2s;
    -moz-transition-delay: 0s, .2s;
    -o-transition-delay: 0s, .2s;
    transition-delay: 0s, .2s;
}

nav[aria-label='main navigation'] ul ul {
    left: 0;
    z-index: 497;
}

nav[aria-label='main navigation'] ul ul a {
    width: 120px;
    padding: 2px 12px;
}

nav[aria-label='main navigation'] ul ul ul {
    left: 100%;
}

nav[aria-label='main navigation'] ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    top: 99%;
    left: 0;
}

nav[aria-label='main navigation'] ul ul li:hover>ul {
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 1;
    z-index: 497;
}

nav#nav-mobile {
    display: none;
}

/*****************************************************
*    CONTENT AREA                                    *
*****************************************************/
.pagewrap {
    margin: 0 auto;
    width: 90%;
}

.pagewrap, [role="banner"] .pagewrap-flex {
    max-width: 1540px;
}

main {
    clear: both;
}

main img, main embed, main object, main video {
    max-width: 100%;
    height: auto;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

.text-align-center {
    text-align: center;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

main img.alignleft, main img.alignright, figure.wp-caption.alignleft, figure.wp-caption.alignright {
    padding: 5px;
}

main img.alignleft, figure.wp-caption.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 2px;
}

main img.alignright, figure.wp-caption.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 2px;
}

main img.non {
    padding: 5px;
}

main img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

article ul li, article ol li, article ol[type='A'] li {
    margin: 0 0 0 25px;
}

article ul li {
    list-style-type: disc;
}

article ol li {
    list-style-type: decimal-leading-zero;
}

article ol[type='A'] li {
    list-style-type: upper-alpha;
}

figure.wp-caption {
    display: inline-block;
    max-width: 100%;
}

figure.wp-caption figcaption {
    text-align: center;
    font-size: 0.75em;
    font-weight: bold;
}

[class*='grid'] {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.grid-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.grid-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.grid-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.grid-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

[class*='modules'] {
    padding: 60px 0;
    text-align: center;
}

.cta {
    padding: 25px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 25px;
    text-align: center;
    text-transform: uppercase;
    max-width: 250px;
    color: #fff;
}

.cta:hover {
    color: #fff;
}

.page-template-default main, .title-wrap, .page-template-page-profile main, .page-template-page-resources main, .page-template-page-news main {
    padding-bottom: 100px;
}

#breadcrumb, #breadcrumb a {
    font-size: 16px;
    color: #A1DAF3;
}

#breadcrumb a {
    text-decoration: none;
}

#breadcrumb a:hover {
    text-decoration: underline;
}

#breadcrumb .fa {
    margin: 0 5px;
}

/****************************************************
*    HOME PAGE TEMPLATE                             *
****************************************************/
.page-template-page-home .hero-bkg-wrap picture img {
    opacity: 100%;
}

.flex-section {
    display: inline-flex;
    background-image: url("images/hero-image-dart.avif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.flex-item, .flex-item section {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.flex-item img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.flex-item section {
    padding: 60px 40px;
}

.flex-item section h2 {
    font-size: 2em;
    font-weight: bold;
}

.flex-item section p {
    flex-grow: 1;
}

.flex-item section .cta {
    margin-top: 40px;
}

.flex-item:nth-child(1) section {
    background-color: rgba(238 29 36 / 0.66);
}

.flex-item:nth-child(2) section {
    background-color: rgba(32 131 173 / 0.66);
}

.flex-item:nth-child(3) section {
    background-color: rgba(0 60 114 / 0.66);
}

/****************************************************
*    News & Publications PAGE TEMPLATE              *
****************************************************/
.page-template-page-news .top-nav {
    padding-bottom: 25px;
}

.page-template-page-news .top-nav .carousel-nav {
    margin: 0 auto;
    display: flow-root;
}

.page-template-page-news  .split {
    display: flow-root;
}

.page-template-page-news  .split span:nth-child(1) {
    float: left;
}

.page-template-page-news  .split span:nth-child(2) {
    float: right;
}

.page-template-page-news main section h3 {
    margin: 8px 0 16px;
}

.page-template-page-news main section h3 a {
    color: #fff;
}

.page-template-page-news .slider-for section {
    padding: 20px 0 30px;
    border-bottom: 1px solid #fff;
}

.page-template-page-news ul.carousel-nav li a {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.page-template-page-news .slider-nav .slick-track {
    margin-right: auto;
}

.page-template-page-news .slider-nav .slick-slide.slick-current a {
    color: #7DD8FF;
}

.page-template-page-news h1 {
    margin-bottom: 15px;
}

.page-template-page-news h1 + hr {
    margin-top: 15px;
}

/****************************************************
*    RESOURCE PAGE TEMPLATE                         *
****************************************************/
.page-template-page-resources [role="banner"] {
    max-height: 570px;
}

.page-template-page-resources main {
    padding-top: 80px;
}

[role="banner"] h1 {
    margin-top: 0;
}

[role="banner"] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

[role="banner"] {
    overflow: hidden;
    position: relative;
    color: #fff;
}

[role="banner"] .pagewrap-flex {
    margin: 0 auto;
    width: 95%;
}

[role="banner"] .pagewrap-flex {
    position: relative;
    text-align: left;
    padding: 135px 0;
}

[role="banner"] .subnav {
    display: flow-root;
}

[role="banner"] .subnav li a {
    text-align: center;
    padding: 20px 25px;
    max-width: 260px;
    width: 260px;
    color: #fff;
    font-weight: 500;
    border-radius: 13px;
    text-transform: uppercase;
    background-color: rgba(238 29 36 / 0.6);
    display: block;
    margin-left: 30px;
    transition: background-color 0.3s ease-in-out;
}

[role="banner"] .subnav li:first-child a {
    margin-left: 0;
}

[role="banner"] .subnav li.current_page_item a {
    background-color: rgba(32 131 173 / 0.6);
}

[role="banner"] .subnav li a:hover {
    background-color: #7DD8FF;
}

/****************************************************
*    CONTENT MODULES                                *
****************************************************/
.content-section {
    background-color: #182537;
}

.content-section .pagewrap {
    max-width: 600px;
}

/****************************************************
*    Content & Table Modules                        *
****************************************************/
.content-table-section .pagewrap {
    text-align: left;
}

.content-table-section .flex-columns {
    text-align: center;
    color: #2083AD;
    font-weight: 500;
    display: flex;
    flex-direction: row;
}

.content-table-section .table-wrap section {
    border-right: 2px solid #2083AD;
    text-align: center;
    background-color: #cfdae0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.content-table-section .table-wrap section .gradient {
    margin-top: auto;
    height: 16px;
    background: rgb(6, 23, 39);
    background: linear-gradient(90deg, rgba(6, 23, 39, 1) 0%, rgba(32, 131, 173, 1) 50%, rgba(24, 37, 54, 1) 100%);
}

.content-table-section .table-wrap .heading-tag {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

.content-table-section .desktop-table p, .content-table-section .mobile-table p {
    font-size: 16px;
    font-weight: bold;
}

.content-table-section svg {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

.content-table-section svg {
    width: 100px;
    margin: 7px 0;
}

.content-table-section .table-wrap section:last-child, .content-table-section .table-wrap div:last-child section {
    border-right: 0px solid #2083AD;
}

.pagewrap.mobile-table {
    max-width: 450px;
}

.content-table-section .pagewrap.mobile-table .table-wrap section {
    background-color: #fff;
    padding: 30px;
    text-align: left;
    margin-bottom: 30px;
}

.content-table-section .pagewrap.mobile-table .table-wrap section .heading-tag {
    margin: 0;
}

.content-table-section .pagewrap.mobile-table p {
    margin: 0 0 25px;
}

.content-table-section .pagewrap.mobile-table svg {
    width: 160px;
}

/****************************************************
*    PROFILE PAGE TEMPLATE                          *
****************************************************/
.page-template-page-profile .pagewrap.grid-columns-2 {
    grid-template-columns: minmax(350px, 1fr) 3fr;
}

.page-template-page-profile .mobile.profile-items {
    max-width: 200px;
    float: right;
    margin-left: 25px;
    margin-top: 20px;
}

.page-template-page-profile main {
    padding-top: 60px;
}

/*****************************************************
*    CONTENT / HALF SIDE IMAGE MODULES               *
*****************************************************/
.img-50 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: left;
}

.content-half-sideimage-section[class*="modules"] {
    padding: 0;
    overflow: hidden;
}

.content-half-sideimage-section, .content-half-sideimage-section.left, .hero-bkg-wrap.cell-bkg {
    background-image: url("images/cells.png");
    background-repeat: no-repeat;
    background-position: center left;
}

.content-half-sideimage-section.left, .hero-bkg-wrap.cell-bkg {
    background-position: center right;
}

.content-half-sideimage-section .content-50 article {
    padding-top: 60px;
    padding-bottom: 60px;
}

.content-half-sideimage-section.left .content-50 article {
    padding-left: 120px;
}

.content-half-sideimage-section.right .content-50 article {
    padding-right: 120px;
}

.content-half-sideimage-section .content-50 {
    max-width: 770px;
    width: 94%;
    display: inline-flex;
    align-items: center;
}

.content-half-sideimage-section.right .content-50 {
    justify-self: end;
}

.content-half-sideimage-section p.headline {
    font-weight: 500;
    color: #7DD8FF;
    font-size: 16px;
    margin: 0 0 10px;
}

h2.headline {
    font-weight: bold;
}

/*****************************************************
*    TEAMS MODULES                                   *
*****************************************************/
.teams-section.hero-bkg-wrap .header-section-wrap {
    position: relative;
}

.teams-section.hero-bkg-wrap {
    height: auto;
}

.teams-section .text-align {
    text-align: left;
}

.slider-nav li {
    border-bottom: 2px solid transparent;
    color: #fff;
    cursor: pointer;
}

.slider-nav li.slick-current {
    border-bottom: 2px solid #fff;
}

.slider-nav li a {
    color: #fff;
}

.slider-nav li:hover a {
    color: #7DD8FF;
}

.slider-nav .slick-track {
    margin-right: 0;
}

.carousel-wrap {
    padding-top: 50px;
}

.carousel-alignment {
    display: inline-flex;
    justify-content: flex-end;
}

.carousel-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline;
}

ul.carousel-nav, .carousel-nav li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline;
}

ul.carousel-nav li {
    float: left;
    position: relative;
}

ul.carousel-nav li a {
    display: block;
    padding: 8px 12px;
    margin: 1px;
    font-weight: 500;
    font-size: 16px;
    white-space: nowrap;
    text-transform: uppercase;
    color: #fff;
}

.profile-items, a.profile-items {
    text-align: center;
    color: #fff;
}

a.profile-items .hover img {
    position: relative;
    z-index: 1;
}

a.profile-items .hover img:after {
    background-color: rgba(24 37 55 / 0.3);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 10;
    border-radius: 50%;
}

.profile-items img {
    border-radius: 50%;
    margin: 0 auto 20px auto;
}

.profile-items h3 {
    font-size: 16px;
}

.profile-items h4 {
    font-weight: 500;
    font-size: 17px;
}

.profile-items h3, .profile-items h4 {
    margin: 0 0 10px;
}

.carousel-wrap.slider-for {
    max-width: 960px;
    margin: 0 auto;
}

/*****************************************************
*    PAGINATION                                      *
*****************************************************/
.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
}

.pagination span, .pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #555;
}

.pagination a:hover {
    color: #fff;
    background: #3279BB;
}

.pagination .current {
    padding: 6px 9px 5px 9px;
    background: #3279BB;
    color: #fff;
}

/*****************************************************
*    BLOG AREA                                       *
*****************************************************/
#content .entry-title {
    color: #000000;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0px;
}

.entry-meta {
    color: #888888;
    font-size: 12px;
}

.entry-meta a, .entry-utility a {
    color: #888888;
}

.entry-utility {
    clear: both;
    color: #888888;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
}

.post {
    padding: 0px 0px 20px 0px;
}

#nav-above, #nav-below {
    display: block;
    margin: 5px 0px 5px 0px;
    clear: both;
    height: 15px;
}

#nav-above a, #nav-below a {
    text-decoration: none;
    color: #F90;
}

#nav-below {
    margin-top: 10px;
}

#nav-below .nav-previous, #nav-above .nav-previous {
    float: left;
    display: block;
}

#nav-below .nav-next, #nav-above .nav-next {
    float: right;
    display: block;
}

/*****************************************************
*    FOOTER                                          *
*****************************************************/
footer {
    clear: both;
    background-color: #182537;
    color: #fff;
    text-align: center;
    padding: 60px 0;
}

/*****************************************************
*    CONTACT FORM & & ERROR MESSAGES                 *
*****************************************************/
.wpcf7-form {
    background-color: #182536;
    padding: 60px;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 39px;
    filter: drop-shadow(-4px 9px 8px rgba(0, 0, 0, 0.57));
}

.wpcf7-form input[type='submit'] {
    float: right;
}

.wpcf7-form p {
    display: flow-root;
}

.wpcf7 form.invalid .wpcf7-response-output {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
}

span.wpcf7-not-valid-tip, .alert-danger {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #fff !important;
}

.wpcf7-form-control-wrap, span.wpcf7-not-valid-tip, .alert-danger {
    width: 100%;
}

.wpcf7-validation-errors {
    background-color: #fff579 !important;
    border: 1px solid #f7e700 !important;
    color: #333 !important
}

div.wpcf7-mail-sent-ok, .success_page {
    background-color: #80e76d !important;
    border: 1px solid #398f14 !important;
    color: #398f14 !important
}

div.wpcf7-mail-sent-ok, div.wpcf7-response-output, div.wpcf7-validation-errors, span.wpcf7-not-valid-tip, .alert-dismissable {
    border: 1px solid transparent;
    border-radius: 6px;
    margin: 10px 0 20px !important;
    padding: 8px !important;
}

.wpcf7-captcha-captcha {
    display: inline-block;
    margin: 3px 0 9px;
}

input[type='button'], input[type='reset'], input[type='submit'], button {
    display: inline-block;
    padding: 20px;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 29px;
    color: #fff;
    max-width: 290px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: #E33131;
    border: 1px solid #E33131;
    border-radius: 9px;
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color .3s ease-in-out, border .3s ease-in-out;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

input[type='button']:hover, input[type='reset']:hover, input[type='submit']:hover, button:hover {
    background-color: #b42929;
    border: 1px solid #b42929;
}

input[type='text'], input[type='email'], input[type='tel'], input[type='password'], input[type='search'], input[type='date'], input[type='datetime'], input[type='time'], input[type='url'], select, textarea {
    transition: border .3s ease-in-out;
    display: inline-block;
    width: 100%;
    padding: 25px;
    margin-bottom: 9px;
    background-color: rgba(217 217 217 / 0.35);
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    border: 0px solid rgba(217 217 217 / 0.35);
    border-radius: 15px;
    font-feature-settings: 'lnum'1;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: none;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

::placeholder {
    color: #fff;
}

input:focus::placeholder, textarea:focus::placeholder {
}

#submit {
    display: block;
    width: 150px;
}

#submit img {
    float: right;
}

/*****************************************************
*    FONTS                                           *
*****************************************************/
h1 {
    font-size: 90px;
    font-style: normal;
    font-weight: normal;
    font-family: 'Time Roman';
}

h2, h1.profile-font {
    font-size: 46px;
    margin: 5px 0px 5px 0px;
    font-style: normal;
    font-weight: 500;
    font-family: 'Montserrat';
}

h3 {
    font-size: 1.17em
}

h4 {
    font-size: 1em
}

h5 {
    font-size: .83em
}

h6 {
    font-size: .67em
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.1em;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/subset-Montserrat-Bold.woff2') format('woff2'), url('fonts/subset-Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/subset-Montserrat-BoldItalic.woff2') format('woff2'), url('fonts/subset-Montserrat-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/subset-Montserrat-Regular.woff2') format('woff2'), url('fonts/subset-Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/subset-Montserrat-Italic.woff2') format('woff2'), url('fonts/subset-Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/subset-Montserrat-Medium.woff2') format('woff2'), url('fonts/subset-Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Time Roman';
    src: url('fonts/subset-Time-RomanItalic.woff2') format('woff2'), url('fonts/subset-Time-RomanItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Time Roman';
    src: url('fonts/subset-Time-Roman.woff2') format('woff2'), url('fonts/subset-Time-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.woff') format('woff'), ;
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-dropdown:before {
    content: "\e900";
}

/*****************************************************
*    FULL SCREENS                                    *
*****************************************************/
#cd-lateral-nav, .mobile-menu, .hamburger {
    display: none;
}

@media screen and (min-width:1399px) {
    [role="banner"] .pagewrap-flex {
        padding: 170px 0;
    }

}

@media screen and (max-width:1275px) {
    .flex-item section {
        padding: 40px;
    }

}

@media screen and (min-width:1039px) {
    .teams-section .grid-columns-2 {
        grid-template-columns: minmax(280px, 1fr) 3fr;
    }

}

@media screen and (max-width:1091px) {
    .flex-item section h2 {
        font-size: 30px;
    }

}

@media screen and (max-width:1040px) {
    .page-template-page-home .header-section-wrap header, .page-template-page-home .header-section-wrap .title-wrap {
        background-color: rgba(0 0 0 / 0.25);
    }

    .teams-section .grid-columns-2 {
        grid-template-columns: repeat(1, 1fr);
    }

    .teams-section .text-align {
        max-width: 490px;
    }

}

/*****************************************************
*    MOBILE AND TABLE SCREENS                        *
*****************************************************/
@media screen and (min-width:971px) {
    .mobile-table {
        display: none;
    }
	
	.content-table-section svg:nth-child(3), .content-table-section svg:nth-child(2) {
		width: 120px;
	}

}

@media screen and (max-width:970px) {
    .content-table-section .flex-columns {
        flex-direction: column;
    }

    .content-table-section .table-wrap section {
        border-right: 0px solid #2083AD;
    }

    .desktop-table {
        display: none;
    }
	
	.content-table-section .pagewrap.mobile-table section:nth-child(1) svg, .content-table-section .pagewrap.mobile-table section:nth-child(2) svg {
  		width: 210px;
	}
}

@media screen and (max-width:950px) {
    .flex-item section {
        padding: 40px 25px;
    }

}

@media screen and (max-width:861px) {
    a[href^=tel] {
        color: inherit;
        text-decoration: none;
    }

    .desktop {
        display: none;
    }

    .page-template-page-profile .pagewrap.grid-columns-2 {
        grid-template-columns: 1fr;
    }

    .page-template-page-profile main {
        padding-top: 0px;
    }

}

@media screen and (min-width:860px) {
    nav #toggle, .mobile {
        display: none;
    }

    .page-template-page-profile .cd-main-content {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .page-template-page-profile .sticky-footer {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        position: relative;
        display: inline-flex;
    }

    .title-wrap {
        padding-bottom: 230px;
    }

}

/*****************************************************
*    MOBILE SCREENS ONLY                             *
*****************************************************/
@media screen and (max-width:861px) {
    body {
        word-wrap: break-word;
    }

    a[href^=tel] {
        color: inherit;
        text-decoration: none;
    }

    nav[aria-label='main navigation'] {
        display: none;
    }

    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 26px;
    }

    .title-wrap h1 {
        font-size: 65px;
    }

    .content-half-sideimage-section.right .content-50 article {
        padding-right: 50px;
    }

    .content-half-sideimage-section.left .content-50 article {
        padding-left: 50px;
    }

    header .pagewrap, footer {
        padding: 20px 0;
		font-size: 15px;
    }

    .content-half-sideimage-section .content-50 article {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .header-section-wrap .grid-columns-2 {
        grid-template-columns: repeat(1, 1fr);
    }

    .slider-nav .slick-track {
        margin-right: auto;
    }

    .flex-item section {
        padding: 40px 25px;
    }

    .flex-item section h2 {
        font-size: 29px;
    }

}

@media screen and (max-width:830px) {
    .flex-section {
        flex-direction: column;
    }

}

@media screen and (max-width:670px) {
    [role="banner"] .subnav li {
        float: none;
    }

    [role="banner"] .subnav li a {
        margin: 15px 0 0 0;
    }

    [role="banner"] .pagewrap-flex {
        padding: 90px 0;
    }

}

@media screen and (max-width:630px) {
    .img-50 {
        grid-template-columns: repeat(1, 1fr);
    }

    .content-half-sideimage-section.left .img-50 picture {
        order: 2;
    }

    .content-half-sideimage-section.left .img-50 .content-50.center-flex {
        order: 1;
    }

    .content-half-sideimage-section .content-50 {
        max-width: 770px;
        width: 90%;
        margin: 0 auto;
    }

    .content-half-sideimage-section.right .content-50 article {
        padding-right: 0;
    }

    .content-half-sideimage-section.left .content-50 article {
        padding-left: 0;
    }
	
	.content-table-section {
		padding-bottom: 0;
	}

}

@media screen and (max-width:570px) {
    .wpcf7-form {
        padding: 35px;
    }

    input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="search"], input[type="date"], input[type="datetime"], input[type="time"], input[type="url"], select, textarea {
        padding: 15px;
    }

    input[type="button"], input[type="reset"], input[type="submit"], button {
        padding: 15px;
        font-size: 20px;
    }

    .wpcf7-form input[type="submit"] {
        float: none;
        width: 100%;
        max-width: 100%;
    }

    ul.carousel-nav li a {
        font-size: 12px;
    }

    .profile-items h3 {
        font-size: 16px;
    }

    .profile-items h4 {
        font-size: 13px;
    }

    .page-template-default main, .title-wrap, .page-template-page-resources main {
        padding-bottom: 60px;
    }

    .page-template-page-resources main {
        padding-top: 50px;
    }

    .page-template-page-news .split {
        font-size: 15px;
    }

    .carousel-item.grid-columns-3 {
        grid-template-columns: repeat(1, 1fr);
    }

    ul.carousel-nav li {
        float: none;
    }

}

@media screen and (max-width:480px) {
    .wpcf7-form {
        padding: 35px;
    }

    .page-template-page-profile .mobile.profile-items {
        max-width: 160px;
        margin-left: 12px
    }

}

/*****************************************************
*    NAVIGATION AREA  FOR  MOBILE SCREENS ONLYS      *
*****************************************************/
@media screen and (max-width:861px) {
    nav[role=navigation] {
        display: none
    }

    #cd-lateral-nav, .hamburger {
        display: block
    }

    header h1 a {
        margin: 0 auto
    }

    .mobile-menu {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 50px;
        width: 100%;
        background: #fff;
        z-index: 3;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        transition-property: transform;
        transition-duration: 0.4s
    }

    .mobile-menu.lateral-menu-is-open {
        -ms-transform: translateX(-260px);
        transform: translateX(-260px)
    }

    #cd-top-nav {
        position: absolute;
        top: 0;
        right: 120px;
        height: 100%;
        display: none
    }

    #cd-top-nav ul {
        height: 100%;
        padding-top: 18px
    }

    #cd-top-nav li {
        display: inline-block;
        margin-right: 1em
    }

    #cd-top-nav a {
        display: inline-block;
        padding: .5em;
        color: #FFF;
        text-transform: uppercase;
        font-weight: 600
    }

    #cd-top-nav a.current {
        background-color: #242e30
    }

    .no-touch #cd-top-nav a:hover {
        color: rgba(255, 255, 255, 0.7)
    }

    #cd-lateral-nav {
        position: fixed;
        height: 100%;
        right: 0;
        top: 0;
        visibility: hidden;
        z-index: 1;
        width: 260px;
        background-color: #1d1d1d;
        overflow-y: auto;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        transition: transform .4s 0s, visibility 0s .4s;
        -ms-transform: translateX(80px);
        transform: translateX(80px)
    }

    #cd-lateral-nav .cd-navigation {
        margin: 10px 0 16px
    }

    #cd-lateral-nav .sub-menu {
        padding: 0 10px 20px 15px;
        display: none
    }

    #cd-lateral-nav a {
        display: block;
        line-height: 2em;
        padding: 0 16px 0 32px;
        color: #aab5b7
    }

    #cd-lateral-nav ul#top-menu > li > a {
        text-transform: uppercase;
        font-weight: 600
    }

    #cd-lateral-nav li.current-menu-item a {
        background-color: #32312f;
        color: #FFF
    }

    .no-touch #cd-lateral-nav a:hover {
        color: #FFF
    }

    #cd-lateral-nav .cd-navigation {
        margin: 20px 0
    }

    #cd-lateral-nav.lateral-menu-is-open {
        -ms-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
        transition: transform .4s 0s, visibility 0s 0s;
        -webkit-overflow-scrolling: touch
    }

    #cd-lateral-nav .menu-item-has-children > a {
        position: relative
    }

    #cd-lateral-nav .menu-item-has-children > a:after {
        content: '';
        display: block;
        height: 11px;
        width: 8px;
        position: absolute;
        top: 50%;
        bottom: auto;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 1em;
        background: url("images/cd-arrow.svg") no-repeat center center;
        background-size: 8px 11px;
        transition-property: transform;
        transition-duration: 0.2s
    }

    #cd-lateral-nav .menu-item-has-children > a.submenu-open:after {
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg)
    }

    .cd-main-content {
        min-height: 100%;
        position: relative;
        z-index: 2;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        transition: transform 0.4s ease-in-out, background 0.4s ease-in-out, backdrop-filter 0.4s ease-in-out, -webkit-backdrop-filter 0.4s ease-in-out;
    }

    .cd-main-content.lateral-menu-is-open {
        -ms-transform: translateX(-260px);
        transform: translateX(-260px);
    }

    .menu-hamburger {
        z-index: 20;
        display: block;
        width: 21px;
        height: 20px;
        box-sizing: content-box;
        border: 6px solid transparent;
        position: relative;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    .menu-hamburger span {
        display: block;
        position: absolute;
        height: 3px;
        width: 50%;
        background: #fff;
        opacity: 1;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    .menu-hamburger.open span {
        background: #fff;
    }

    .menu-hamburger span:nth-child(even) {
        left: 50%;
        border-radius: 0 4px 4px 0;
    }

    .menu-hamburger span:nth-child(odd) {
        left: 0px;
        border-radius: 4px 0 0 4px;
    }

    .menu-hamburger span:nth-child(1), .menu-hamburger span:nth-child(2) {
        top: 1px;
    }

    .menu-hamburger span:nth-child(3), .menu-hamburger span:nth-child(4) {
        top: 8.5px;
    }

    .menu-hamburger span:nth-child(5), .menu-hamburger span:nth-child(6) {
        top: 16px;
    }

    .menu-hamburger.open span:nth-child(1), .menu-hamburger.open span:nth-child(6) {
        transform: rotate(45deg);
    }

    .menu-hamburger.open span:nth-child(2), .menu-hamburger.open span:nth-child(5) {
        transform: rotate(-45deg);
    }

    .menu-hamburger.open span {
        width: 61%;
    }

    .menu-hamburger.open span:nth-child(1) {
        left: 0px;
        top: 4px;
    }

    .menu-hamburger.open span:nth-child(2) {
        left: calc(50% - 1.5px);
        top: 4px;
    }

    .menu-hamburger.open span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }

    .menu-hamburger.open span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }

    .menu-hamburger.open span:nth-child(5) {
        left: 0px;
        top: 13px;
    }

    .menu-hamburger.open span:nth-child(6) {
        left: calc(50% - 1.5px);
        top: 13px;
    }

}

/****************************************************
*    Slick Slider                                   *
****************************************************/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}