/*
Theme Name: Toropoint
Theme URI: https://www.toropoint.com/
DESCRIPTION: Toropoint custom Wordpress theme
Version: 1.0
Author: Tonya Lawrence / webheads.co.uk
Author URI: https://webheads.co.uk
Tags: Toropoint
*/

/** reset **/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,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,nav,output,ruby,section,summary,time,mark,audio,video,button{border:0;outline: none;font-size:100%;font:inherit;background: transparent; vertical-align:baseline;margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1; -webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:''; content:none;}
table{border-collapse:collapse;border-spacing:0}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('/wp-content/themes/toropoint/fonts/PlusJakartaSans-Regular.woff2') format('woff2'),
        url('/wp-content/themes/toropoint/fonts/PlusJakartaSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('/wp-content/themes/toropoint/fonts/PlusJakartaSans-MediumItalic.woff2') format('woff2'),
        url('/wp-content/themes/toropoint/fonts/PlusJakartaSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('/wp-content/themes/toropoint/fonts/PlusJakartaSans-SemiBoldItalic.woff2') format('woff2'),
        url('/wp-content/themes/toropoint/fonts/PlusJakartaSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('/wp-content/themes/toropoint/fonts/PlusJakartaSans-Italic.woff2') format('woff2'),
        url('/wp-content/themes/toropoint/fonts/PlusJakartaSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('/wp-content/themes/toropoint/fonts/PlusJakartaSans-SemiBold.woff2') format('woff2'),
        url('/wp-content/themes/toropoint/fonts/PlusJakartaSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('/wp-content/themes/toropoint/fonts/PlusJakartaSans-Medium.woff2') format('woff2'),
        url('/wp-content/themes/toropoint/fonts/PlusJakartaSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/**

400 (normal) - regular
500 - medium
600 - semibold

**/

:root {
  --dark-ocean-blue: #1A2F39;
  --dark-ocean-blue2: #1D343E;
  --grey: #7E7E7E;
  --button-blue: #74E4EB;
  --light-blue: #D8EFF3;
  --white: #fff;

  --plusjakartasans:"Plus Jakarta Sans", sans-serif;
}

/* general */

#overall-wrapper { overflow:hidden; }
#overall-wrapper.noscroll { /** height: 100vh; **/ overflow: hidden; }
html.noscroll, html.noscroll body { overflow: hidden; position: relative; /** height: 100%; **/ }

html,body { /** overflow-x: hidden; **/   -webkit-tap-highlight-color: rgba(0,0,0,0); }
html { /** overflow-y: scroll; **/  overflow-y: scroll; }

body::-webkit-scrollbar, body *::-webkit-scrollbar { width: 10px; }
body::-webkit-scrollbar-thumb, body *::-webkit-scrollbar-thumb { background-color: var(--dark-ocean-blue); }
body::-webkit-scrollbar-track, body *::-webkit-scrollbar-track { background: var(--light-blue); }
body *::-webkit-scrollbar { width: 6px; }

/** below copied to wp-admin.css - START **/

body { font: 500 1.25rem/140% var(--plusjakartasans); background: #fff; color: var(--grey); }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;    text-underline-offset: 2px; }
img, canvas, figure { max-width: 100%; height: auto; }

strong { font-weight: bold; }
em { font-style: italic; }

h1, h2, h3, h4, h5, h6, p { padding: 0 0 25px 0; }
h1, h2, h3, h4, h5, h6, .h1_styler, .h2_styler, .h3_styler { font-weight: 600; }
h1, .h1_styler { font: 600 5.625rem/108% var(--plusjakartasans); letter-spacing: -0.03em; color: var(--dark-ocean-blue); } 
h2, .h2_styler { font: 600 2.813rem/125% var(--plusjakartasans); letter-spacing: -0.02em; color: var(--dark-ocean-blue); } 
h3, .h3_styler { font: 600 2.1rem/125% var(--plusjakartasans); letter-spacing: -0.01em; color: var(--dark-ocean-blue); } 
h4 { font: 600 1.7rem/125% var(--plusjakartasans); letter-spacing: -0.01em; color: var(--dark-ocean-blue); }
h5 {  }
p {  }
a { color: var(--grey); text-decoration: underline; transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease;    -webkit-font-smoothing: antialiased; }
a:hover { text-decoration: none; }
	a[href^="tel:"] { text-decoration: none !important; cursor: default; }

ul, ol { margin: 0 0 0 14px; padding: 0 0 20px 0; }
ul { list-style: disc; margin: 0 0 0 20px; }
ol { list-style: decimal; margin: 0 0 0 18px; }
ul li, ol li { padding: 0 0 10px 0; margin: 0;  padding: 0 0 5px 0; }
ul ul { padding: 10px 0 0 0; }
ul ul li { padding: 0 0 10px 0; }

table { margin: 0 0 15px 0; }
table td, table th { padding: 10px 5px; }

hr {  }

::-moz-selection { background-color: var(--dark-ocean-blue); color: #fff; }
::selection { background-color: var(--dark-ocean-blue); color: #fff; }

.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }

.large_text {  }
.button_cta { display:inline-block; font-family: inherit; cursor: pointer; font-size:1.063rem; line-height:24px; line-height: 120%; font-weight: 600; padding:13px 25px; text-align:center; text-decoration: none; color:var(--dark-ocean-blue); background: var(--button-blue); border: 2px solid var(--button-blue); -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.button_cta:hover { color: var(--button-blue); color: var(--white); background: var(--dark-ocean-blue); border-color: var(--dark-ocean-blue); }
.green_label {  }

/** below copied to wp-admin.css - END **/

/** general layout **/

.container { margin: 0 auto; width: 100%; padding: 0 70px; }
.container_capped {  }

input, textarea, #challenges #challenges_scroller ul li, #header_main nav { transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
#difference, .difference_col .difference_col_wrapper .difference_col_info, .difference_col .difference_col_wrapper .difference_col_info * { transition: all .6s ease; -o-transition: all .6s ease; -moz-transition: all .6s ease; -webkit-transition: all .6s ease; }

a.view-article { display: none; }

.clear { clear: both; }
.float_left, .alignleft { float: left; margin: 5px 35px 10px 0; }
.float_right, .alignright { float: right; margin: 5px 0 10px 35px; }
.no_padding { padding: 0; }

.embed-container { position: relative; height: 0; overflow: hidden; padding-bottom: 56.25%; /* 16x9 Aspect Ratio */  max-width: 100%; height: auto; }
.embed-container-4x3 { padding-bottom: 75%; /* 4x3 Aspect Ratio */ }
.embed-container-square { padding-bottom: 100%; }
.embed-container-mobile { padding-bottom: 132%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top:0; left: 0; width: 100%; height: 100%; }
    .embed-container-wrapper { margin-top: 20px; margin-bottom: 40px; }

.disable_select { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }

.pag_nav { display: block; clear: both; text-align: center; }
.pag_nav a { text-decoration: none; }

/** general form styles **/

form { margin: 0; }

input { outline: none !important; }
input, select, textarea { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
input.text, select, textarea { padding: 13px 26px; margin: 0; border: 1px solid #fff; outline: none; background-color: #fff; font: inherit; }
select { /** min-height: 43px; padding: 0 10px; **/ }
label {  }
input.text, textarea, select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type='submit'] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

::-webkit-input-placeholder { color: var(--dark-ocean-blue) !important; }
:-moz-placeholder { /* Firefox 18- */ color: var(--dark-ocean-blue) !important; }
::-moz-placeholder {  /* Firefox 19+ */ color: var(--dark-ocean-blue) !important; }
:-ms-input-placeholder { color: var(--dark-ocean-blue) !important; }

/** contact form **/

.wpcf7-spinner { display: none !important;}

.form_list { margin: 0 -15px; padding: 0; list-style: none; list-style-image: none; display: flex; flex-wrap: wrap; gap: 30px 0; }
.form_list li { margin: 0; padding: 0 15px; display: block; width: 25%; }
.form_list li label { display: none; }
.form_list li .text, .form_list li textarea, .form_list li select { width: 100%; font-size: 1.063rem; line-height: 100%; display: block; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; background: var(--light-blue); border-color: var(--light-blue); color: var(--dark-ocean-blue); }
.form_list li .text.wpcf7-not-valid { border-color: #E30428 !important; }
.form_list li textarea { height: 80px; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; }
.form_list li.form_list_submit {  }
.form_list li.form_list_submit .button_cta { width: 100%; }
.form_list li.form_list_wide { width: 100% !important;}

.form_list li select, .searchandfilter select { -webkit-appearance: none; -moz-appearance: none; appearance: none; display: block; width: 100%; background: url(/wp-content/themes/osbornes/images/arrow-down-select.png) 100% 50% no-repeat #fff; background-size: auto 9px; padding-right: 35px; }
.form_list li select::-ms-expand, .searchandfilter select::-ms-expand { display: none; }

.wpcf7-not-valid-tip { display: block; padding: 5px 0 0 0;  display: none !important; }
.wpcf7-not-valid-tip, .wpcf7-not-valid-tip * {  }
form.invalid .wpcf7-not-valid { /** background: #fbe122;  border: 1px solid #fbe122; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; **/ }

.wpcf7 form .wpcf7-response-output { clear: both; border: none; margin: 0; color: #269FC7; color: #46b450; padding: 20px 0 0 0; text-align: left; font-weight: bold; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output { color: #E10600; font-weight: bold; }

.form-hidden-fields { display: none !important; }
.ajax-loader { display: none !important; }

/* 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;  padding: 0; margin: 0; }
.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; }
.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;  padding: 0; margin: 0; }
[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; }

.slick-arrow { z-index: 10; z-index: 3; background: url(/wp-content/themes/exagen/images/scroller-left.svg) center no-repeat; background-size: 50px 50px; border: none; outline: none; text-indent: -9999px; width: 50px; height: 50px; cursor: pointer;  transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.slick-arrow:hover {  }
.slick-prev.slick-arrow {  }
.slick-next.slick-arrow { background-image: url(/wp-content/themes/exagen/images/scroller-right.svg); }
.slick-prev.slick-arrow.slick-disabled { background-image: url(/wp-content/themes/exagen/images/scroller-left-inactive.svg); }
.slick-next.slick-arrow.slick-disabled { background-image: url(/wp-content/themes/exagen/images/scroller-right-inactive.svg); }

.slick-dots { margin: 0; padding: 35px 0 0 0; list-style: none; list-style-image: none; display:flex; align-items:center; justify-content:center; gap: 0 14px; }
.slick-dots li { margin: 0; padding: 0 !important; width: auto !important; float: none !important; }
.slick-dots li button { cursor: pointer; background: rgba(255,255,255,0.3); text-indent: -9999px; outline: none; border: none; padding: 0; width: 10px; height: 10px; line-height: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.slick-dots li button:hover, .slick-dots li.slick-active button { background: var(--cian); }


.wobble { -webkit-animation: wobble 2.5s ease-out; -webkit-animation-iteration-count: infinite; }
@-webkit-keyframes wobble {
    0% {-webkit-transform: translate3d(0, 0, 0); }
    50% {-webkit-transform: translate3d(0, -10px, 0); }
    100% {-webkit-transform: translate3d(0, 0, 0); }    
}

    .hamburger { padding: 0; display: flex; gap: 0 10px; align-items: center; cursor: pointer; transition-property: opacity, filter; transition-duration: 0.15s; transition-timing-function: linear; font: inherit; color: inherit; text-transform: none; background-color: transparent; border: 0; margin: 0; overflow: visible; }
    .hamburger:hover { /** opacity: 0.7; **/ }
    .hamburger.is-active { margin-top: 3px; }

    .hamburger-box { width: 26px; height: 11px; top: 1px; display: inline-block; position: relative; }

    .hamburger-inner { display: block; top: 50%; top: 0; }
    .hamburger-inner, .hamburger-inner::after { width: 26px; height: 2px; background-color: #fff; position: absolute; transition-property: transform; transition-duration: 0.15s; transition-timing-function: ease; }
    .hamburger-inner::after { content: ""; display: block; }
    .hamburger-inner::after { bottom: -8px; }

    .hamburger--spin .hamburger-inner { transition-duration: 0.22s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--spin .hamburger-inner::after { transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

    .hamburger--spin.is-active .hamburger-inner { transform: rotate(225deg); transition-delay: 0.12s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--spin.is-active .hamburger-inner::after { bottom: 0 !important; transform: rotate(-90deg); transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

    .hamburger-label { color: #fff; font-size:17px; line-height: 17px; font-weight:400; font-weight:300; letter-spacing: -0.01em; }

.fixed-footer #section_main { position: relative; z-index: 1;}
.fixed-footer #site_footer { position: fixed; left: 0; right: 0; bottom:0; }

/** header **/

#header_main { padding: 35px 0; position: absolute; top: 0;left: 0; right: 0; z-index: 99; }
#header_main .container { padding: 0 30px; display: flex; justify-content: space-between; gap: 20px 30px; }
#header_main #logo_toropoint { display: block; line-height: 7px;}
#header_main #logo_toropoint img { }
#header_ctas { margin: 0; padding: 0; list-style: none; list-style-image: none; display: flex; gap: 20px; flex-wrap: wrap; }
#header_ctas li { margin: 0; padding: 0;}
#header_ctas li .button_cta { font-size: 0.9rem; white-space: nowrap; }
#header_ctas li:last-of-type .button_cta { background-image: url(/wp-content/themes/toropoint/images/toropoint-t.png); background-position: calc(100% - 15px) 50%; background-size: auto 23px; background-repeat: no-repeat; padding-right: 55px; }
#header_ctas li:last-of-type .button_cta:hover { background-image: url(/wp-content/themes/toropoint/images/toropoint-t-over.png); }

#header_main .menu_toggle { position: absolute; right: 30px; top: 52px; display: none;}
#header_main nav { opacity: 0; visibility: hidden; z-index: -1; pointer-events: none; position: absolute; top: 105px; right: 30px; padding: 15px 20px; background: rgba(0, 0, 0, 0.25); background: rgba(255, 255, 255, 0.25); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }
#header_main nav ul { margin: 0; padding: 0; list-style: none; list-style-image: none; display: flex; flex-direction: column; gap: 8px 0;}
#header_main nav ul li { margin: 0; padding: 0; text-align: right; font-size: 0.9rem; line-height: 135%; }
#header_main nav ul li a { display: block; color: #fff; color: var(--dark-ocean-blue); text-decoration: none;}
#header_main nav ul li a:hover { text-decoration: underline;}
.open-menu #header_main nav { top: 115px; opacity: 1; visibility: visible; z-index: 10; pointer-events: auto; background: rgba(0, 0, 0, 0.75); background: rgba(255,255,255,1); }

/** banner **/

#banner { background: var(--dark-ocean-blue);}
.banner_slide { background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; }
.banner_slide_tint, #difference_tint, .difference_col_tint, #mission_tint { background: rgba(0,0,0,0.4); position: absolute; top: 0; left: 0; right: 0; bottom:0; width: 100%; height: 100%;}
.banner_slide .container { display: flex; align-items: flex-end; min-height: 100svh; padding-top: 125px; position: relative; z-index: 2;}
.banner_slide * { color: var(--white);}
.banner_slide_info { display: flex; flex-direction: column-reverse;}
.banner_slide h1, .banner_slide h2 { max-width: 500px; padding: 0 0 80px 0;}
.banner_slide h1 { font-size: 4.625rem; line-height: 80px; line-height: 108%; max-width: 580px;}
.banner_slide p { padding: 0 0 40px 0;}
.banner_slide .banner_slide_info_wysiwyg { max-width: 425px; }

    .page-template-template-builder .banner_slide h1 { max-width: 1054px;}
    .page-template-template-builder .banner_slide .banner_slide_info_wysiwyg { max-width: 625px;}

/** challenges **/

#challenges { padding: 95px 0; background: var(--light-blue);}
#challenges .container { padding-right: 0; display: flex; flex-wrap: wrap; gap: 45px 0;}
#challenges h2 { width: 27%; font-size: 1.25rem; line-height: 24px; letter-spacing: -0.01em; color: var(--dark-ocean-blue); padding: 0; }
#challenges h2 span { display: block; width: 100%; max-width: 200px;}
#challenges #challenges_scroller { width: 73%;}
#challenges #challenges_scroller ul { margin: 0; padding: 0; list-style: none; list-style-image: none;}
#challenges #challenges_scroller ul li { opacity: 0.25; margin: 0; padding: 0 100px 0 76px; color: var(--dark-ocean-blue); background: url(/wp-content/themes/toropoint/images/icon-arrow.svg) 0 10px no-repeat; font-size: 2.813rem; font-weight: 600; line-height: 54px; line-height: 120%; letter-spacing: -0.02em;      min-height: 60px;}
#challenges #challenges_scroller ul li.slick-current { opacity: 1;}

/** difference **/

#difference { background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; flex-wrap: wrap; position: relative;}
#difference * { color: var(--white);}
#difference p { padding: 0 0 30px 0}
#difference ul { padding-bottom: 25px;}
#difference h2 { position: absolute; top: 75px; left: 70px; right: 70px; font-size: 1.25rem; line-height: 24px; letter-spacing: -0.01em; z-index: 2; }
.difference_col { width: 33.33333333333333%; min-height: 750px; padding: 165px 70px 75px 70px; display: flex; align-items: flex-end; position: relative; z-index: 2;            background-position: center; background-repeat: no-repeat; background-size: cover;}
#difference .difference_col:nth-of-type(2) { border-left: 1px solid #CCE1DE; border-right: 1px solid #CCE1DE; }
.difference_col .difference_col_wrapper { display: flex; flex-direction: column-reverse; width: 100%;       position: relative; z-index: 2;}
.difference_col .difference_col_wrapper h3 { padding: 0;  font-size: 2.813rem; font-weight: 600; line-height: 52px; line-height: 120%; letter-spacing: -0.02em; }
.difference_col .difference_col_wrapper .difference_col_info { opacity: 0; visibility: hidden; /** height: 0; **/ padding: 0; padding: 50px 0 0 0; background: url(/wp-content/themes/toropoint/images/icon-arrow.svg) 0 10px no-repeat;}
.difference_col.active .difference_col_wrapper .difference_col_info { opacity: 1; visibility: visible; /** height: auto; **/ padding: 70px 0 0 0;}
.difference_col_tint { display: none;}

/** plan **/

#plan { padding: 95px 0; background: var(--white); }
#plan .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px 0;}
#plan #plan_left { width: 48%; margin-bottom: -25px; padding: 0 60px 0 0;}
#plan #plan_left * { max-width: 600px;}
#plan #plan_right { width: 52%;}
#plan_right ul { margin: 0; padding: 0; list-style: none; list-style-image: none;}
#plan_right ul li { margin: 0; padding: 0 0 45px 0; max-width: 610px; display: flex; justify-content: space-between; background: url(/wp-content/themes/toropoint/images/bkg-steps-line.svg) 25px 0 repeat-y;}
#plan_right ul li:last-of-type { background: none;}
#plan_right ul li .plan_right_no { width: 80px; }
#plan_right ul li .plan_right_no strong { display: flex; align-items: center; justify-content: center; font-size: 1.188rem; line-height: 100%; border: 15px solid var(--white); margin-left: -15px; margin-top: -10px; width: 80px; height: 80px; background: var(--light-blue); font-weight: 600; color: var(--dark-ocean-blue); -webkit-border-radius: 80px; -moz-border-radius: 80px; border-radius: 80px; }
#plan_right ul li .plan_right_info { width: calc(100% - 80px); }
#plan_right h3 { padding-bottom: 15px;}
#plan_call { width: 100%; text-align: center; padding: 0; margin: -25px 0 0 0;}

#plan.free #plan_right { padding: 0 0 45px 0;}

/** mission, vision, success content **/

#mission { background: url(/wp-content/themes/toropoint/images/bkg_content.jpg) center no-repeat; background-size: cover; padding: 95px 0; position: relative; }
#mission .container { max-width: 1214px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 30px 0;}
#mission .mission_col { width: 46.5%; margin-bottom: -25px; position: relative; z-index: 2;}
#mission * { color: var(--white); }
#mission .button_cta:not(:hover) { color: var(--dark-ocean-blue) !important; }
.home #mission * { font-size: 1.375rem; letter-spacing: -0.02em; line-height: 145%; }
.home #mission h2, .home #mission h3 { padding: 0 0 2px 0;}

    #mission .mission_col.wide { width: 100%; }

#newsletter { padding: 95px 0; background: var(--white);}
#newsletter h2 { padding: 0 0 55px 0;}

/** footer **/

#site_footer { padding: 75px 0 40px 0; background: var(--dark-ocean-blue); }
#site_footer * { color: var(--white);}
#site_footer .container { display: flex; flex-wrap: wrap;}
.footer_col_t { width: 120px;}
.footer_col_t img { width: 70px; height: auto; margin-top: 4px; }
.footer_col:not(.footer_col_t) { width: calc(33.33333333333333% - 40px); max-width: 340px; padding: 0 45px 0 0;}
.footer_col ul { margin: 0; padding: 0; list-style: none; list-style-image: none; display: flex; flex-direction: column; gap: 20px 0;}
.footer_col ul li { margin: 0; padding: 0; font-size: 0.875rem; line-height: 165%; width: 100%;}
.footer_col ul li a { display: block; opacity: 0.5; text-decoration: none;}
.footer_col ul li a:hover { opacity: 1;}
.footer_logo { line-height: 7px; padding: 170px 0 50px 0; padding-top: 90px; width: 100%; text-align: center;}
.footer_logo img { width: 100%; max-width: 1770px; height: auto; }
#site_footer small { font-size: 0.75rem; line-height: 155%; display: flex; flex-wrap: wrap; gap: 15px 30px; opacity: 0.5; font-weight: 400; }
#site_footer small a:last-of-type { text-decoration: none;}
#site_footer small a:last-of-type:hover { text-decoration: underline;}
#site_footer small span, #site_footer small a { white-space: nowrap;}

/** modal **/

.create_modal { background: rgba(0,0,0,0.75); padding: 20px; position: fixed; top:0; left: 0; right: 0; bottom: 0; overflow: auto; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; z-index: -1; }
.create_modal.open { opacity: 1; visibility: visible; z-index: 99999;}
.create_modal .create_modal_info { max-width: 750px; position: relative; background: var(--white); padding: 50px; -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.13); -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.13); box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.13);               max-height: 90svh; overflow: auto; }
.create_modal_close { position: absolute; top: 15px; right: 15px; width: 30px; height: 30px; text-indent: -9999px; overflow: hidden; background: url(/wp-content/themes/toropoint/images/icon-close.svg) center no-repeat; }

.create_modal_info .form_list li { width: 50%;}

/** basic page **/

.page-template-default:not(.home) #header_main, .error404 #header_main { background: var(--dark-ocean-blue); }
.page-template-default:not(.home) #header_main .container, .error404 #header_main .container { align-items: center;}
.page-template-default:not(.home) #header_main .button_cta:hover, .error404 #header_main .button_cta:hover { border-color: var(--white); }
#page_basic { background: var(--white); padding: 190px 0 0 0;       min-height: 100svh;}
#page_basic .container { max-width: 1400px;}
.error404 #page_basic .container { max-width: 800px;}

@media all and (min-width: 1231px) {

    .difference_col { background-image: none !important;}

}

@media all and (min-width: 0px) and (max-width : 1600px) {

}

@media all and (min-width: 0px) and (max-width : 1530px) {

}

@media all and (min-width: 0px) and (max-width : 1500px) {

}

@media all and (min-width: 0px) and (max-width : 1450px) {

    #challenges #challenges_scroller ul li { padding-right: 40px;}

}

@media all and (min-width: 0px) and (max-width : 1400px) {


}

@media all and (min-width: 0px) and (max-width : 1380px) {


}

@media all and (min-width: 0px) and (max-width : 1320px) {


}

@media all and (min-width: 0px) and (max-width : 1250px) {

    #challenges h2, #challenges #challenges_scroller { width: 100%; }
    #challenges h2 span { max-width: 100%;}

}

@media all and (min-width: 0px) and (max-width : 1230px) {

    #difference { background: var(--white) !important;}
    #difference h2 { position: static; padding: 45px 70px; color: var(--dark-ocean-blue); width: 100%;}
    #difference_tint { display: none;}
    .difference_col_tint { display: block;}
    .difference_col { width: 100%; min-height: unset; padding: 75px 70px 75px 70px;}
    .difference_col .difference_col_wrapper .difference_col_info { opacity: 1; visibility: visible; /** height: auto; **/ padding: 70px 0 0 0; max-width: 550px;}
    #difference .difference_col:nth-of-type(2) { border:none; border-top: 1px solid #CCE1DE; border-bottom: 1px solid #CCE1DE; }

}

@media all and (min-width: 0px) and (max-width : 1140px) {

    .form_list li { width: 50%;}

}

@media all and (min-width: 0px) and (max-width : 1080px) {

    #header_main .menu_toggle { display: block; top: 42px; }
    #header_ctas li:not(:last-of-type) { display: none;}
    #header_ctas { margin: 0 56px 0 0; }
    #header_main .container { align-items: center;}

}

@media all and (min-width: 0px) and (max-width : 980px) {



}

@media all and (min-width: 0px) and (max-width : 950px) {



}

@media all and (min-width: 0px) and (max-width : 900px) {

    #mission .mission_col { width: 100%;}

    #header_ctas { flex-direction: column-reverse; align-items: flex-end;   gap: 15px; }
    #header_ctas li .button_cta { min-width: 221px; min-width: 200px; }

}

@media all and (min-width: 0px) and (max-width : 850px) {

    #plan #plan_left, #plan #plan_right { width: 100%; margin: 0; padding: 0;}
    .form_list li { width: 100%;}

}

@media all and (min-width: 0px) and (max-width : 800px) {


}

@media all and (min-width: 0px) and (max-width : 780px) {

}

@media all and (min-width: 0px) and (max-width : 760px) {



}

/** mobile **/

@media all and (min-width: 0px) and (max-width : 670px) {

    body {  }

    h1, .h1_styler { font-size: 4rem; letter-spacing: -0.02em;}
    h2, .h2_styler { font-size: 1.8rem; }
    h3, .h3_styler {  }

    .container { padding: 0 25px; }
    #header_main { padding: 25px 0;}
    #header_main .container { padding-left: 25px; padding-right: 25px; /** align-items: center; **/ gap: 20px 25px; }
    #header_main .menu_toggle { top: 32px;}
    .open-menu #header_main nav { top: 95px;}

    .banner_slide h1, .banner_slide h2 { max-width: 390px; padding: 0 0 60px 0;}
    .banner_slide h1 { font-size: 3.625rem; max-width: 500px;}
        .page-template-template-builder .banner_slide h1 { font-size: 2.4rem; }

    #challenges, #plan, #mission, #newsletter { padding: 55px 0;}
    #challenges #challenges_scroller ul li { font-size: 2rem;}

    .difference_col, #difference h2 { padding: 35px 25px; }
    .difference_col { padding: 55px 25px;}
    .difference_col .difference_col_wrapper h3 { font-size: 2.1rem;}
    .difference_col .difference_col_wrapper .difference_col_info { padding: 90px 0 0 0 !important;}

    #plan_right ul li { padding: 0 0 15px 0;}
    #plan.free #plan_right { padding-bottom: 15px;}

    .home #mission * { font-size: 1.25rem; line-height: 140%; }

    #newsletter h2 { padding: 0 0 35px 0;}

    .create_modal .create_modal_info { padding: 35px;}
    .form_list li { width: 100% !important;}

    #site_footer { padding: 55px 0 40px 0;}
    .footer_col.footer_col_t { width: 100%; padding-bottom: 25px; }
    .footer_col.footer_col_t img { width: 45px; height: auto;}
    .footer_col:not(.footer_col_t) { width: 50%; max-width: unset; padding: 0 25px 0 0;}
    .footer_col:nth-of-type(4) { width: 100%;}
    .footer_col:nth-of-type(4) ul { flex-direction: row; gap: 25px 30px; padding: 35px 0 0 0;}
    .footer_col:nth-of-type(4) ul li { width: auto;}
    .footer_logo { padding-top: 50px;}

    #page_basic { padding: 140px 0 0 0;}

}

@media all and (min-width: 0px) and (max-width : 650px) {



}

@media all and (min-width: 0px) and (max-width : 620px) {



}

@media all and (min-width: 0px) and (max-width : 580px) {



}

@media all and (min-width: 0px) and (max-width : 530px) {

    #header_main .menu_toggle { top: 28px;}
    #header_ctas { gap: 10px;}
    #header_ctas li .button_cta { padding: 11px 15px; font-size: 0.9rem;       font-size: 0.75rem; min-width: 152px; }
    #header_ctas li:last-of-type .button_cta {  padding-right: 35px; background-position: calc(100% - 5px) 50%; background-size: auto 18px; }
    .open-menu #header_main nav { top: 89px;}

}

@media all and (min-width: 0px) and (max-width : 500px) {

    #header_main #logo_toropoint { width: 150px;}

    .banner_slide .container { padding-top: 135px;}

}

@media all and (min-width: 0px) and (max-width : 480px) {

    h1, .h1_styler { font-size: 3.2rem;}
    .banner_slide h1 { font-size: 3rem;}
    .banner_slide h1, .banner_slide h2 { padding: 0 0 40px 0;}

}

@media all and (min-width: 0px) and (max-width : 450px) {

    #header_ctas li:last-of-type .button_cta { padding: 11px 35px 11px 11px; min-width: unset; }

}

@media all and (min-width: 0px) and (max-width : 400px) {


}

@media all and (min-width: 0px) and (max-width : 370px) {


}

@media all and (min-width: 0px) and (max-width : 360px) {

}

.grecaptcha-badge { visibility: hidden; }
.meetings-iframe-container { width: 420px; max-width: 100%;}
@media all and (min-width: 0px) and (max-width : 460px) {
    .meetings-iframe-container { margin: 0 -35px; max-width: calc(100% + 70px); }
}