@font-face {
  font-family: 'Gibson';
  src: url('https://7154193.fs1.hubspotusercontent-na1.net/hubfs/7154193/Gibson%20Original%20Font%20Family/Gibson_v4-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gibson';
  src: url('https://7154193.fs1.hubspotusercontent-na1.net/hubfs/7154193/Gibson%20Original%20Font%20Family/Gibson_v4-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gibson';
  src: url('https://7154193.fs1.hubspotusercontent-na1.net/hubfs/7154193/Gibson%20Original%20Font%20Family/GibsonVF-Italic.woff2%27%20format%28%27woff2'););
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gibson';
  src: url('https://7154193.fs1.hubspotusercontent-na1.net/hubfs/7154193/Gibson%20Original%20Font%20Family/GibsonVF-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal; 
  font-display: swap;
}

@font-face {
  font-family:"Gibson";
  src: url("https://7154193.fs1.hubspotusercontent-na1.net/hubfs/7154193/Gibson%20Original%20Font%20Family/Gibson_v4-Medium.woff2") format("woff2");
  font-display:swap;
  font-weight:500;
  font-style: normal;
}
@font-face {
  font-family:"Gibson";
  src: url("https://7154193.fs1.hubspotusercontent-na1.net/hubfs/7154193/Gibson%20Original%20Font%20Family/Gibson_v4-MediumItalic.woff2") format("woff2");
  font-display:swap;
  font-weight:500;
  font-style: italic;
}

@font-face {
  font-family: 'Gibson';
  src: url('https://7154193.fs1.hubspotusercontent-na1.net/hubfs/7154193/Gibson%20Original%20Font%20Family/Gibson_v4-SemiBold.woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gibson';
  src: url('https://7154193.fs1.hubspotusercontent-na1.net/hubfs/7154193/Gibson%20Original%20Font%20Family/Gibson_v4-SemiBoldItalic.woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}


@font-face {
  font-family: 'Myriad Pro';
  src: url('https://7154193.fs1.hubspotusercontent-na1.net/hubfs/7154193/kulturwerke%20Dec-2022-media/MYRIADPRO-REGULAR.woff2') format('woff2'),
    url('https://7154193.fs1.hubspotusercontent-na1.net/hubfs/7154193/kulturwerke%20Dec-2022-media/MYRIADPRO-REGULAR.woff') format('woff');
  font-weight: 400;
  font-style: normal; 
  font-display: swap;
}



/* Default Hubspot Includes -=-=-=-=-=-=- */


html {
  scroll-behavior: smooth;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Global Style Declaration
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }



body { margin:0; padding:0; font-size:16px; line-height:1.3; font-family: 'Gibson';  font-weight:400; color:#232f54; }   
.font20{ font-size:20px; }
.font22{ font-size:22px; }
.gibsonFont{ font-family: 'Gibson', sans-serif; }


h1,h2,h3,h4,h5,h6{  margin:0; padding:0; font-family: 'Gibson'; font-weight:400; color:#242F54;}

h1, .h1 { font-size:65px; line-height:1.1;  }
h2, .h2 { font-size:43px; line-height:1.2;  }
h3, .h3 { font-size:40px; line-height:1.3;  }
h4, .h4 { font-size:25px; line-height:1.4;  }
h5, .h5 { font-size:20px; line-height:1.4;  }
h6, .h6 { font-size:18px; line-height:1.5;  }
.h170{font-size:70px; line-height:1.1;}
.h430{font-size:30px; line-height:1.1;}
.orangeText{color:#f4a090;}
.CollegePostStripContent p {font-style: italic;}

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

a { text-decoration:none; color:#000; transition:all ease 0.3s; -moz-transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -o-transition:all ease 0.3s; }
a:hover { color:#eb826b; }

p { margin:0; }

* + h1, * + h2 { margin-top:35px; }
* + h3, * + h4 { margin-top:30px; }
* + h5, * + h6 { margin-top:25px; }
* + p { margin-top:20px }

/* Global Color */
.primaryColor{ color: #283658 }

/* Display */
.d_block{ display: block }

.page-center{ width: 100%; float:none !important; display:block; margin:0 auto !important; max-width: 100%; padding-left: 15px; padding-right: 15px; }
.page-center.small{ max-width:1200px; }
.clearfix { display:block; }
.clearfix:before,.clearfix:after { content:''; width:100%; display:table; }
.three-column-text-with-slider-image .wrapper, .two-col-outter .wrapper, .how-it-works-outter .wrapper, .grid-col-module .wrapper { padding-left: 24px; padding-right: 24px;}
/* List Style */
.noStyle ul,ul.noStyle{ list-style: none; margin: 0; padding: 0; }

/* For Hubspot >>>>>> */
body .row-fluid [class*="span"] { min-height:0px; }
body .row-fluid [class*="span"].widget-type-space { min-height:1px; }
/* <<<<<< For Hubspot */

.set-bg, .bg, .overlay { background-size:cover; background-position:center; position:relative; }
.overlay > * { position:relative; z-index:2; }
.overlay:before { content:''; background:rgba(25,24,22,0.80); top:0; left:0; width:100%; height:100%; z-index:1; position:absolute; }
.overlay.white:before { background:rgba(255,255,255,0.70); } 
.get-bg { display:none !important; }

/* Overlay Link  */
.linkParent{ position: relative; z-index: 1; }
.hoverLink{ position: absolute; display: block; width: 100%; height: 100%; opacity: 0; top: 0; left: 0; z-index: 3 } 

.fontWhite, .fontWhite a, .fontWhite h1, .fontWhite h2, .fontWhite h3, .fontWhite h4, .fontWhite h5, .fontWhite h6{ color:#fff; }
.fontWhite a:hover { color:#0dbd8d; }

a.button {
  font-size: 16px;
  padding: 18px 39px;
  background: transparent; 
  max-width: 100%; 
  display: inline-block; 
  font-weight: 500; 
  line-height: 1; 
  -webkit-appearance: none;
  appearance: none;
  position: relative; 
  background: #fff;
  color: #e94e1b;
  border-radius: 18px;
  transition:all ease 0.3s; 
  -moz-transition:all ease 0.3s; 
  -webkit-transition:all ease 0.3s; 
  -o-transition:all ease 0.3s; 
  cursor: pointer;
  letter-spacing: 0.5px;
  text-align: center;
  /*   max-width: 266px; */
  width: 100%;
  padding: 18px 29px;
  max-width: max-content;
}
a.button:before{
  background: linear-gradient(90deg,#e94e1b 0,#ee731b 50%);
  border-radius: 15px;
  content: "";
  inset: 0;
  -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 3px;
  position: absolute;
}
a.button:hover,  a.button:active, a.button:focus {
  background: linear-gradient(90deg,#e94e1b 0,#ee731b 50%);
  color: #fff;
  border-radius: 15px;
}
a.button:hover::before, a.button:active::before, a.button:focus::before {
  content: none;
  border-radius: 15px;
}
a.button:hover svg,  a.button:active svg, a.button:focus svg{
  stroke: #fff;
}

.button.style2 a , a.button.style2{ background-color: #8993b5; border-color: #8993b5; color:#fff; }
.button.style2:hover a , a.button.style2:hover{ color: #8993b5; border-color: #8993b5; background-color:#fff; }

.button.style3 a , a.button.style3{ background-color: #eb826b; border-color: #eb826b; color:#283658; }
.button.style3:hover a , a.button.style3:hover{ color: #283658; border-color: #eb826b; background-color:#fff; }


.bold, .bold h1, .bold h2, .bold h3, .bold h4, .bold h5, .bold h6  { font-weight:700; }
.semibold, .semibold h1, .semibold h2, .semibold h3, .semibold h4, .semibold h5, .semibold h6  { font-weight:600; }
.medium, .medium h1, .medium h2, .medium h3, .medium h4, .medium h5, .medium h6 { font-weight:500; }
.normal, .normal h1, .normal h2, .normal h3, .normal h4, .normal h5, .normal h6 { font-weight:400; }
.light, .light h1, .light h2, .light h3, .light h4, .light h5, .light h6 { font-weight:300; }

.uppercase { text-transform: uppercase; }
.text-center { text-align:center; }
.text-right { text-align:right; }
.text-left { text-align:left; }
.text-justify{ text-align: justify }
.text-italic{ font-style: italic }

.noListStyle ul, .listStyle ul { margin:0; padding:0; list-style:none; } /* put listStyle class to "parent" tag of "ul" */
.listStyle * + ul { margin-top:15px; }
.listStyle ul li { padding-left:25px; position:relative; }
.listStyle ul li:before { font-family:'fontawesome',sans-serif; position:absolute; left:4px; color:#ea8c20; font-weight:normal; top:1px;  }
.listStyle ul li:not([class*="fa-"]):before { content:"\f111"; font-size:50%; line-height:3; } /*Default without any class in <li> if you want any other font awesome icon just put icon class in <li class="fa-angle-right"> Content</li> */

/* Widths */
.fl { float:left; }  
.fr { float:right; }  
.row-fluid  .ib { display: inline-block !important; vertical-align:middle; margin-right:-5px; float:none !important; }
.row-fluid .ib.vt { vertical-align:top;  }
.row-fluid .ib.vb { vertical-align:bottom;  }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w33 { width: 33.33%; }
.w40 { width: 40%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w66 { width: 66.66%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w85 { width: 85%; }
.w90 { width: 90%; }
.w93 { width: 93%; }
.w100 { width: 100%; }
.m_auto{ margin-right: auto; margin-left: auto }


/*unique paddings*/
.pb10,.p10-0 { padding-bottom:10px; }
.pb20,.p20-0 { padding-bottom:20px; }
.pb30,.p30-0 { padding-bottom:30px  }
.pb40,.p40-0 { padding-bottom:40px; }
.pb50,.p50-0 { padding-bottom:50px; }
.pb60,.p60-0 { padding-bottom:60px; }
.pb70,.p70-0 { padding-bottom:70px; }
.pb80,.p80-0 { padding-bottom:80px; }
.pb90,.p90-0 { padding-bottom:90px; }
.pb100,.p100-0 { padding-bottom:100px; }
.pt10,.p10-0 { padding-top:10px; }
.pt20,.p20-0 { padding-top:20px; }
.pt30,.p30-0 { padding-top:30px  }
.pt40,.p40-0 { padding-top:40px; }
.pt50,.p50-0 { padding-top:50px; }
.pt60,.p60-0 { padding-top:60px; }
.pt70,.p70-0 { padding-top:70px; }
.pt80,.p80-0 { padding-top:80px; }
.pt90,.p90-0 { padding-top:90px; }
.pt100,.p100-0 { padding-top:100px; }
.pl15, .p15 { padding-left:15px; }
.pr15, .p15 { padding-right:15px; }
.pt15, .p15 { padding-top:15px; }
.pb15, .p15 { padding-bottom:15px; }
.pl0,.p0-0 { padding-left:0; }
.pr0,.p0-0 { padding-right:0; }
.pt0,.p0-0 { padding-top:0; }
.pb0,.p0-0 { padding-bottom:0; }
::-webkit-input-placeholder { opacity:1 !important; color:inherit !important; }
::-moz-placeholder { opacity:1 !important; color:inherit !important; }
:-ms-input-placeholder { opacity:1 !important; color:inherit !important; }
form { margin:0 -10px; }
form .input { margin-right:0 !important; }
form fieldset { max-width:inherit !important; margin:0 -10px;  }
form fieldset.form-columns-1 .field { width:100% !important; }
form fieldset.form-columns-2 .field { width:50% !important; }
form fieldset.form-columns-3 .field { width:33.33% !important; }
form .field { padding:0 0 20px; }
form fieldset .field { padding-left:10px; padding-right:10px; } 
form ul.multi-container { padding-top:10px; }
form ul.multi-container li { margin:5px 0; }
textarea, input[type="text"], input[type="number"], input[type="email"], input[type="tel"], select { display:block; border:1px solid #eaebec; outline:none; background:#eaebec; font-size:16px; line-height:20px; 
  font-family: 'Helvetica Neue', sans-serif; font-weight:400; color:#000; margin:0; padding:13px 20px; width:100% !important; border-radius:0px; -webkit-appearance: none; }
textarea { min-height:110px; }
.body-container-wrapper form input[type="radio"], .body-container-wrapper form input[type="checkbox"] {  display:none }
.body-container-wrapper form input[type="radio"]+span, .body-container-wrapper form input[type="checkbox"]+span {  position:relative; display:block; padding-left:30px; cursor:pointer }
.body-container-wrapper form input[type="radio"]+span:before, .body-container-wrapper form input[type="checkbox"]+span:before {  content:"\f00c"; font-family:fontawesome; color:#f26c23 ; position:absolute; left:4px; top:4px; font-size:0; width:15px; height:15px; display:block; border:1px solid #ccc; transition:all ease .3s; -webkit-transition:all ease .3s; text-align:center; line-height:14px }
.body-container-wrapper form input[type="radio"]+span:before {  border-radius:50% }
/* form input[type="radio"]:checked+span:before {  background:#eb826b ; border-color:#eb826b  } */
.body-container-wrapper form input[type="checkbox"]:checked+span:before {  border-color:#F4A090 !important  ; font-size:12px; background:#F4A090 !important; color:#fff; letter-spacing:0; }

.body-container-wrapper input[type="submit"] { outline:none; font-family: 'Helvetica Neue', sans-serif; padding:12px 40px; background:#eb826b; color:#fff; border:2px solid #eb826b; font-size:18px; line-height:20px; font-weight:700; border-radius:0px;
  -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; transition:all ease 0.3s; -webkit-appearance: none;  cursor:pointer;  }
.body-container-wrapper input[type="submit"]:hover { color:#eb826b; background:transparent; }

.gibson-medium{
  font-weight: 400 !important ;
  -webkit-text-stroke: 0.45px #F4A090;
  letter-spacing: 0.4px;
}


/* Plugin Css */
/* ----===============16-06-2022 added ----------------- */

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important; 
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 28px;
  user-select: none;
  -webkit-user-select: none
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 12px;
  margin-top: 0px;
  margin-left: 0px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 16px;
  vertical-align: bottom;
  overflow: hidden;
  word-break: keep-all;
  min-height: unset;
  font-style: italic;
}
.facherangebot-list span.select2-selection.select2-selection--multiple {
  max-width: 110px !important;
  width: 100%;
  min-height: 24px !important;

}
.facherangebot-list .select2-container .select2-search--inline .select2-search__field{
  min-height: 15px !important;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051
}
.select2-results {
  display: block
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0
}
.select2-results__option {
  padding: 4px;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none
}
.select2-results__option--selectable {
  cursor: pointer
}
.select2-container--open .select2-dropdown {
  left: 0
}
.select2-search--dropdown {
  display: block;
  padding: 4px
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}
.select2-search--dropdown.select2-search--hide {
  display: none
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0)
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #283658; 
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #283658 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #283658; 
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: rgb(235 130 107);
  border: 1px solid #283658;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
  color: #fff !important;
  font-size: 12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #fff !important;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span{
  color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: transparent;
  color: #333;
  outline: none
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #283658 1px;
  outline: 0;
  border-radius: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #fff;
  cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em
}
.select2-container--default .select2-results__option--group {
  padding: 0
}
.select2-container--default .select2-results__option--disabled {
  color: #999
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

/* * * * * *  */
.toggle.faq-toggle-content.active i.fa.fa-plus {
  display: none;
}
/*for Hubspot   >>>>>>*/
.hs-error-msgs { list-style:none; margin:0 0 10px; padding:0 0 0 10px; font-size:12px; color:#eb826b; }
/*<<<<<<<<<<*/
.collegeListingSectionListing .wrapper, .CollegePostBanner .wrapper {
  display: block !important;
  float: none !important;
  margin: 0 auto !important;
  max-width: 1695px !important;
  padding-left: 20px;
  padding-right: 20px;
  width: 100% !important;
}
.extraWrap{
  max-width: 1824px !important;
}

.CollegePostStripcol {
  max-width: calc(100% - 100px);
  margin: 0 auto;
  width: 100%;
}
.banner-content-two-col {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  width:100%;
  max-width: 100% !important;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  max-width: 100%;
  width: 100%;
}
.btnicon svg {
  stroke: #e94e1b;
}
.banner-content-title h1 {
  color: #fff;
}

.banner-content-right-content p {
  color: #fff;
  font-size: 18px;
}

.banner-content-title {
  padding-bottom: 20px;
}

.btm-edge svg .hsg-page-header__wave-edge--dark {
  fill: #fff !important;
}
.btm-edge  svg {
  display: block;
  width: 100vw;
}
.btm-edge {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100vw;
  z-index: 10;
}

.banner-content-two-col {
  display: flex;
  justify-content: space-between;
}

.banner-content-left-col {
  max-width: 900px;
  width: 100%;
}

.banner-content-right-col {
  max-width: 425px;
  width: 100%;
}
.banner-content-right-content {
  padding-left: 20px;
  border-left: 2px solid #fff;
}
.country-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 44%);
  top: 0;
  left: 0;
}
.country-banner {
  position: relative; 
  overflow: hidden;
  height:88vh;
  display: flex;
  align-items: flex-end;
}
.country-banner-outter{
  width:100%;
}

.banner-content-title h1 {
  font-weight: 600;
}

.ranking-module-title h6, .ranking-module-title .h6 {
  color: #232f54;
  font-family: 'Gibson';
  font-weight: 600;
  text-align:center;
}

.cta-stripe-col {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.cta-stripe-design-wrap {
  box-shadow: 0px 0px 24px #0000001c;
  padding: 30px;
  border-radius: 12px;
  background-color:#fff;
}

.cta-stripe-col-left h4, .cta-stripe-col-left .h4 {
  font-weight: 600;
  color: #223156;
}

.cta-stripe-col-left {
  max-width: 728px;
  width:100%;
}

.cta-stripe-design-wrap {
  box-shadow: 0px 0px 24px #0000001c;
  padding: 30px;
  border-radius: 14px;
  max-width: 1160px;
  margin: 0 auto;
}

.cta-stripe-design {
  padding: 70px 0px;
}

.listingPageTitle {
  max-width: 825px;
  margin: 0 auto;
  text-align: center;
  padding-top:60px;
}

.topSubTitle p {
  color: #F4A090;
  font-size: 18px;
  font-weight:500;
} 
.mainTitle {
  max-width: 500px;
  margin: 0 auto;
}

.collegeList {
  position: relative;
}

.mainTitle h2 {
  font-weight: 600;
}

.mainTitle {
  padding-top: 15px;
}

.titleContent {
  padding-top: 24px;
  max-width: 614px;
  margin: 0 auto;
}
span.loadMoreSvg svg {
  display: block;
}

a.loadMoreData.button.outline-button {
  display: flex;
  align-items: center;
  margin: 0 auto;
  gap: 20px;
  max-width: 250px;
  background: #fff;
  border: 3px solid #f4a090;
  border-radius: 50px;
  color: #f4a090;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
  padding: 10px 10px;
  justify-content: center;
  padding-left: 20px;
}

a.loadMoreData.button.outline-button:before {
  display: none;
  padding: 10px !important;
}
.button-simple {
  background: transparent;
  border: 0!important;
  color: #223156;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 0;
  vertical-align: middle;
  position: relative;
  text-align: center;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  justify-content: center;

}
span.simple-btn-text {
  max-width: 275px;
}
.simplyFilterTheSchool {
  padding-top: 50px;
  text-align:center;
}
section.two-col-module {
  padding-bottom: 130px;
  position:relative;
}
a.button.btn-filler{
  background: linear-gradient(90deg,#e94e1b,#ee731b 50%);
  color: #fff;
  font-weight: 400 !important;
  -webkit-text-stroke: 0.45px #fff;
  letter-spacing: 0.4px;
}
a.button.btn-filler:hover{
  background: transparent;
  -webkit-text-stroke: 0.45px #e94e1b;
  color: #e94e1b;
}
a.button.btn-filler:before {
  background: linear-gradient(90deg,#e94e1b 0,#ee731b 50%);
  border-radius: 15px;
  content: "";
  inset: 0;
  -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 5px;
  position: absolute;
}
section.ranking-module {
  padding: 100px 0px;
}



.two-col-module-right {
  max-width: 688px;
  width: 100%;
  position: relative;
}
.two-col-module-right {
  max-width: 688px;
  width: 100%;
  position: relative;
}

.two-col-module-right-shape {
  position: absolute;
  left: 0;
  top: 0;
}
.two-col-module-right-inner-img {
  max-width: 595px;
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
  position: relative;
  z-index: 9;
  margin-left: auto;
  margin-top: 47px;
}
.two-col-main-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.two-col-module-left {
  padding-top: 47px;
}
.two-col-module-left {
  max-width: 565px;
  width: 100%;
  position:relative;
}
.two-col-inner {
  max-width: 1340px;
  margin: 0 auto;
  width: 100%;
}
.two-col-module-left-content p {
  font-weight: 300;
}

.two-col-title h2 {
  font-weight: 600;
  font-size: 43px;
  line-height: 53px;
  color: #223156;
}

.two-col-content p {
  font-size: 18px;
  line-height: 1.25;
  color: #232f54;
}
.two-col-title-content {
  max-width: 970px;
  margin: 0 auto;
  text-align: center;
}
.two-col-title-content {
  max-width: 970px;
  margin: 0 auto;
  text-align: center;
}

.two-col-title-content {
  padding-bottom: 130px;
}

.ranking-module-title-wrap {
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
}
.mainLogoSlideAboutIntuto img {
  height: 94px !important;
  object-fit: contain;
  margin: 0 auto;
  transition: all 0.4s ease;
}
.mainLogoSlideAboutIntuto {
  max-width: 300px;
  align-items: center;
  margin: 0 auto;
}
.bottomSliderSection {
  max-width: 995px;
  margin: 0 auto;
}
.bottomSliderSection {
  padding-top: 80px;
}
.faq-section {
  padding: 70px 0px 224px;
}
.faq-toggle-heading h3, .faq-toggle-heading .h3 {
  font-weight: 600;
}
span.fav-text {
  font-family: 'Myriad Pro';
  font-weight: 500;
  font-size: 11px;
  color:#e94e1b;
}
.collegeListingSectionListing span.fav-text {
  font-family: 'Gibson';
  font-weight: 500;

}

span.star-icon svg {
  width: 16px;
  height: 16px;
  display: block;
}

.fav-school-title {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 13px;
}

span.star-icon svg {
  width: 16px;
  height: 16px;
  display: block;
  margin-top: -1px;
}

span.star-icon svg path {
  fill: #e94e1b;
}

.CollegeBoxTopBar .fav-school-title {
  margin-top: -30px;
}

.collegeListParent {
  padding-top: 32px;
}

span.forBtmShapeSet {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  height:165px;
  width: 100%;
}

.collegeListingSectionListing {
  position: relative;
  padding-top: 120px;
  margin-top:30px;
  overflow:hidden;
}
.loaderMoreButton {
  position: relative;
  z-index: 4;
}

.two-col-module-right-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.title-wise-description {
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 0 24px #0000001c;
}
.two-col-module-left-para-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.two-col-module-right-para-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.two-col-slider-title {
  max-width: 482px;
  width: 100%;
}
.two-col-slider-content p {
  line-height: 1.6;
  font-weight: 300;
}

.two-col-slider-sub-title h5 {
  line-height: 1.2;
}

.two-col-slider-content {
  padding-top: 36px;
}

.two-col-slider-sub-title {
  padding-top: 60px;
}
.three-column-slider-text {
  max-width: 552px;
  width: 100%;
}


.two-col-slider-inner {
  max-width: 1244px;
  width: 100%;
  margin: 0 auto;
}
section.two-col-module.two-col-version2.pt100 {
  padding-top: 0;
}
.two-col-content {
  max-width: 800px;
  margin: 0 auto;
}
/*-------- Swiper ----------*/
.swiper-container{
  overflow: hidden;
  position: relative;
}

.two-col-slider .three-column-text-with-slider-image-inner {
  justify-content: space-between;
}


.swiper-slide-active {
  transform: scale(1)!important;
}

.cta-col-layout {
  text-align: center;
  /*   margin-top: 50px; */
}

.faq-section .faq-title .h5 {
  line-height: 21.6px;
  font-weight: 400; 
  -webkit-text-stroke: 0.45px #223156;
  letter-spacing: 0.4px;

}
.main-para-title h3 {
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
}

.innerPopUpTextContent {
  padding-top: 50px;
}




.two-col-inner-image.two-col-img2 {
  max-width: 405px;
  height:225px;
  width:100%;
  margin-left: auto;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 12px;
}
.two-col-inner-image.two-col-img2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.main-para-title {padding-bottom: 18px; color: #223056;}


.main-para-content p {
  color: #232F54;
  font-weight:300;
  line-height: 1.6;
}
.two-col-inner-image.two-col-img1 {
  border-radius: 15px;
  overflow: hidden;
}
.two-col-inner-image.two-col-img1 {
  margin-right: 78px;
  max-width: 514px;
  height: 288px;
}

.main-para-title {
  color: #223056;
}

.two-col-version-card .two-col-inner-image.two-col-img2 {
  margin-right: auto;
  margin-left: 0;
}
.two-col-version-card .two-col-inner-image.two-col-img1 {
  margin-right: 0;
  margin-left: 78px;
}
.two-col-version-card .two-col-module-right-shape {
  left: -25px;

}

.two-col-version2 .two-col-module-right-inner-img {
  border-radius: 0px;
  overflow: hidden;
}
.two-col-inner-image.two-col-img2 {
  max-width: 405px;
  margin-left: auto;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 12px;
}
.two-col-inner-image.two-col-img1 {
  border-radius: 15px;
  overflow: hidden;
}
.two-col-inner-image.two-col-img1 {
  margin-right: 78px;
}
.two-col-slider-title h2 {
  font-weight: 600;
}

.collegeListingSectionListing .wrapper.extraBigWrapper , .CollegePostBanner .wrapper.extraBigWrapper {
  max-width: 1480px !important;
  width: 100%;
}
.two-col-slider-title h2 {
  font-weight: 600;
}

section.cta-stripe-design {
  position: relative;
}
section.ranking-module {
  position: relative;
}


section.cta-stripe-design {
  position: relative;
}

.slick-prev, .slick-next {top: 45%;}
.two-col-cta {
  margin-top: 45px;
}

.filterBtnCol.mainFilterButton {
  cursor: pointer;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: unset;
  padding: 6px 0;
  white-space: unset;
  max-width: auto;
  overflow: unset;
  text-overflow: unset;
  text-decoration: none;
  display: block;
  z-index: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: block;
}

.link-list-item ul li+li {
  margin-top: 0px;
}
.forInnerPage {
  padding-bottom: 60px;
}

span.orangeLine h4 {
  font-weight: 600;
}
.main-title h2 {
  font-weight: 600;
}
.title-content {
  padding-top: 30px;
}

.two-col-module.two-col-version2{
  overflow:hidden;
}
section.two-col-module.two-col-version2.pt100 {
  padding-top: 0;
}

.two-col-module-left {
  padding-top: 47px;
}

.two-col-inner-image.two-col-img1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.CollegePostBannerContent p{
  font-weight: 400;
  font-size:18px;
}
.CollegePostStripContent p {
  font-size: 18px;
  font-weight: 300;
}
.CollegePostStripRow {
  max-width: 1150px;
  margin: 0 auto;
}
.banner-wrapper {
  margin: 0 auto;
  max-width: 1510px;
  padding-bottom: 250px;
}
.country-banner-inner {
  width: calc(100% - 96px);
  margin: 0 auto;
}
.banner-content-right-col {
  padding-top: 122px;
}
.listingPageTitleInner .titleContent {
  font-size: 16px;
  font-weight: 300;
}
span.forBtmShapeSet img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.group-div-module {
  position: relative;
  overflow: hidden;
}

.group-div-module:before {
  position: absolute;
  content: "";
  left: 0;
  background-image: url("https://7154193.fs1.hubspotusercontent-na1.net/hubfs/7154193/new-bg-lg-31%20%282%29%20copy.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: calc(100% + 0%);
  height: calc(100% + -7%);
  background-position: center;
  top: 0;
}
span.lightColorClass {
  font-weight: 400;
}

.ranking-module-title {
  max-width: 248px;
}
body.mobile-open .header-button .header-button-default {
  display: none !important;
}
.collegeListingSection.otherFourSchools .singleCollegeBox .collegeImage {height: 200px;}
.listing-content-wrap {position: relative;}
.CollegePostBannerAddress.bottom-card-width ul {gap: 140px;}
.pop-up-click-version-one {
  cursor: pointer;
}
.CollegePostBannerContent {
  max-width: 842px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width:1920px) {
  .collegeListingSectionListing .wrapper, .CollegePostBanner .wrapper {max-width: 1542px!important;}
}
@media(max-width:1600px){
  .collegeListingSectionListing .wrapper, .CollegePostBanner .wrapper {max-width: 1490px!important;}
  .inputFeildParent.inputScroll.inputScrollCus {max-height: 180px;}

}
@media(max-width:1440px){
  .collegeListingSectionListing .wrapper, .CollegePostBanner .wrapper {max-width: 1360px!important;}
}
@media(max-width:1366px){
  .h1, h1 {
    font-size: 65px;

  } 
  .h2, h2 {
    font-size: 38px;
  }
  .h4, h4 {
    font-size: 28px;
  }
  .h5, h5 {
    font-size: 18px;
  }
  .two-col-title-content {padding-bottom: 100px;}
  section.two-col-module {padding-bottom: 80px;}
  section.ranking-module {padding: 80px 0;}
  .collegeListingSectionListing .wrapper, .CollegePostBanner .wrapper {max-width: 1290px!important;}
  .p100-0, .pb100 {padding-bottom: 80px;}
  .p100-0, .pt100 {padding-top: 80px;}
  section.two-col-module {padding-bottom: 100px;}
  . {padding: 70px 0 150px;}

}
@media(max-width:1280px){
  .banner-content-right-col {padding-top: 80px;}
}

@media(max-width:1230px){
  span.forBtmShapeSet {position: absolute; bottom: 0px; height: 200px;}

}
@media(max-width:1180px){
  .two-col-module-right-wrap {flex-direction: column;}
  .banner-content-right-col {padding-top: 50px;}
}


@media (max-width:991px) {

  .collegeListingSectionListing .wrapper, .CollegePostBanner .wrapper {max-width: 1542px!important;}
  .mfp-container {padding-left: 20px !important; padding-right: 20px !important;}
  .collegeListingSectionListing {padding-top: 80px;}
  .three-column-text-with-slider-image-inner {flex-direction: column;}
  .two-col-inner-image.two-col-img2 {margin-top: 20px;}
  .banner-content-right-col {padding-top: 0px;}
  .banner-content-two-col {align-items: flex-end;}
  .banner-wrapper {padding: 0px 0px; padding-bottom: 210px;}

  .group-div-module:before {height: 100%; top: unset; bottom: 45px; background-size: cover;}
  .cta-col-layout {margin-top: 50px;}
  .CollegePostStripcol {max-width: 100%;}
  .CollegePostBannerAddress.bottom-card-width ul {gap: 50px;}

}
@media(max-width: 767px){
  .h1, h1 {
    font-size: 57px;

  }
  .h2, h2 {
    font-size: 30px;

  }
  .h4, h4 {
    font-size: 20px;
  }
  .h5, h5 {
    font-size: 16px;
  }
  .row-fluid [class*=span] {
    width: 100%;
  }
  .banner-content-two-col {gap: 50px; align-items: flex-end; flex-direction: column;}
  section.ranking-module {padding: 40px 0;}
  .two-col-title h2 {font-size: 30px; line-height: 40px;}
  .banner-content-right-col {max-width: 100%;}
  .collegeList:after {height: 80px;}
  .simplyFilterTheSchool {padding-top: 40px;}

  section.two-col-module {padding-top: 50px; padding-bottom: 40px;}
  .collegeListingSection {padding-bottom: 50px; }
  .two-col-title-content {padding-bottom: 50px;}
  .two-col-module-right-inner-img {margin: 0 auto;margin-top: 40px;}
  .two-col-module-right-shape {left: -49px; top: -40px;}
  .two-col-content {max-width: 88%; margin: 0 auto;}
  .two-col-content p {font-size: 16px; line-height: 28px;}
  .two-col-module-left-content p { line-height: 26px;}
  .cta-stripe-col {flex-direction: column;}

  .cta-stripe-design {padding: 40px 0; padding-top: 60px;}
  .bottomSliderSection {padding-top: 70px;}
  .faq-section {padding: 40px 0 120px;}
  .three-column-slider-image-mobile-section {display: block!important;}
  .three-column-slider-right {display: none;}
  .two-col-slider .three-column-text-with-slider-image-inner {justify-content: center; margin-bottom: 60px;}
  

  .two-col-main-content {flex-direction: column; flex-wrap: wrap;}
  section.two-col-module.two-col-version2 .two-col-main-content{gap: 25px;}
  .two-col-main-content {gap: 90px;}
  .cta-stripe-col-left h4, .cta-stripe-col-left .h4 {text-align: center;}
  .ranking-module-title { max-width: 250px; margin: 0 auto; text-align: center;}
 
  .country-banner-outter .wrapper{padding-left: 42px; padding-right: 42px;}
  .banner-content-right-content p {font-size: 16px; line-height:26px; font-weight:500;}
  .ranking-star-image-inner {max-width: 230px; width: 100%; margin: 0 auto;}

  section.two-col-module.two-col-version2.pt100 .two-col-module-left {
    padding-top: 0px;}
  .togglet.faq-title {padding-right: 30px;}
  .listingPageTitle {max-width: 400px;}
  .filterBtnBox {max-width: 430px;}
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{ display: flex !important; align-items: center;}
  .banner-wrapper {padding-bottom: 120px; padding-top:80px; }
  .country-banner {height: 100vh;}
  span.forBtmShapeSet {bottom: 0px; width: 100%; height: 122px;}
  span.forBtmShapeSet img {width: 100%; height: 100%; object-fit: cover;}
  
  .CollegePostBannerAddress.bottom-card-width ul {gap: 20px;}
  .CollegePostBannerContent p {font-size: 14px;}

}
@media(max-width: 680px){
  .CollegePostBannerTitle h1 {
    font-size: 45px;
  }
}
@media(max-width: 480px){


  .h1, h1 {
    font-size: 45px;
    line-height: 1.1;
  }
  span.AddressText h6 {
    font-size: 16px;
  }
  .header-button a:before {
    border-radius: 10px;
    padding: 2px;
  }
  .listingPageTitle {padding-top: 30px;}

  .collegeListingSectionListing .wrapper, .two-col-outter .wrapper {padding-left: 24px!important; padding-right: 24px!important;}
  .page-center {padding-left: 24px; padding-right: 24px;}
  .innerPopUpTextContent {column-count: 1;}
  .two-col-module-right-inner-img {margin: 0 auto; margin-top: 0px;}
  .header-logo img {position: relative; z-index: 999999;}

  .two-col-slider-sub-title {padding-top: 40px;}


  .mainTitle {max-width: 390px; width: 100%; margin: 0 auto;}
  .banner-content-right-content {padding-left: 35px;}
  .banner-content-right-col  {max-width: 335px;}
  .two-col-slider-title {max-width: 334px; width: 100%;}
  .three-column-text-with-slider-image {padding-bottom: 15px;}
  section.other-boarding-schools {margin-bottom: 70px;}
  .two-col-slider-title h2 {font-size: 40px; font-weight:600;}
  .CollegePostStripRow {padding: 25px;}
  .two-col-module.two-col-version2.pt100 {padding-top: 0px;}
  section.two-col-module.two-col-version2.two-col-version-card.pt100 .two-col-module-left-para {max-width: 100%;}
  section.two-col-module.two-col-version2.two-col-version-card.pt100 .two-col-module-right-para {max-width: 100%;}
  .two-col-module-left {padding-top: 0px;}
  .cta-stripe-design-wrap {padding: 20px;}
  span.forBtmShapeSet {display: none !important;}
  .group-div-module:before {background-image: url("https://7154193.fs1.hubspotusercontent-na1.net/hubfs/7154193/mobile-design.webp"); bottom: 136px; background-size: 100% 100%;}

  #targetedSection .two-col-module-right-shape {right: -55px; top: 130px;}

  .cta-stripe-col-left h4, .cta-stripe-col-left .h4 {font-size:16px;}
  .cta-stripe-design a.button.btn-filler {font-size: 14px;}
  .CollegePostBannerAddress.noStyle.pt30.bottom-card-width {padding-top: 50px;}
  .CollegePostBannerAddress.noStyle.bottom-card-width ul li{flex-wrap: wrap;}
  .CollegePostBannerAddress ul li {flex-wrap: inherit;}
  .innerPopUpContent {padding: 20px;}
  .innerPopUpImageContent {gap: 20px;}
  .mfp-close-btn-in .mfp-close {color: #fff !important; opacity: 1; background-color: #f4a090; border-radius: 50%;  width: 55px !important;display: flex;justify-content: center; align-items: center;  padding: 0 !important;}
  .other-boarding-title {margin-bottom: 18px;}



}
@media(max-width: 450px){
  .two-col-title h2 {font-size: 28px;}
  .two-col-content {
    max-width: 95%; }
  .cta-stripe-col-left h4,  .cta-stripe-col-left .h4 {font-size: 14px;}
  section.two-col-module.two-col-version2 .two-col-inner-image.two-col-img2 {max-width: 255px;}
}



/**** css for the filter button ****/
.button.v2.orrangeButton.applyFilterButton.w50,.button.v2.blueButton.resetButton.w50 {
  width: 100% !important;
}

.button.v2.orrangeButton.applyFilterButton.w50 a, .button.v2.blueButton.resetButton.w50 a {
  max-width: 100%;
  width: 100%;
}
.school-hero .page-center {
  max-width: 1542px !important;
  padding-left: 20px!important;
  padding-right: 20px!important;
}
span.digits-val {
  color: #fff !important;
  margin-right: 3px;
}


/* HubDB Dynamic School Profiles */
.school-top-section {
  background: url("https://7154193.fs1.hubspotusercontent-na1.net/hubfs/7154193/Mobil%20Background%201.webp");
  background-position: 50% 0%!important;
  background-size: 100% 50%!important;
  background-repeat: no-repeat!important;
}

.school-middle-section {
  background: url("https://7154193.fs1.hubspotusercontent-na1.net/hubfs/7154193/Frame%207-1.webp");
  background-position: 50% 0%!important;
  background-size: 100% 50%!important;
  background-repeat: no-repeat!important;
}
  .school-bottom-section.bg {
    background: url(https://7154193.fs1.hubspotusercontent-na1.net/hubfs/7154193/Rectangle%20185.webp);
    background-position: 50% 40% !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
  }
@media(min-width: 767px) {
  .school-top-section {
    background: url("https://7154193.fs1.hubspotusercontent-na1.net/hubfs/7154193/attachment.webp");
    background-size: 100% auto!important;
  }
  .school-middle-section {
    background: url("https://7154193.fs1.hubspotusercontent-na1.net/hubfs/7154193/Frame%206.webp");
    background-size: 100% auto!important;
  }
  .school-bottom-section.bg {
    background: url(https://7154193.fs1.hubspotusercontent-na1.net/hubfs/7154193/Rectangle%20517-1.webp);
    
  }
}






/* No Ui Slider For filter */
/*! nouislider - 14.6.4 - 3/18/2021 */
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-connect{height:100%;width:100%}.noUi-origin{height:10%;width:10%}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:2px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;top:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:none;}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:5px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}
.header {
  width: 100%;
}

.faq-toggle-heading {
  text-align: center;
  margin-bottom: 65px;
}
.faq-toggle-section {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  border-radius: 40px;
  background-color: #fefefe;
  border: 1px solid #a4aeba;
  padding: 80px 40px;
  position:relative;
}
.faq-toggle-content {
  border-top: 1px solid #EB8169;
  position: relative;
}

.togglet.faq-title h5, .togglet.faq-title h3 {
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 500;
  -webkit-text-stroke: 0.45px #223156;
  letter-spacing: 0.4px;
}
.togglet.faq-title.active i.fa.fa-plus {
  opacity: 0;
  visibility: hidden;
}

.faq-text-inner {
  padding: 0px 33px 19px 41px;
  width: 84%;
}
.how-it-works-inner .faq-text-inner {
  padding: 10px 26px 8px;
  width: 93%;
}
.faq-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
}
.faq-title i {
  position: absolute;
  right: 40px;
  font-size: 18px;
  top: 50%;
  transform: translate(0px, -50%);
}
.faq-toggle-content:last-child {
  border-bottom: 1px solid #EB8169;
}
.faq-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;

}
.togglet.faq-title {
  position: relative;
  cursor: pointer;
}

.togglet.faq-title {
  padding: 26px 33px;
}

@media screen and (max-width: 767px) {
  
  .faq-toggle-section {
    border-radius: 25px;
    border: 1px solid #a4aeba;
    padding: 50px 17px;
  }
  .faq-toggle-heading {
    margin-bottom: 22px;
  }
  .faq-toggle-heading h3 {
    font-size: 40px;
    line-height: 48px;
  }
  .faq-toggle-content {
    border-top: 1px solid #eb8169;
    position: relative;
  }
  .togglet.faq-title h5, .togglet.faq-title h3 {
    font-size: 18.45px;
    line-height: 22.14px;
    font-weight: 600;
    width: 100%;
  }

  .faq-title i {
    right: 14px;
  }
  .faq-text p {
    margin: 0;
    letter-spacing: .27px;
    font-size: 18.45px;
    line-height: 22.14px;
  }

  .faq-text-inner {
    padding: 14px;
    width: 100%;
    padding-right: 32px;
  }
  .full-width-text-cta-section {
    padding: 65px 0 100px;
    position: relative;
  }
  .faq-section {
    overflow: hidden;
  }
 
  .faq-section-title h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .faq-section-title {
    margin: 0 auto 55px;
    max-width:400px;
  }
  
  .togglet.faq-title {padding: 14px; padding-right: 32px;}

}/*-------- 767 ends here ----------*/
@media screen and (max-width: 480px) {
 
  .faq-section-title {
    max-width: 320px;
  }

}
@media screen and (max-width: 479px) {

  .faq-section-title h2,.faq-toggle-heading h3 {
    font-size: 30px;
    line-height: 38px;
  }
  .togglet.faq-title h5, .togglet.faq-title h3, .faq-text p {
    font-size: 16px;
  }
}