@charset "UTF-8";
/*
	Theme Name: The Social Institute
	Theme URI: http://thesocialinstitute.com
	Description: The Social Institute custom theme
	Version: 1.0.0
	Author: Maria Jankovics
	Author URI: http://mariajankovics.com
	Tags: Blank, HTML5, CSS3
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap");
@font-face {
  font-family: "DinCondBold";
  src: url("assets/fonts/DINOT-CondBold.woff2") format("woff2"), url("assets/fonts/DINOT-CondBold.woff") format("woff"), url("assets/fonts/DINOT-CondBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "LineaBasicElab";
  src: url("assets/fonts/linea-basic-elaboration-10.eot");
  src: url("assets/fonts/linea-basic-elaboration-10.eot?#iefix") format("embedded-opentype"), url("assets/fonts/linea-basic-elaboration-10.woff") format("woff"), url("assets/fonts/linea-basic-elaboration-10.ttf") format("truetype"), url("assets/fonts/linea-basic-elaboration-10.svg#linea-basic-elaboration-10") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "LineaArrows";
  src: url("assets/fonts/linea-arrows-10.eot");
  src: url("assets/fonts/linea-arrows-10.eot?#iefix") format("embedded-opentype"), url("assets/fonts/linea-arrows-10.woff") format("woff"), url("assets/fonts/linea-arrows-10.ttf") format("truetype"), url("assets/fonts/linea-arrows-10.svg#linea-arrows-10") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "LineaBasic";
  src: url("assets/fonts/linea-basic-10.eot");
  src: url("assets/fonts/linea-basic-10.eot?#iefix") format("embedded-opentype"), url("assets/fonts/linea-basic-10.woff") format("woff"), url("assets/fonts/linea-basic-10.ttf") format("truetype"), url("assets/fonts/linea-basic-10.svg#linea-basic-10") format("svg");
  font-display: swap;
}
/* --- || Variables || --- */
.purple {
  color: #613BC9;
}

.service-loop.purple {
  color: #343434;
}
.service-loop.purple .row-2 .column-1 {
  background-color: #613BC9;
}

.blue {
  color: #55bbeb;
}

.service-loop.blue {
  color: #343434;
}
.service-loop.blue .row-2 .column-1 {
  background-color: #55bbeb;
}

.teal {
  color: #13cbb6;
}

.service-loop.teal {
  color: #343434;
}
.service-loop.teal .row-2 .column-1 {
  background-color: #13cbb6;
}

.advisors .tablepress .icon-arrows-right-double {
  color: #005CB9;
  padding: 0 10px;
}
.advisors .tablepress .icon-arrows-right-double:before {
  font-style: normal !important;
  font-variant: normal !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top;
  color: #005CB9;
}

.page-template.about article h2 {
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  font-size: 2.2222222222rem;
  line-height: 2.2222222222rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.page-template.about article h3 {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 37.5px;
  font-size: 1.6666666667rem;
  line-height: 2.0833333333rem;
  letter-spacing: 0.04em;
  padding-bottom: 15px;
}

.page-template-default.positive-approach article h2 {
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  font-size: 2.2222222222rem;
  line-height: 2.2222222222rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.page-template-default.positive-approach article h3 {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 37.5px;
  font-size: 1.6666666667rem;
  line-height: 2.0833333333rem;
  letter-spacing: 0.04em;
  padding-bottom: 20px;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("./assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("./assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("./assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("./assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("./assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "AvenirLTPro-Bk", sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: rgb(119.085, 119.085, 119.085);
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

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

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: rgb(119.085, 119.085, 119.085);
}

.text-primary {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 900px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted rgb(119.085, 119.085, 119.085);
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid rgb(238.425, 238.425, 238.425);
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid rgb(238.425, 238.425, 238.425);
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(119.085, 119.085, 119.085);
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: rgb(232.25, 232.25, 232.25);
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: rgb(238.425, 238.425, 238.425);
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(114.75, 114.75, 114.75);
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:hover {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(213.2296875, 132.515625, 18.0703125);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: rgb(38.25, 38.25, 38.25);
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 900px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group.btn-group-lg > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: rgb(85.425, 85.425, 85.425);
  text-align: center;
  background-color: rgb(238.425, 238.425, 238.425);
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.nav > li.disabled > a {
  color: rgb(119.085, 119.085, 119.085);
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 900px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 900px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 900px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 900px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 900px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 900px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 900px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 900px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 899px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 900px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 899px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 900px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 900px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 900px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(93.5, 93.5, 93.5);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: rgb(231.425, 231.425, 231.425);
  color: #555;
}
@media (max-width: 899px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: rgb(231.425, 231.425, 231.425);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-brand {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: rgb(8.5, 8.5, 8.5);
  color: #fff;
}
@media (max-width: 899px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(157.335, 157.335, 157.335);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: rgb(119.085, 119.085, 119.085);
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: rgb(119.085, 119.085, 119.085);
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: rgb(119.085, 119.085, 119.085);
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(93.585, 93.585, 93.585);
}

.label-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: rgb(236.015625, 151.21875, 30.984375);
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: rgb(119.085, 119.085, 119.085);
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: rgb(238.425, 238.425, 238.425);
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: rgb(212.925, 212.925, 212.925);
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
  color: #3c763d;
}
.alert-success hr {
  border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
}
.alert-success .alert-link {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.alert-info {
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
  color: #31708f;
}
.alert-info hr {
  border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}
.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: rgb(247.064516129, 225.4623655914, 180.935483871);
}
.alert-warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.alert-danger {
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
  color: #a94442;
}
.alert-danger hr {
  border-top-color: rgb(227.5869565217, 185.4130434783, 192.4420289855);
}
.alert-danger .alert-link {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: rgb(119.085, 119.085, 119.085);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: rgb(199.4324380165, 220.8950413223, 239.4175619835);
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.panel-success {
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}

.panel-info {
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}

.panel-warning {
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}

.panel-danger {
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid rgb(227.15, 227.15, 227.15);
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "AvenirLTPro-Bk", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "AvenirLTPro-Bk", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  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-box {
  width: 30px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #005CB9;
  border-radius: 5px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 60px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 60px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-6px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(6px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-6px, -7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-6px, 7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(6px, -7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(6px, 7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -60px;
  top: -60px;
  transform: translate3d(60px, 60px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -60px;
  top: -60px;
  transform: translate3d(-60px, 60px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -60px;
  top: 60px;
  transform: translate3d(60px, -60px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -60px;
  top: 60px;
  transform: translate3d(-60px, -60px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-4.2857142857px, -5px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(4.2857142857px, -5px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(90deg);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 8px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin
 */
.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::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.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::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .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-r.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-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}

/*body {
	font: 300 11px/1.4 Helvetica, Arial, sans-serif;
	color: #444;
}*/
/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

a:hover {
  color: #444;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: "Font-Name";
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"), url("fonts/font-name.woff") format("woff"), url("fonts/font-name.ttf") format("truetype"), url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.page-template-template-leadership article {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.page-template-template-leadership .leadership-text {
  text-align: left;
  margin-right: -25px;
}
.page-template-template-leadership .leadership-text h2 {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  font-size: 1.9444444444rem;
  line-height: 1.9444444444rem;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .page-template-template-leadership .leadership-text h2 {
    margin-top: 10px;
  }
}
.page-template-template-leadership .leadership-text .jobTitle {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.cpt_leadership-template-default .secondaryPage article .post-wrapper .row {
  clear: both;
  margin-bottom: 35px;
  position: relative;
}
.cpt_leadership-template-default .secondaryPage article .post-wrapper .column {
  float: left;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
.cpt_leadership-template-default .secondaryPage article .post-wrapper .column .headshot {
  border-radius: 50%;
  padding: 0;
}
.cpt_leadership-template-default .secondaryPage article .post-wrapper .column .bottom {
  position: absolute;
  bottom: 0;
}
.cpt_leadership-template-default .secondaryPage article .post-wrapper .column .bottom hr {
  border: 1px solid #343434;
}
@media screen and (max-width: 680px) {
  .cpt_leadership-template-default .secondaryPage article .post-wrapper .column .bottom hr {
    margin: 10px 0px;
  }
}
.cpt_leadership-template-default .secondaryPage article .post-wrapper .column .bottom .leader-name {
  font-size: 50px;
  line-height: 50px;
  font-size: 2.7777777778rem;
  line-height: 2.7777777778rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  padding: 0px 0px 3px 0px;
  letter-spacing: 0px;
}
@media screen and (max-width: 900px) {
  .cpt_leadership-template-default .secondaryPage article .post-wrapper .column .bottom .leader-name {
    font-size: 45px;
    line-height: 45px;
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 680px) {
  .cpt_leadership-template-default .secondaryPage article .post-wrapper .column .bottom .leader-name {
    font-size: 40px;
    line-height: 40px;
    font-size: 2.2222222222rem;
    line-height: 2.2222222222rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 480px) {
  .cpt_leadership-template-default .secondaryPage article .post-wrapper .column .bottom .leader-name {
    font-size: 25px;
    line-height: 25px;
    font-size: 1.3888888889rem;
    line-height: 1.3888888889rem;
    letter-spacing: 0.04em;
  }
}
.cpt_leadership-template-default .secondaryPage article .post-wrapper .column .bottom .leader-title {
  font-size: 25px;
  line-height: 31.25px;
  font-size: 1.3888888889rem;
  line-height: 1.7361111111rem;
  letter-spacing: 0.04em;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: italic;
}
@media screen and (max-width: 680px) {
  .cpt_leadership-template-default .secondaryPage article .post-wrapper .column .bottom .leader-title {
    font-size: 20px;
    line-height: 25px;
    font-size: 1.1111111111rem;
    line-height: 1.3888888889rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 480px) {
  .cpt_leadership-template-default .secondaryPage article .post-wrapper .column .bottom .leader-title {
    font-size: 15px;
    line-height: 18.75px;
    font-size: 0.8333333333rem;
    line-height: 1.0416666667rem;
    letter-spacing: 0.04em;
  }
}
.cpt_leadership-template-default .secondaryPage article .post-wrapper .column .bottom a svg {
  fill: #005CB9;
  font-size: 45px;
  padding: 3px;
}
@media screen and (max-width: 700px) {
  .cpt_leadership-template-default .secondaryPage article .post-wrapper .column .bottom a svg {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  .cpt_leadership-template-default .secondaryPage article .post-wrapper .column .bottom a svg {
    font-size: 25px;
  }
}
.cpt_leadership-template-default .secondaryPage article .post-wrapper .column .bottom a:hover svg {
  fill: #13cbb6;
}
.cpt_leadership-template-default .secondaryPage article .post-wrapper .bio-wrapper {
  float: none;
}

.page-template-template-leadership .secondaryPage article .post-wrapper .row {
  clear: both;
  margin-bottom: 35px;
  position: relative;
}
.page-template-template-leadership .secondaryPage article .post-wrapper .column {
  float: left;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
.page-template-template-leadership .secondaryPage article .post-wrapper .column .headshot {
  border-radius: 50%;
  padding: 0;
}
.page-template-template-leadership .secondaryPage article .post-wrapper .column .bottom {
  position: absolute;
  bottom: 0;
}
.page-template-template-leadership .secondaryPage article .post-wrapper .column .bottom hr {
  border: 1px solid #343434;
}
@media screen and (max-width: 680px) {
  .page-template-template-leadership .secondaryPage article .post-wrapper .column .bottom hr {
    margin: 10px 0px;
  }
}
.page-template-template-leadership .secondaryPage article .post-wrapper .column .bottom .leader-name {
  font-size: 60px;
  line-height: 60px;
  font-size: 3.3333333333rem;
  line-height: 3.3333333333rem;
  letter-spacing: 0.04em;
  color: #005CB9 !important;
  /* Navy Blue */
  text-transform: uppercase;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  padding: 0px 0px 3px 0px;
  letter-spacing: 0px;
}
@media screen and (max-width: 1024px) {
  .page-template-template-leadership .secondaryPage article .post-wrapper .column .bottom .leader-name {
    font-size: 45px;
    line-height: 45px;
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 680px) {
  .page-template-template-leadership .secondaryPage article .post-wrapper .column .bottom .leader-name {
    font-size: 30px;
    line-height: 30px;
    font-size: 1.6666666667rem;
    line-height: 1.6666666667rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 480px) {
  .page-template-template-leadership .secondaryPage article .post-wrapper .column .bottom .leader-name {
    font-size: 25px;
    line-height: 25px;
    font-size: 1.3888888889rem;
    line-height: 1.3888888889rem;
    letter-spacing: 0.04em;
  }
}
.page-template-template-leadership .secondaryPage article .post-wrapper .column .bottom .leader-title {
  font-size: 30px;
  line-height: 37.5px;
  font-size: 1.6666666667rem;
  line-height: 2.0833333333rem;
  letter-spacing: 0.04em;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: italic;
}
@media screen and (max-width: 1024px) {
  .page-template-template-leadership .secondaryPage article .post-wrapper .column .bottom .leader-title {
    font-size: 25px;
    line-height: 31.25px;
    font-size: 1.3888888889rem;
    line-height: 1.7361111111rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 680px) {
  .page-template-template-leadership .secondaryPage article .post-wrapper .column .bottom .leader-title {
    font-size: 20px;
    line-height: 25px;
    font-size: 1.1111111111rem;
    line-height: 1.3888888889rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 480px) {
  .page-template-template-leadership .secondaryPage article .post-wrapper .column .bottom .leader-title {
    font-size: 15px;
    line-height: 18.75px;
    font-size: 0.8333333333rem;
    line-height: 1.0416666667rem;
    letter-spacing: 0.04em;
  }
}
.page-template-template-leadership .secondaryPage article .post-wrapper .column .bottom a svg {
  fill: #13cbb6;
  font-size: 45px;
  padding: 3px;
}
@media screen and (max-width: 700px) {
  .page-template-template-leadership .secondaryPage article .post-wrapper .column .bottom a svg {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  .page-template-template-leadership .secondaryPage article .post-wrapper .column .bottom a svg {
    font-size: 25px;
  }
}
.page-template-template-leadership .secondaryPage article .post-wrapper .column .bottom a:hover svg {
  fill: #343434;
}
.page-template-template-leadership .secondaryPage article .post-wrapper .bio-wrapper {
  float: none;
}

/* --- || Variables || --- */
.purple {
  color: #613BC9;
}

.service-loop.purple {
  color: #343434;
}
.service-loop.purple .row-2 .column-1 {
  background-color: #613BC9;
}

.blue {
  color: #55bbeb;
}

.service-loop.blue {
  color: #343434;
}
.service-loop.blue .row-2 .column-1 {
  background-color: #55bbeb;
}

.teal {
  color: #13cbb6;
}

.service-loop.teal {
  color: #343434;
}
.service-loop.teal .row-2 .column-1 {
  background-color: #13cbb6;
}

[class^=icon-arrows]:before,
[class*=" icon-arrows"]:before {
  font-family: "LineaArrows";
  font-family: "LineaArrows" !important;
  font-style: normal !important;
  font-weight: bolder !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.icon-arrows-anticlockwise:before {
  content: "\e000";
}

.icon-arrows-anticlockwise-dashed:before {
  content: "\e001";
}

.icon-arrows-button-down:before {
  content: "\e002";
}

.icon-arrows-button-off:before {
  content: "\e003";
}

.icon-arrows-button-on:before {
  content: "\e004";
}

.icon-arrows-button-up:before {
  content: "\e005";
}

.icon-arrows-check:before {
  content: "\e006";
}

.icon-arrows-circle-check:before {
  content: "\e007";
}

.icon-arrows-circle-down:before {
  content: "\e008";
}

.icon-arrows-circle-downleft:before {
  content: "\e009";
}

.icon-arrows-circle-downright:before {
  content: "\e00a";
}

.icon-arrows-circle-left:before {
  content: "\e00b";
}

.icon-arrows-circle-minus:before {
  content: "\e00c";
}

.icon-arrows-circle-plus:before {
  content: "\e00d";
}

.icon-arrows-circle-remove:before {
  content: "\e00e";
}

.icon-arrows-circle-right:before {
  content: "\e00f";
}

.icon-arrows-circle-up:before {
  content: "\e010";
}

.icon-arrows-circle-upleft:before {
  content: "\e011";
}

.icon-arrows-circle-upright:before {
  content: "\e012";
}

.icon-arrows-clockwise:before {
  content: "\e013";
}

.icon-arrows-clockwise-dashed:before {
  content: "\e014";
}

.icon-arrows-compress:before {
  content: "\e015";
}

.icon-arrows-deny:before {
  content: "\e016";
}

.icon-arrows-diagonal:before {
  content: "\e017";
}

.icon-arrows-diagonal2:before {
  content: "\e018";
}

.icon-arrows-down:before {
  content: "\e019";
}

.icon-arrows-down-double:before {
  content: "\e01a";
}

.icon-arrows-downleft:before {
  content: "\e01b";
}

.icon-arrows-downright:before {
  content: "\e01c";
}

.icon-arrows-drag-down:before {
  content: "\e01d";
}

.icon-arrows-drag-down-dashed:before {
  content: "\e01e";
}

.icon-arrows-drag-horiz:before {
  content: "\e01f";
}

.icon-arrows-drag-left:before {
  content: "\e020";
}

.icon-arrows-drag-left-dashed:before {
  content: "\e021";
}

.icon-arrows-drag-right:before {
  content: "\e022";
}

.icon-arrows-drag-right-dashed:before {
  content: "\e023";
}

.icon-arrows-drag-up:before {
  content: "\e024";
}

.icon-arrows-drag-up-dashed:before {
  content: "\e025";
}

.icon-arrows-drag-vert:before {
  content: "\e026";
}

.icon-arrows-exclamation:before {
  content: "\e027";
}

.icon-arrows-expand:before {
  content: "\e028";
}

.icon-arrows-expand-diagonal1:before {
  content: "\e029";
}

.icon-arrows-expand-horizontal1:before {
  content: "\e02a";
}

.icon-arrows-expand-vertical1:before {
  content: "\e02b";
}

.icon-arrows-fit-horizontal:before {
  content: "\e02c";
}

.icon-arrows-fit-vertical:before {
  content: "\e02d";
}

.icon-arrows-glide:before {
  content: "\e02e";
}

.icon-arrows-glide-horizontal:before {
  content: "\e02f";
}

.icon-arrows-glide-vertical:before {
  content: "\e030";
}

.icon-arrows-hamburger1:before {
  content: "\e031";
}

.icon-arrows-hamburger-2:before {
  content: "\e032";
}

.icon-arrows-horizontal:before {
  content: "\e033";
}

.icon-arrows-info:before {
  content: "\e034";
}

.icon-arrows-keyboard-alt:before {
  content: "\e035";
}

.icon-arrows-keyboard-cmd:before {
  content: "\e036";
}

.icon-arrows-keyboard-delete:before {
  content: "\e037";
}

.icon-arrows-keyboard-down:before {
  content: "\e038";
}

.icon-arrows-keyboard-left:before {
  content: "\e039";
}

.icon-arrows-keyboard-return:before {
  content: "\e03a";
}

.icon-arrows-keyboard-right:before {
  content: "\e03b";
}

.icon-arrows-keyboard-shift:before {
  content: "\e03c";
}

.icon-arrows-keyboard-tab:before {
  content: "\e03d";
}

.icon-arrows-keyboard-up:before {
  content: "\e03e";
}

.icon-arrows-left:before {
  content: "\e03f";
}

.icon-arrows-left-double-32:before {
  content: "\e040";
}

.icon-arrows-minus:before {
  content: "\e041";
}

.icon-arrows-move:before {
  content: "\e042";
}

.icon-arrows-move2:before {
  content: "\e043";
}

.icon-arrows-move-bottom:before {
  content: "\e044";
}

.icon-arrows-move-left:before {
  content: "\e045";
}

.icon-arrows-move-right:before {
  content: "\e046";
}

.icon-arrows-move-top:before {
  content: "\e047";
}

.icon-arrows-plus:before {
  content: "\e048";
}

.icon-arrows-question:before {
  content: "\e049";
}

.icon-arrows-remove:before {
  content: "\e04a";
}

.icon-arrows-right:before {
  content: "\e04b";
}

.icon-arrows-right-double:before {
  content: "\e04c";
}

.icon-arrows-rotate:before {
  content: "\e04d";
}

.icon-arrows-rotate-anti:before {
  content: "\e04e";
}

.icon-arrows-rotate-anti-dashed:before {
  content: "\e04f";
}

.icon-arrows-rotate-dashed:before {
  content: "\e050";
}

.icon-arrows-shrink:before {
  content: "\e051";
}

.icon-arrows-shrink-diagonal1:before {
  content: "\e052";
}

.icon-arrows-shrink-diagonal2:before {
  content: "\e053";
}

.icon-arrows-shrink-horizonal2:before {
  content: "\e054";
}

.icon-arrows-shrink-horizontal1:before {
  content: "\e055";
}

.icon-arrows-shrink-vertical1:before {
  content: "\e056";
}

.icon-arrows-shrink-vertical2:before {
  content: "\e057";
}

.icon-arrows-sign-down:before {
  content: "\e058";
}

.icon-arrows-sign-left:before {
  content: "\e059";
}

.icon-arrows-sign-right:before {
  content: "\e05a";
}

.icon-arrows-sign-up:before {
  content: "\e05b";
}

.icon-arrows-slide-down1:before {
  content: "\e05c";
}

.icon-arrows-slide-down2:before {
  content: "\e05d";
}

.icon-arrows-slide-left1:before {
  content: "\e05e";
}

.icon-arrows-slide-left2:before {
  content: "\e05f";
}

.icon-arrows-slide-right1:before {
  content: "\e060";
}

.icon-arrows-slide-right2:before {
  content: "\e061";
}

.icon-arrows-slide-up1:before {
  content: "\e062";
}

.icon-arrows-slide-up2:before {
  content: "\e063";
}

.icon-arrows-slim-down:before {
  content: "\e064";
}

.icon-arrows-slim-down-dashed:before {
  content: "\e065";
}

.icon-arrows-slim-left:before {
  content: "\e066";
}

.icon-arrows-slim-left-dashed:before {
  content: "\e067";
}

.icon-arrows-slim-right:before {
  content: "\e068";
}

.icon-arrows-slim-right-dashed:before {
  content: "\e069";
}

.icon-arrows-slim-up:before {
  content: "\e06a";
}

.icon-arrows-slim-up-dashed:before {
  content: "\e06b";
}

.icon-arrows-square-check:before {
  content: "\e06c";
}

.icon-arrows-square-down:before {
  content: "\e06d";
}

.icon-arrows-square-downleft:before {
  content: "\e06e";
}

.icon-arrows-square-downright:before {
  content: "\e06f";
}

.icon-arrows-square-left:before {
  content: "\e070";
}

.icon-arrows-square-minus:before {
  content: "\e071";
}

.icon-arrows-square-plus:before {
  content: "\e072";
}

.icon-arrows-square-remove:before {
  content: "\e073";
}

.icon-arrows-square-right:before {
  content: "\e074";
}

.icon-arrows-square-up:before {
  content: "\e075";
}

.icon-arrows-square-upleft:before {
  content: "\e076";
}

.icon-arrows-square-upright:before {
  content: "\e077";
}

.icon-arrows-squares:before {
  content: "\e078";
}

.icon-arrows-stretch-diagonal1:before {
  content: "\e079";
}

.icon-arrows-stretch-diagonal2:before {
  content: "\e07a";
}

.icon-arrows-stretch-diagonal3:before {
  content: "\e07b";
}

.icon-arrows-stretch-diagonal4:before {
  content: "\e07c";
}

.icon-arrows-stretch-horizontal1:before {
  content: "\e07d";
}

.icon-arrows-stretch-horizontal2:before {
  content: "\e07e";
}

.icon-arrows-stretch-vertical1:before {
  content: "\e07f";
}

.icon-arrows-stretch-vertical2:before {
  content: "\e080";
}

.icon-arrows-switch-horizontal:before {
  content: "\e081";
}

.icon-arrows-switch-vertical:before {
  content: "\e082";
}

.icon-arrows-up:before {
  content: "\e083";
}

.icon-arrows-up-double-33:before {
  content: "\e084";
}

.icon-arrows-upleft:before {
  content: "\e085";
}

.icon-arrows-upright:before {
  content: "\e086";
}

.icon-arrows-vertical:before {
  content: "\e087";
}

[class^=icon-basic]:before,
[class*=" icon-basic"]:before {
  font-family: "LineaBasic";
  font-family: "LineaBasic" !important;
  font-style: normal !important;
  font-weight: bolder !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.icon-basic-accelerator:before {
  content: "a";
}

.icon-basic-alarm:before {
  content: "b";
}

.icon-basic-anchor:before {
  content: "c";
}

.icon-basic-anticlockwise:before {
  content: "d";
}

.icon-basic-archive:before {
  content: "e";
}

.icon-basic-archive-full:before {
  content: "f";
}

.icon-basic-ban:before {
  content: "g";
}

.icon-basic-battery-charge:before {
  content: "h";
}

.icon-basic-battery-empty:before {
  content: "i";
}

.icon-basic-battery-full:before {
  content: "j";
}

.icon-basic-battery-half:before {
  content: "k";
}

.icon-basic-bolt:before {
  content: "l";
}

.icon-basic-book:before {
  content: "m";
}

.icon-basic-book-pen:before {
  content: "n";
}

.icon-basic-book-pencil:before {
  content: "o";
}

.icon-basic-bookmark:before {
  content: "p";
}

.icon-basic-calculator:before {
  content: "q";
}

.icon-basic-calendar:before {
  content: "r";
}

.icon-basic-cards-diamonds:before {
  content: "s";
}

.icon-basic-cards-hearts:before {
  content: "t";
}

.icon-basic-case:before {
  content: "u";
}

.icon-basic-chronometer:before {
  content: "v";
}

.icon-basic-clessidre:before {
  content: "w";
}

.icon-basic-clock:before {
  content: "x";
}

.icon-basic-clockwise:before {
  content: "y";
}

.icon-basic-cloud:before {
  content: "z";
}

.icon-basic-clubs:before {
  content: "A";
}

.icon-basic-compass:before {
  content: "B";
}

.icon-basic-cup:before {
  content: "C";
}

.icon-basic-diamonds:before {
  content: "D";
}

.icon-basic-display:before {
  content: "E";
}

.icon-basic-download:before {
  content: "F";
}

.icon-basic-exclamation:before {
  content: "G";
}

.icon-basic-eye:before {
  content: "H";
}

.icon-basic-eye-closed:before {
  content: "I";
}

.icon-basic-female:before {
  content: "J";
}

.icon-basic-flag1:before {
  content: "K";
}

.icon-basic-flag2:before {
  content: "L";
}

.icon-basic-floppydisk:before {
  content: "M";
}

.icon-basic-folder:before {
  content: "N";
}

.icon-basic-folder-multiple:before {
  content: "O";
}

.icon-basic-gear:before {
  content: "P";
}

.icon-basic-geolocalize-01:before {
  content: "Q";
}

.icon-basic-geolocalize-05:before {
  content: "R";
}

.icon-basic-globe:before {
  content: "S";
}

.icon-basic-gunsight:before {
  content: "T";
}

.icon-basic-hammer:before {
  content: "U";
}

.icon-basic-headset:before {
  content: "V";
}

.icon-basic-heart:before {
  content: "W";
}

.icon-basic-heart-broken:before {
  content: "X";
}

.icon-basic-helm:before {
  content: "Y";
}

.icon-basic-home:before {
  content: "Z";
}

.icon-basic-info:before {
  content: "0";
}

.icon-basic-ipod:before {
  content: "1";
}

.icon-basic-joypad:before {
  content: "2";
}

.icon-basic-key:before {
  content: "3";
}

.icon-basic-keyboard:before {
  content: "4";
}

.icon-basic-laptop:before {
  content: "5";
}

.icon-basic-life-buoy:before {
  content: "6";
}

.icon-basic-lightbulb:before {
  content: "7";
}

.icon-basic-link:before {
  content: "8";
}

.icon-basic-lock:before {
  content: "9";
}

.icon-basic-lock-open:before {
  content: "!";
}

.icon-basic-magic-mouse:before {
  content: '"';
}

.icon-basic-magnifier:before {
  content: "#";
}

.icon-basic-magnifier-minus:before {
  content: "$";
}

.icon-basic-magnifier-plus:before {
  content: "%";
}

.icon-basic-mail:before {
  content: "&";
}

.icon-basic-mail-multiple:before {
  content: "'";
}

.icon-basic-mail-open:before {
  content: "(";
}

.icon-basic-mail-open-text:before {
  content: ")";
}

.icon-basic-male:before {
  content: "*";
}

.icon-basic-map:before {
  content: "+";
}

.icon-basic-message:before {
  content: ",";
}

.icon-basic-message-multiple:before {
  content: "-";
}

.icon-basic-message-txt:before {
  content: ".";
}

.icon-basic-mixer2:before {
  content: "/";
}

.icon-basic-mouse:before {
  content: ":";
}

.icon-basic-notebook:before {
  content: ";";
}

.icon-basic-notebook-pen:before {
  content: "<";
}

.icon-basic-notebook-pencil:before {
  content: "=";
}

.icon-basic-paperplane:before {
  content: ">";
}

.icon-basic-pencil-ruler:before {
  content: "?";
}

.icon-basic-pencil-ruler-pen:before {
  content: "@";
}

.icon-basic-photo:before {
  content: "[";
}

.icon-basic-picture:before {
  content: "]";
}

.icon-basic-picture-multiple:before {
  content: "^";
}

.icon-basic-pin1:before {
  content: "_";
}

.icon-basic-pin2:before {
  content: "`";
}

.icon-basic-postcard:before {
  content: "{";
}

.icon-basic-postcard-multiple:before {
  content: "|";
}

.icon-basic-printer:before {
  content: "}";
}

.icon-basic-question:before {
  content: "~";
}

.icon-basic-rss:before {
  content: "\\";
}

.icon-basic-server:before {
  content: "\e000";
}

.icon-basic-server2:before {
  content: "\e001";
}

.icon-basic-server-cloud:before {
  content: "\e002";
}

.icon-basic-server-download:before {
  content: "\e003";
}

.icon-basic-server-upload:before {
  content: "\e004";
}

.icon-basic-settings:before {
  content: "\e005";
}

.icon-basic-share:before {
  content: "\e006";
}

.icon-basic-sheet:before {
  content: "\e007";
}

.icon-basic-sheet-multiple:before {
  content: "\e008";
}

.icon-basic-sheet-pen:before {
  content: "\e009";
}

.icon-basic-sheet-pencil:before {
  content: "\e00a";
}

.icon-basic-sheet-txt:before {
  content: "\e00b";
}

.icon-basic-signs:before {
  content: "\e00c";
}

.icon-basic-smartphone:before {
  content: "\e00d";
}

.icon-basic-spades:before {
  content: "\e00e";
}

.icon-basic-spread:before {
  content: "\e00f";
}

.icon-basic-spread-bookmark:before {
  content: "\e010";
}

.icon-basic-spread-text:before {
  content: "\e011";
}

.icon-basic-spread-text-bookmark:before {
  content: "\e012";
}

.icon-basic-star:before {
  content: "\e013";
}

.icon-basic-tablet:before {
  content: "\e014";
}

.icon-basic-target:before {
  content: "\e015";
}

.icon-basic-todo:before {
  content: "\e016";
}

.icon-basic-todo-pen:before {
  content: "\e017";
}

.icon-basic-todo-pencil:before {
  content: "\e018";
}

.icon-basic-todo-txt:before {
  content: "\e019";
}

.icon-basic-todolist-pen:before {
  content: "\e01a";
}

.icon-basic-todolist-pencil:before {
  content: "\e01b";
}

.icon-basic-trashcan:before {
  content: "\e01c";
}

.icon-basic-trashcan-full:before {
  content: "\e01d";
}

.icon-basic-trashcan-refresh:before {
  content: "\e01e";
}

.icon-basic-trashcan-remove:before {
  content: "\e01f";
}

.icon-basic-upload:before {
  content: "\e020";
}

.icon-basic-usb:before {
  content: "\e021";
}

.icon-basic-video:before {
  content: "\e022";
}

.icon-basic-watch:before {
  content: "\e023";
}

.icon-basic-webpage:before {
  content: "\e024";
}

.icon-basic-webpage-img-txt:before {
  content: "\e025";
}

.icon-basic-webpage-multiple:before {
  content: "\e026";
}

.icon-basic-webpage-txt:before {
  content: "\e027";
}

.icon-basic-world:before {
  content: "\e028";
}

[class^=icon-basic-elaboration]:before,
[class*=icon-basic-elaboration]:before {
  font-family: "LineaBasicElab";
  font-style: normal !important;
  font-weight: bolder !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.icon-basic-elaboration-bookmark-checck:before {
  content: "a";
}

.icon-basic-elaboration-bookmark-minus:before {
  content: "b";
}

.icon-basic-elaboration-bookmark-plus:before {
  content: "c";
}

.icon-basic-elaboration-bookmark-remove:before {
  content: "d";
}

.icon-basic-elaboration-briefcase-check:before {
  content: "e";
}

.icon-basic-elaboration-briefcase-download:before {
  content: "f";
}

.icon-basic-elaboration-briefcase-flagged:before {
  content: "g";
}

.icon-basic-elaboration-briefcase-minus:before {
  content: "h";
}

.icon-basic-elaboration-briefcase-plus:before {
  content: "i";
}

.icon-basic-elaboration-briefcase-refresh:before {
  content: "j";
}

.icon-basic-elaboration-briefcase-remove:before {
  content: "k";
}

.icon-basic-elaboration-briefcase-search:before {
  content: "l";
}

.icon-basic-elaboration-briefcase-star:before {
  content: "m";
}

.icon-basic-elaboration-briefcase-upload:before {
  content: "n";
}

.icon-basic-elaboration-browser-check:before {
  content: "o";
}

.icon-basic-elaboration-browser-download:before {
  content: "p";
}

.icon-basic-elaboration-browser-minus:before {
  content: "q";
}

.icon-basic-elaboration-browser-plus:before {
  content: "r";
}

.icon-basic-elaboration-browser-refresh:before {
  content: "s";
}

.icon-basic-elaboration-browser-remove:before {
  content: "t";
}

.icon-basic-elaboration-browser-search:before {
  content: "u";
}

.icon-basic-elaboration-browser-star:before {
  content: "v";
}

.icon-basic-elaboration-browser-upload:before {
  content: "w";
}

.icon-basic-elaboration-calendar-check:before {
  content: "x";
}

.icon-basic-elaboration-calendar-cloud:before {
  content: "y";
}

.icon-basic-elaboration-calendar-download:before {
  content: "z";
}

.icon-basic-elaboration-calendar-empty:before {
  content: "A";
}

.icon-basic-elaboration-calendar-flagged:before {
  content: "B";
}

.icon-basic-elaboration-calendar-heart:before {
  content: "C";
}

.icon-basic-elaboration-calendar-minus:before {
  content: "D";
}

.icon-basic-elaboration-calendar-next:before {
  content: "E";
}

.icon-basic-elaboration-calendar-noaccess:before {
  content: "F";
}

.icon-basic-elaboration-calendar-pencil:before {
  content: "G";
}

.icon-basic-elaboration-calendar-plus:before {
  content: "H";
}

.icon-basic-elaboration-calendar-previous:before {
  content: "I";
}

.icon-basic-elaboration-calendar-refresh:before {
  content: "J";
}

.icon-basic-elaboration-calendar-remove:before {
  content: "K";
}

.icon-basic-elaboration-calendar-search:before {
  content: "L";
}

.icon-basic-elaboration-calendar-star:before {
  content: "M";
}

.icon-basic-elaboration-calendar-upload:before {
  content: "N";
}

.icon-basic-elaboration-cloud-check:before {
  content: "O";
}

.icon-basic-elaboration-cloud-download:before {
  content: "P";
}

.icon-basic-elaboration-cloud-minus:before {
  content: "Q";
}

.icon-basic-elaboration-cloud-noaccess:before {
  content: "R";
}

.icon-basic-elaboration-cloud-plus:before {
  content: "S";
}

.icon-basic-elaboration-cloud-refresh:before {
  content: "T";
}

.icon-basic-elaboration-cloud-remove:before {
  content: "U";
}

.icon-basic-elaboration-cloud-search:before {
  content: "V";
}

.icon-basic-elaboration-cloud-upload:before {
  content: "W";
}

.icon-basic-elaboration-document-check:before {
  content: "X";
}

.icon-basic-elaboration-document-cloud:before {
  content: "Y";
}

.icon-basic-elaboration-document-download:before {
  content: "Z";
}

.icon-basic-elaboration-document-flagged:before {
  content: "0";
}

.icon-basic-elaboration-document-graph:before {
  content: "1";
}

.icon-basic-elaboration-document-heart:before {
  content: "2";
}

.icon-basic-elaboration-document-minus:before {
  content: "3";
}

.icon-basic-elaboration-document-next:before {
  content: "4";
}

.icon-basic-elaboration-document-noaccess:before {
  content: "5";
}

.icon-basic-elaboration-document-note:before {
  content: "6";
}

.icon-basic-elaboration-document-pencil:before {
  content: "7";
}

.icon-basic-elaboration-document-picture:before {
  content: "8";
}

.icon-basic-elaboration-document-plus:before {
  content: "9";
}

.icon-basic-elaboration-document-previous:before {
  content: "!";
}

.icon-basic-elaboration-document-refresh:before {
  content: '"';
}

.icon-basic-elaboration-document-remove:before {
  content: "#";
}

.icon-basic-elaboration-document-search:before {
  content: "$";
}

.icon-basic-elaboration-document-star:before {
  content: "%";
}

.icon-basic-elaboration-document-upload:before {
  content: "&";
}

.icon-basic-elaboration-folder-check:before {
  content: "'";
}

.icon-basic-elaboration-folder-cloud:before {
  content: "(";
}

.icon-basic-elaboration-folder-document:before {
  content: ")";
}

.icon-basic-elaboration-folder-download:before {
  content: "*";
}

.icon-basic-elaboration-folder-flagged:before {
  content: "+";
}

.icon-basic-elaboration-folder-graph:before {
  content: ",";
}

.icon-basic-elaboration-folder-heart:before {
  content: "-";
}

.icon-basic-elaboration-folder-minus:before {
  content: ".";
}

.icon-basic-elaboration-folder-next:before {
  content: "/";
}

.icon-basic-elaboration-folder-noaccess:before {
  content: ":";
}

.icon-basic-elaboration-folder-note:before {
  content: ";";
}

.icon-basic-elaboration-folder-pencil:before {
  content: "<";
}

.icon-basic-elaboration-folder-picture:before {
  content: "=";
}

.icon-basic-elaboration-folder-plus:before {
  content: ">";
}

.icon-basic-elaboration-folder-previous:before {
  content: "?";
}

.icon-basic-elaboration-folder-refresh:before {
  content: "@";
}

.icon-basic-elaboration-folder-remove:before {
  content: "[";
}

.icon-basic-elaboration-folder-search:before {
  content: "]";
}

.icon-basic-elaboration-folder-star:before {
  content: "^";
}

.icon-basic-elaboration-folder-upload:before {
  content: "_";
}

.icon-basic-elaboration-mail-check:before {
  content: "`";
}

.icon-basic-elaboration-mail-cloud:before {
  content: "{";
}

.icon-basic-elaboration-mail-document:before {
  content: "|";
}

.icon-basic-elaboration-mail-download:before {
  content: "}";
}

.icon-basic-elaboration-mail-flagged:before {
  content: "~";
}

.icon-basic-elaboration-mail-heart:before {
  content: "\\";
}

.icon-basic-elaboration-mail-next:before {
  content: "\e000";
}

.icon-basic-elaboration-mail-noaccess:before {
  content: "\e001";
}

.icon-basic-elaboration-mail-note:before {
  content: "\e002";
}

.icon-basic-elaboration-mail-pencil:before {
  font-family: "LineaBasicElab" !important;
  content: "\e003";
}

.icon-basic-elaboration-mail-picture:before {
  content: "\e004";
}

.icon-basic-elaboration-mail-previous:before {
  content: "\e005";
}

.icon-basic-elaboration-mail-refresh:before {
  content: "\e006";
}

.icon-basic-elaboration-mail-remove:before {
  content: "\e007";
}

.icon-basic-elaboration-mail-search:before {
  content: "\e008";
}

.icon-basic-elaboration-mail-star:before {
  content: "\e009";
}

.icon-basic-elaboration-mail-upload:before {
  content: "\e00a";
}

.icon-basic-elaboration-message-check:before {
  content: "\e00b";
}

.icon-basic-elaboration-message-dots:before {
  content: "\e00c";
}

.icon-basic-elaboration-message-happy:before {
  content: "\e00d";
}

.icon-basic-elaboration-message-heart:before {
  content: "\e00e";
}

.icon-basic-elaboration-message-minus:before {
  content: "\e00f";
}

.icon-basic-elaboration-message-note:before {
  content: "\e010";
}

.icon-basic-elaboration-message-plus:before {
  content: "\e011";
}

.icon-basic-elaboration-message-refresh:before {
  content: "\e012";
}

.icon-basic-elaboration-message-remove:before {
  content: "\e013";
}

.icon-basic-elaboration-message-sad:before {
  content: "\e014";
}

.icon-basic-elaboration-smartphone-cloud:before {
  content: "\e015";
}

.icon-basic-elaboration-smartphone-heart:before {
  content: "\e016";
}

.icon-basic-elaboration-smartphone-noaccess:before {
  content: "\e017";
}

.icon-basic-elaboration-smartphone-note:before {
  content: "\e018";
}

.icon-basic-elaboration-smartphone-pencil:before {
  content: "\e019";
}

.icon-basic-elaboration-smartphone-picture:before {
  content: "\e01a";
}

.icon-basic-elaboration-smartphone-refresh:before {
  content: "\e01b";
}

.icon-basic-elaboration-smartphone-search:before {
  content: "\e01c";
}

.icon-basic-elaboration-tablet-cloud:before {
  content: "\e01d";
}

.icon-basic-elaboration-tablet-heart:before {
  content: "\e01e";
}

.icon-basic-elaboration-tablet-noaccess:before {
  content: "\e01f";
}

.icon-basic-elaboration-tablet-note:before {
  content: "\e020";
}

.icon-basic-elaboration-tablet-pencil:before {
  content: "\e021";
}

.icon-basic-elaboration-tablet-picture:before {
  content: "\e022";
}

.icon-basic-elaboration-tablet-refresh:before {
  content: "\e023";
}

.icon-basic-elaboration-tablet-search:before {
  content: "\e024";
}

.icon-basic-elaboration-todolist-2:before {
  content: "\e025";
}

.icon-basic-elaboration-todolist-check:before {
  content: "\e026";
}

.icon-basic-elaboration-todolist-cloud:before {
  content: "\e027";
}

.icon-basic-elaboration-todolist-download:before {
  content: "\e028";
}

.icon-basic-elaboration-todolist-flagged:before {
  content: "\e029";
}

.icon-basic-elaboration-todolist-minus:before {
  content: "\e02a";
}

.icon-basic-elaboration-todolist-noaccess:before {
  content: "\e02b";
}

.icon-basic-elaboration-todolist-pencil:before {
  content: "\e02c";
}

.icon-basic-elaboration-todolist-plus:before {
  content: "\e02d";
}

.icon-basic-elaboration-todolist-refresh:before {
  content: "\e02e";
}

.icon-basic-elaboration-todolist-remove:before {
  content: "\e02f";
}

.icon-basic-elaboration-todolist-search:before {
  content: "\e030";
}

.icon-basic-elaboration-todolist-star:before {
  content: "\e031";
}

.icon-basic-elaboration-todolist-upload:before {
  content: "\e032";
}

/* ajax load more */
.alm-load-more-btn {
  margin-top: 25px;
}
.alm-load-more-btn.done {
  display: none;
}

/* Grid layout for webinars and insights */
.bdyGrid,
.alm-reveal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* default card */
.card {
  margin-bottom: 3rem;
  border-left: 2px solid #12c8b6;
}
@media (min-width: 1280px) {
  .card {
    flex: 0 1 50%;
  }
}
@media (min-width: 560px) {
  .card .post-details {
    display: flex;
  }
}
.card .post-thumb {
  flex: 1 1 25%;
  padding: 5px 8px 10px;
}
@media (min-width: 768px) {
  .card .post-thumb {
    padding: 5px 8px 20px;
  }
}
.card .post-thumb img {
  max-width: 195px;
  max-height: 240px;
  display: block;
  width: 195px;
  margin-bottom: 20px;
}
.card .post-summary {
  flex: 1 1 75%;
  padding: 0 30px 0 10px;
}
.card .post-summary h2 {
  font-size: 20px;
  line-height: 1.3;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.card .post-summary h2 a {
  color: #343434;
}
.card .post-summary h2 a:hover {
  color: #005CB9;
  text-decoration: none;
}
.card .post-summary p {
  font-size: 14px;
  line-height: 21px;
  font-size: 0.7777777778rem;
  line-height: 1.1666666667rem;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}
.card .post-summary .webinar-date {
  font-size: 18px;
  margin: 0 0 10px;
}
.card .post-summary a {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* featured card */
/* TSI Insights */
.card.featured {
  flex: 1 1 100%;
  margin-bottom: 2rem;
  border-left: 0;
}
.card.featured .post-header {
  background-color: #bdae8f;
  color: #fff;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 22px;
  text-transform: uppercase;
  padding: 6px 20px 8px;
}
.card.featured .post-thumb {
  flex: 1 1 50%;
  padding: 5px 8px 10px;
}
.card.featured .post-thumb img {
  padding: 30px 0 30px 20px;
  margin-bottom: 0;
  width: 100% !important;
  max-width: 100% !important;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
@media (max-width: 560px) {
  .card.featured .post-thumb img {
    padding: 10px;
  }
}
.card.featured .post-summary {
  flex: 1 1 50%;
  padding: 30px 20px;
}
.card.featured .post-summary h2 {
  padding-bottom: 25px !important;
  margin-bottom: 0 !important;
}
.card.featured .post-summary p {
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  .card.featured .post-summary {
    padding: 10px 20px;
  }
}
.card.featured article {
  border: 2px solid #bdae8f !important;
}

/* default brief layout (blog, downloads) */
.brief {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.brief h2,
.brief h2 a {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  line-height: 40.25px;
  font-size: 1.9444444444rem;
  line-height: 2.2361111111rem;
  letter-spacing: 0.04em;
  text-transform: none;
  color: #343434;
  text-decoration: none;
}
.brief h2:hover,
.brief h2 a:hover {
  color: #005CB9;
}
.brief .label-type {
  padding: 5px 10px 0;
  margin: 0 10px 1rem 0;
  display: inline-block;
  background: #065bbb;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
}
.brief .date {
  color: #6c737f;
  margin-bottom: 0 !important;
}
.brief .post-thumb {
  text-transform: uppercase;
  margin-right: 20px;
}
.brief .post-thumb .webinar-presented {
  display: inline;
  width: 105%;
}
.brief .post-thumb .webinar-presented + img {
  margin-top: 5px;
}
.brief .post-thumb img {
  max-height: 150px;
  max-width: 150px;
}
.brief .post-summary h3 {
  margin-top: 0;
}
.brief .post-summary .webinar-date {
  margin-top: -8px;
}
.brief p {
  padding-bottom: 0 !important;
}
.brief .post-details {
  margin-top: 1.5rem;
  display: flex;
}

.links {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.resources-header {
  color: #343434;
  font-family: "DinCondBold";
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 25px;
  flex: 1 1 100%;
}

/* button global - to be moved */
.btn {
  color: #ffffff !important;
  background-color: #005cb9;
  text-transform: uppercase;
  border: 2px solid;
  padding: 18px 28px 14px;
  font-size: 0.8rem;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.btn:hover {
  background-color: #ffffff;
  border: 2px solid #005CB9;
  color: #005CB9 !important;
}

.page-template-template-resource-webinars .bdyGrid .no-upcoming .check-back-soon {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: italic;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(243, 244, 246, 0.8);
}

.cpt_blog-template-default .post-wrapper h2 {
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  font-size: 2.2222222222rem;
  line-height: 2.2222222222rem;
  letter-spacing: 0.04em;
}
.cpt_blog-template-default .post-wrapper:nth-of-type(n + 2) {
  display: flex;
  align-items: center;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 28px;
  line-height: 28px;
  font-size: 1.5555555556rem;
  line-height: 1.5555555556rem;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}

/* toolkit main menu */
.toolkit-menu {
  padding: 10px 20px 15px;
  border-top: 2px solid #ffffff;
}
@media (min-width: 768px) {
  .toolkit-menu {
    padding: 20px 120px 25px;
  }
}
.toolkit-menu .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 766px) {
  .toolkit-menu .menu {
    justify-content: flex-start;
  }
}
.toolkit-menu .menu li {
  display: none;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  padding: 8px 10px;
}
@media (min-width: 766px) {
  .toolkit-menu .menu li {
    display: inline-block;
    margin: 0 40px 0 0;
  }
}
@media (min-width: 950px) {
  .toolkit-menu .menu li {
    font-size: 34px;
  }
}
.toolkit-menu .menu li:first-child {
  text-align: center;
  font-size: 24px;
}
@media (max-width: 767px) {
  .toolkit-menu .menu li:first-child {
    font-size: 24px;
    display: inline-block;
  }
  .toolkit-menu .menu li:first-child br {
    display: none;
  }
}
.toolkit-menu .menu a {
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  opacity: 0.5;
}
.toolkit-menu .menu a:hover {
  opacity: 1;
  color: #fff;
}

.toolkit-menu .current-menu-item:not(:first-child),
.toolkit-menu .current-page-ancestor,
.post-template-single-family-huddle .menu-family-huddles,
.page-template-template-family-huddles .menu-family-huddles,
.page-template-template-family-huddles-single .menu-family-huddles,
.post-template-single-playbook .menu-playbooks,
.page-template-template-spanish-playbook .menu-playbooks,
.page-template-template-playbook .menu-playbooks,
.page-template-template-spanish-playbook-single .menu-playbooks,
.page-template-template-playbook-single .menu-playbooks,
.page-template-template-my-locker .menu-toolkit {
  border-bottom: 2px solid #ffffff;
}
@media (max-width: 767px) {
  .toolkit-menu .current-menu-item:not(:first-child),
  .toolkit-menu .current-page-ancestor,
  .post-template-single-family-huddle .menu-family-huddles,
  .page-template-template-family-huddles .menu-family-huddles,
  .page-template-template-family-huddles-single .menu-family-huddles,
  .post-template-single-playbook .menu-playbooks,
  .page-template-template-spanish-playbook .menu-playbooks,
  .page-template-template-playbook .menu-playbooks,
  .page-template-template-spanish-playbook-single .menu-playbooks,
  .page-template-template-playbook-single .menu-playbooks,
  .page-template-template-my-locker .menu-toolkit {
    display: inline-block !important;
    margin-right: 0;
  }
}
.toolkit-menu .current-menu-item:not(:first-child) a,
.toolkit-menu .current-page-ancestor a,
.post-template-single-family-huddle .menu-family-huddles a,
.page-template-template-family-huddles .menu-family-huddles a,
.page-template-template-family-huddles-single .menu-family-huddles a,
.post-template-single-playbook .menu-playbooks a,
.page-template-template-spanish-playbook .menu-playbooks a,
.page-template-template-playbook .menu-playbooks a,
.page-template-template-spanish-playbook-single .menu-playbooks a,
.page-template-template-playbook-single .menu-playbooks a,
.page-template-template-my-locker .menu-toolkit a {
  color: #ffffff;
  opacity: 1;
}

.single-cpt_playbook .toolkit-menu .menu-playbooks {
  border-bottom: 2px solid #ffffff;
}
.single-cpt_playbook .toolkit-menu .menu-playbooks a {
  opacity: 1;
}

.post-template-single-playbook #menu-playbook-menu .menu-item-has-children,
.post-template-single-huddles #menu-family-huddles-menu .menu-item-has-children {
  border-left: 3px solid #005CB9;
}
.post-template-single-playbook #menu-playbook-menu .menu-item-has-children > a,
.post-template-single-huddles #menu-family-huddles-menu .menu-item-has-children > a {
  color: #005CB9;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* user dropdown */
.toolkit-user {
  background-color: #C5E2FF;
  flex: 1 0 245px;
  height: 32px;
  margin: 8px 43px 7px 0;
  position: relative;
  text-transform: uppercase;
  border-radius: 1px;
  font-size: 13px;
  z-index: 3;
}
@media (max-width: 1080px) {
  .toolkit-user {
    display: none;
  }
}
.toolkit-user.active .toolkit-username {
  background-color: transparent;
  color: #005CB9;
}
.toolkit-user.active .toolkit-user-info {
  display: block;
}
.toolkit-user .toolkit-username {
  display: flex;
  justify-content: space-between;
  border: 0;
  white-space: nowrap;
  color: #005CB9;
  font-size: 14px;
  width: 100%;
  height: 32px;
  padding: 4px 15px 0;
  outline: none;
  background-color: #C5E2FF;
  text-transform: uppercase;
}
.toolkit-user .toolkit-username .fa {
  font-size: 14px;
  line-height: 14px;
  font-size: 0.7777777778rem;
  line-height: 0.7777777778rem;
  letter-spacing: 0.04em;
  color: #005CB9;
  margin-top: -2px;
}
.toolkit-user-info {
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  display: none;
  background-color: white;
}
.toolkit-user-info a {
  color: #343434;
}
.toolkit-user-info .menu {
  display: block;
  margin: 0;
  padding: 5px 25px 15px 25px;
  background-color: #ffffff;
  box-shadow: #D2D6DB 0px 6px 8px;
  list-style-type: none;
  align-items: flex-end; /* push them to the right */
}
.toolkit-user-info .menu li {
  margin: 6px 0;
  line-height: 1.4;
  padding: 0;
}
.toolkit-user-info .menu li.menu-title {
  margin: 10px 0 3px 0;
}
.toolkit-user-info .menu li li a {
  display: inline-block;
}
.toolkit-user-info .toolkit-logout {
  background-color: #005CB9;
  color: #ffffff;
  text-align: center;
  padding: 3px 25px;
  display: block;
}
.toolkit-user-info .toolkit-school {
  margin: 4px 20px;
  font-size: 10px;
  line-height: 13px;
}
.toolkit-user-info .toolkit-account {
  margin: 0 20px 5px;
  display: block;
  border-bottom: 2px solid #9DA4AE;
}
.toolkit-user-info .my-account-styles {
  margin: 0 20px 5px;
  display: block;
  border-bottom: 2px solid #9DA4AE;
  padding-top: 5px;
}

.demoBtn {
  background: #005CB9;
  color: #ffffff;
  border: 2px solid #005CB9;
  padding: 13px 15px 10px 15px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  line-height: 1.25rem;
  font-size: 16px;
}
.demoBtn:hover {
  background: #ffffff;
  border: 2px solid #005CB9;
  color: #005CB9;
  text-decoration: none;
}

.purple {
  color: #613BC9;
}

.service-loop.purple {
  color: #343434;
}
.service-loop.purple .row-2 .column-1 {
  background-color: #613BC9;
}

.blue {
  color: #55bbeb;
}

.service-loop.blue {
  color: #343434;
}
.service-loop.blue .row-2 .column-1 {
  background-color: #55bbeb;
}

.teal {
  color: #13cbb6;
}

.service-loop.teal {
  color: #343434;
}
.service-loop.teal .row-2 .column-1 {
  background-color: #13cbb6;
}

.page-template-template-student-leaders .subnav {
  padding-top: 15px;
}
.page-template-template-student-leaders .subnav a {
  align-content: center;
  text-decoration: none;
}
.page-template-template-student-leaders .subnav a .icon-arrows-left-double-32 {
  color: #005CB9;
  line-height: 1.5em;
  margin-left: 0.5em;
  text-decoration: none;
}
@media (max-width: 768px) {
  .page-template-template-student-leaders .subnav a .icon-arrows-left-double-32 {
    margin-left: 0;
  }
}
.page-template-template-student-leaders article {
  padding-top: 0;
}
.page-template-template-student-leaders article h2:last-of-type {
  display: none;
}
.page-template-template-student-leaders article .titleContainer {
  align-items: center;
  display: flex;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .page-template-template-student-leaders article .titleContainer {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.page-template-template-student-leaders article .titleContainer h2 {
  display: inline-flex;
  font-size: 40px;
  line-height: 40px;
  font-size: 2.2222222222rem;
  line-height: 2.2222222222rem;
  letter-spacing: 0.04em;
  color: #005CB9;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  margin: 25px 15px;
  padding: 0 15px 0 0;
  text-transform: uppercase;
  text-align: left;
}
@media (max-width: 768px) {
  .page-template-template-student-leaders article .titleContainer h2 {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 25px 15px 0 0;
  }
}
.page-template-template-student-leaders article h3 {
  color: #005CB9;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 28px;
  font-size: 1.5555555556rem;
  line-height: 1.5555555556rem;
  letter-spacing: 0.04em;
  margin: 25px 0;
  padding: 0 15px 0 0;
  text-transform: capitalize;
  text-align: left;
  padding-top: 0;
}

.page-template-default.student-leaders article table .row-1 .column-1 {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  font-size: 1.6666666667rem;
  line-height: 1.6666666667rem;
  letter-spacing: 0.04em;
  text-transform: capitalize;
}

.page-template-template-student-leaders.ambassadors main article h2,
.page-template-template-student-leaders.ambassadors main article h3,
.page-template-template-student-leaders.student-internships main article h2,
.page-template-template-student-leaders.student-internships main article h3 {
  color: #343434;
}

.purple {
  color: #613BC9;
}

.service-loop.purple {
  color: #343434;
}
.service-loop.purple .row-2 .column-1 {
  background-color: #613BC9;
}

.blue {
  color: #55bbeb;
}

.service-loop.blue {
  color: #343434;
}
.service-loop.blue .row-2 .column-1 {
  background-color: #55bbeb;
}

.teal {
  color: #13cbb6;
}

.service-loop.teal {
  color: #343434;
}
.service-loop.teal .row-2 .column-1 {
  background-color: #13cbb6;
}

.page-template-template-research-advisors .bdyWrapper {
  margin: 50px auto;
}
.page-template-template-research-advisors .bdyWrapper .bdyCol {
  margin: 0;
  padding: 0;
}
.page-template-template-research-advisors .bdyWrapper .bdyCol .sidebar {
  margin: 0;
}
.page-template-template-research-advisors .bdyWrapper .bdyCol article {
  padding-top: 0;
}
.page-template-template-research-advisors .bdyWrapper .bdyCol article h3 {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 40px;
  padding: 0 15px 0 0;
  text-transform: capitalize;
  text-align: left;
}
.page-template-template-research-advisors .bdyWrapper .bdyCol article h2 {
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  font-size: 2.2222222222rem;
  line-height: 2.2222222222rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 40px;
  padding: 0 15px 0 0;
}
@media (max-width: 899px) {
  .page-template-template-research-advisors .bdyWrapper .bdyCol article h2 {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .page-template-template-research-advisors .bdyWrapper .bdyCol article table.team-loop tr td {
    text-align: left;
  }
}
.page-template-template-research-advisors .bdyWrapper .bdyCol article table.team-loop .row-2 .column-2 {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.page-template-template-parent-resources .parent-resources-main .pr-intro p {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page-template-template-parent-resources .parent-resources-main h3 {
  color: #343434;
  margin-bottom: 25px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  font-size: 1.6666666667rem;
  line-height: 1.6666666667rem;
  letter-spacing: 0.04em;
}
.page-template-template-parent-resources .parent-resources-main .tool-in-the-kit {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-bottom: 25px;
}
.page-template-template-parent-resources .parent-resources-main .tool-in-the-kit .toolBreakdown {
  border-left: 3px solid #13cbb6;
  padding-left: 15px;
}
.page-template-template-parent-resources .parent-resources-main .tool-in-the-kit .toolBreakdown h4 {
  color: #005CB9;
  padding: 5px 0;
  text-transform: uppercase;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  font-size: 1.6666666667rem;
  line-height: 1.6666666667rem;
  letter-spacing: 0.04em;
}
.page-template-template-parent-resources .parent-resources-main .tool-in-the-kit .toolBreakdown ul {
  padding-left: 20px;
}
.page-template-template-parent-resources .parent-resources-main .tool-in-the-kit .toolBreakdown p {
  padding: 10px 0;
}
.page-template-template-parent-resources .parent-resources-main .tool-in-the-kit .toolBreakdown a {
  margin: 10px 0;
  text-transform: uppercase;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  font-size: 0.7777777778rem;
  line-height: 0.7777777778rem;
  letter-spacing: 0.04em;
}
.page-template-template-parent-resources .parent-resources-main .tool-in-the-kit .toolImg {
  padding: 0 20px;
}
@media (min-width: 769px) {
  .page-template-template-parent-resources .parent-resources-main .tool-in-the-kit .toolImg img {
    margin: 0;
  }
}
@media (min-width: 900px) and (max-width: 1080px) {
  .page-template-template-parent-resources .parent-resources-main .tool-in-the-kit {
    display: grid;
    grid-template-columns: 100% !important;
    grid-template-rows: auto;
  }
  .page-template-template-parent-resources .parent-resources-main .tool-in-the-kit .toolImg img {
    display: block;
    margin: 0 auto;
    max-width: 440px;
  }
}
@media (max-width: 768px) {
  .page-template-template-parent-resources .parent-resources-main .tool-in-the-kit {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    margin-bottom: 15px;
  }
  .page-template-template-parent-resources .parent-resources-main .tool-in-the-kit .toolImg {
    padding: 0;
  }
  .page-template-template-parent-resources .parent-resources-main .tool-in-the-kit img {
    display: block;
    margin: 0 auto;
    max-width: 350px;
  }
}
.page-template-template-parent-resources .parent-resources-main article[data-title="Parent Toolkit"] .tool-in-the-kit:nth-child(1) .toolBreakdown {
  border-left: none;
}
.page-template-template-parent-resources .parent-resources-main article[data-title="Parent Toolkit"] .tool-in-the-kit:nth-child(1) p:nth-child(2) {
  display: flex;
  flex-direction: column;
}
.page-template-template-parent-resources .parent-resources-main article[data-title="Parent Toolkit"] .tool-in-the-kit:nth-child(1) p:nth-child(2) a {
  margin: 10px 0;
  text-transform: uppercase;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  font-size: 0.7777777778rem;
  line-height: 0.7777777778rem;
  letter-spacing: 0.04em;
}
.page-template-template-parent-resources .parent-resources-main article[data-title="Parent Toolkit"] .tool-in-the-kit:nth-of-type(2) .toolBreakdown {
  border-left: 3px solid #13cbb6;
}
.page-template-template-parent-resources .parent-resources-main article[data-title="Parent Toolkit"] .tool-in-the-kit:nth-of-type(2) .toolBreakdown p:last-of-type() {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 0 15px;
}
.page-template-template-parent-resources .parent-resources-main article[data-title="Parent Toolkit"] .tool-in-the-kit:nth-of-type(2) .toolkitPlaybooks {
  align-self: center;
  -moz-column-gap: 5%;
       column-gap: 5%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  justify-content: center;
  margin: 0 auto;
  row-gap: 5%;
  width: 80%;
}
.page-template-template-parent-resources .parent-resources-main article[data-title="Parent Toolkit"] .tool-in-the-kit:nth-of-type(2) .toolkitPlaybooks img {
  align-self: center;
  justify-self: center;
  max-width: 125px;
}
@media (min-width: 1300px) {
  .page-template-template-parent-resources .parent-resources-main article[data-title="Parent Toolkit"] .tool-in-the-kit:nth-of-type(2) .toolkitPlaybooks {
    -moz-column-gap: 0%;
         column-gap: 0%;
  }
}
@media (min-width: 900px) and (max-width: 1080px) {
  .page-template-template-parent-resources .parent-resources-main article[data-title="Parent Toolkit"] .tool-in-the-kit:nth-of-type(2) .toolBreakdown {
    order: 2;
    width: 100%;
  }
  .page-template-template-parent-resources .parent-resources-main article[data-title="Parent Toolkit"] .tool-in-the-kit:nth-of-type(2) .toolkitPlaybooks {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: auto;
    margin-bottom: 25px;
    order: 1;
    width: 85%;
  }
}
@media (max-width: 768px) {
  .page-template-template-parent-resources .parent-resources-main article[data-title="Parent Toolkit"] .tool-in-the-kit:nth-of-type(2) .toolBreakdown {
    order: 2;
  }
  .page-template-template-parent-resources .parent-resources-main article[data-title="Parent Toolkit"] .tool-in-the-kit:nth-of-type(2) .toolkitPlaybooks {
    display: grid;
    grid-template-columns: 22% 22% 22% 22%;
    grid-template-rows: auto;
    margin: 0 0 25px;
    order: 1;
    width: 95%;
  }
}
@media (max-width: 768px) and (max-width: 600px) {
  .page-template-template-parent-resources .parent-resources-main article[data-title="Parent Toolkit"] .tool-in-the-kit:nth-of-type(2) .toolkitPlaybooks img {
    max-width: 80px;
  }
}
.page-template-template-parent-resources .parent-resources-main article[data-title="Parent Toolkit"] .tool-in-the-kit:nth-of-type(3) {
  align-items: center;
}
.page-template-template-parent-resources .parent-resources-main article[data-title="Parent Toolkit"] .tool-in-the-kit:nth-of-type(3) .toolBreakdown {
  order: 2;
}
.page-template-template-parent-resources .parent-resources-main article[data-title="Parent Toolkit"] .tool-in-the-kit:nth-of-type(3) .toolBreakdown p:last-of-type() {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 0 15px;
}
.page-template-template-parent-resources .parent-resources-main article[data-title="Parent Toolkit"] .tool-in-the-kit:nth-of-type(3) .toolImg {
  order: 1;
}
@media (min-width: 900px) and (max-width: 1080px) {
  .page-template-template-parent-resources .parent-resources-main article[data-title="Parent Toolkit"] .tool-in-the-kit:nth-of-type(3) .toolBreakdown {
    order: 2;
  }
  .page-template-template-parent-resources .parent-resources-main article[data-title="Parent Toolkit"] .tool-in-the-kit:nth-of-type(3) .toolImg {
    margin-bottom: 25px;
    order: 1;
  }
}
@media (max-width: 768px) {
  .page-template-template-parent-resources .parent-resources-main article[data-title="Parent Toolkit"] .tool-in-the-kit:nth-of-type(3) .toolImg {
    margin-bottom: 25px;
  }
}
.page-template-template-parent-resources .parent-resources-main article[data-title="Parent Toolkit"] .tool-in-the-kit:nth-of-type(4) {
  align-items: center;
}
.page-template-template-parent-resources .parent-resources-main article[data-title="Parent Toolkit"] .tool-in-the-kit:nth-of-type(4) .toolBreakdown p:last-of-type() {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 0 15px;
}
@media (min-width: 900px) and (max-width: 1080px) {
  .page-template-template-parent-resources .parent-resources-main article[data-title="Parent Toolkit"] .tool-in-the-kit:nth-of-type(4) .toolBreakdown {
    order: 2;
  }
  .page-template-template-parent-resources .parent-resources-main article[data-title="Parent Toolkit"] .tool-in-the-kit:nth-of-type(4) .toolImg {
    margin-bottom: 25px;
    order: 1;
  }
}
@media (max-width: 768px) {
  .page-template-template-parent-resources .parent-resources-main article[data-title="Parent Toolkit"] .tool-in-the-kit:nth-of-type(4) .toolBreakdown {
    order: 2;
  }
  .page-template-template-parent-resources .parent-resources-main article[data-title="Parent Toolkit"] .tool-in-the-kit:nth-of-type(4) .toolImg {
    margin-bottom: 25px;
    order: 1;
  }
}
.page-template-template-parent-resources .parent-resources-main article[data-title="Parent Downloads"] .post-wrapper h3 {
  padding-bottom: 15px;
  border-bottom: 3px solid #13cbb6;
}
.page-template-template-parent-resources .parent-resources-main article[data-title="Parent Downloads"] .post-wrapper div h4 {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  line-height: 25px;
  font-size: 1.3888888889rem;
  line-height: 1.3888888889rem;
  letter-spacing: 0.04em;
  margin: 0;
}
.page-template-template-parent-resources .parent-resources-main article[data-title="Parent Downloads"] .post-wrapper div div {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.page-template-template-parent-resources .parent-resources-main article[data-title="Parent Downloads"] .post-wrapper div div .downloadDetails {
  display: flex;
  flex-direction: row;
  padding-bottom: 10px;
  border-bottom: 3px solid #13cbb6;
}
.page-template-template-parent-resources .parent-resources-main article[data-title="Parent Downloads"] .post-wrapper div div .downloadDetails img {
  flex-basis: 30%;
  margin: 15px 0;
  max-height: 150px;
  max-width: 150px;
}
.page-template-template-parent-resources .parent-resources-main article[data-title="Parent Downloads"] .post-wrapper div div .downloadDetails div {
  flex-basis: 70%;
  margin: 15px 0 0 50px;
}
@media (max-width: 768px) {
  .page-template-template-parent-resources .parent-resources-main article[data-title="Parent Downloads"] .post-wrapper div div .downloadDetails {
    flex-direction: column;
  }
  .page-template-template-parent-resources .parent-resources-main article[data-title="Parent Downloads"] .post-wrapper div div .downloadDetails div {
    flex-basis: 100%;
    margin: 0;
  }
}
.page-template-template-parent-resources .parent-resources-main article[data-title="Parent Newsletter"] .post-wrapper div div p {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page-template-template-parent-resources .parent-resources-main article[data-title="Parent Newsletter"] .post-wrapper div div ul {
  list-style-type: none;
  padding: 0;
}
.page-template-template-parent-resources .parent-resources-main article[data-title="Parent Newsletter"] .post-wrapper div div ul li {
  padding-left: 50px;
  text-indent: -40px;
}
.page-template-template-parent-resources .parent-resources-main article[data-title="Parent Newsletter"] .post-wrapper div div ul li:before {
  background-image: url("/wp-content/uploads/tealCheckMark.png");
  background-repeat: no-repeat;
  background-size: 20px;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 15px;
  width: 20px;
}

.page-template-template-sample-family-huddle .bdyBackLink a.backBtn:hover {
  text-decoration: none;
  color: #13cbb6;
}
.page-template-template-sample-family-huddle .bdyWrapper .bdyCol article h2 {
  text-transform: uppercase;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  font-size: 2.2222222222rem;
  line-height: 2.2222222222rem;
  letter-spacing: 0.04em;
}
.page-template-template-sample-family-huddle .bdyWrapper .bdyCol article hr {
  background-color: #13cbb6;
  border: none;
  height: 3px;
}
.page-template-template-sample-family-huddle .bdyWrapper .bdyCol article hr:nth-last-of-type(1) {
  background-color: rgba(243, 244, 246, 0.5);
  border: none;
  height: 2px;
  margin-top: 15px;
}
.page-template-template-sample-family-huddle .bdyWrapper .bdyCol article p a {
  font-size: 14px;
  line-height: 14px;
  font-size: 0.7777777778rem;
  line-height: 0.7777777778rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.page-template-template-sample-family-huddle .bdyWrapper .bdyCol article p a:nth-last-of-type(1) {
  margin: 15px 2px;
}
.page-template-template-sample-family-huddle .bdyWrapper .bdyCol article p.huddle-grade {
  margin-top: 10px;
  padding: 2px 25px;
  padding-bottom: 0;
}
.page-template-template-sample-family-huddle .bdyWrapper .bdyCol article .huddle-standard {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  font-size: 0.8888888889rem;
  line-height: 0.8888888889rem;
  letter-spacing: 0.04em;
  margin: 5px 0 25px;
}
.page-template-template-sample-family-huddle .bdyWrapper .bdyCol article p:nth-of-type(2) {
  padding-bottom: 0;
}
.page-template-template-sample-family-huddle .bdyWrapper .bdyCol article img {
  margin: 15px 0;
  max-width: 145px;
}
.page-template-template-sample-family-huddle .bdyWrapper .bdyCol article .sample-standard {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.04em;
  padding: 10px 0 25px;
  text-transform: uppercase;
}
.page-template-template-sample-family-huddle .bdyWrapper .bdyCol article h4 {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  line-height: 25px;
  font-size: 1.3888888889rem;
  line-height: 1.3888888889rem;
  letter-spacing: 0.04em;
  margin: 25px 0;
}
.page-template-template-sample-family-huddle .bdyWrapper .bdyCol article ul {
  margin-bottom: 5px;
}
.page-template-template-sample-family-huddle .bdyWrapper .bdyCol article ul li a {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.page-template-template-sample-family-huddle .bdyWrapper .bdyCol article ul:last-of-type {
  list-style-type: none;
  margin: 25px 20px;
  padding: 0;
}
.page-template-template-sample-family-huddle .bdyWrapper .bdyCol article ul:last-of-type li:before {
  background-image: url("/wp-content/uploads/tealCheckMark.png");
  background-repeat: no-repeat;
  background-size: 20px;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 15px;
  width: 20px;
}
.page-template-template-sample-family-huddle .bdyWrapper .bdyCol article ul:last-of-type li {
  padding-left: 25px;
  text-indent: -35px;
}
.page-template-template-sample-family-huddle .bdyWrapper .bdyCol article ol li::marker {
  font-size: 24px;
  line-height: 24px;
  font-size: 1.3333333333rem;
  line-height: 1.3333333333rem;
  letter-spacing: 0.04em;
}
.page-template-template-sample-family-huddle .bdyWrapper .bdyCol article h3 {
  color: #343434;
  margin-top: 5px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  font-size: 2.2222222222rem;
  line-height: 2.2222222222rem;
  letter-spacing: 0.04em;
}
.page-template-template-sample-family-huddle .bdyWrapper .bdyCol article h3:last-of-type {
  padding-bottom: 0;
  text-transform: none;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  font-size: 1.6666666667rem;
  line-height: 1.6666666667rem;
  letter-spacing: 0.04em;
  margin: 25px 0 25px;
}
@media (max-width: 768px) {
  .page-template-template-sample-family-huddle .bdyWrapper .bdyCol article p:last-of-type a {
    font-size: 13px;
    line-height: 13px;
    font-size: 0.7222222222rem;
    line-height: 0.7222222222rem;
    letter-spacing: 0.04em;
    max-width: 320px;
  }
}

.page-template-template-sample-playbook .bdyBackLink a.backBtn:hover {
  text-decoration: none;
  color: #13cbb6;
}
.page-template-template-sample-playbook article.page h2 {
  color: #343434;
  padding-bottom: 15px;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  font-size: 2.2222222222rem;
  line-height: 2.2222222222rem;
  letter-spacing: 0.04em;
  border-bottom: 2px solid #13cbb6;
  margin-bottom: 15px;
}
.page-template-template-sample-playbook article.page .sampleTitle {
  align-content: center;
  display: flex;
  margin-top: 25px;
}
.page-template-template-sample-playbook article.page .sampleTitle h2 {
  margin-top: 50px;
  border-bottom: none;
}
.page-template-template-sample-playbook article.page div h3 {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  font-size: 1.6666666667rem;
  line-height: 1.6666666667rem;
  letter-spacing: 0.04em;
  margin-top: 50px;
}
.page-template-template-sample-playbook article.page div h4 {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  line-height: 31.25px;
  font-size: 1.3888888889rem;
  line-height: 1.7361111111rem;
  letter-spacing: 0.04em;
  margin-top: 25px;
  text-indent: -40px;
  padding-left: 40px;
}
.page-template-template-sample-playbook article.page div h4:last-of-type {
  text-indent: 0;
  padding-left: 0;
  color: #343434;
  margin-bottom: 25px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  font-size: 1.6666666667rem;
  line-height: 1.6666666667rem;
  letter-spacing: 0.04em;
}
@media (max-width: 580px) {
  .page-template-template-sample-playbook article.page div h4:last-of-type {
    font-size: 30px;
    line-height: 30px;
    font-size: 1.6666666667rem;
    line-height: 1.6666666667rem;
    letter-spacing: 0.04em;
  }
}
.page-template-template-sample-playbook article.page div ul:last-of-type {
  list-style: none;
  margin-bottom: 50px;
  text-indent: -40px;
  padding-left: 40px;
}
.page-template-template-sample-playbook article.page div ul:last-of-type li {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  font-size: 1.1111111111rem;
  line-height: 1.1111111111rem;
  letter-spacing: 0.04em;
  padding-bottom: 0;
  text-transform: capitalize;
}
.page-template-template-sample-playbook article.page div ul:last-of-type li:not(:first-of-type) {
  margin: 25px 0;
}
.page-template-template-sample-playbook article.page div:nth-of-type(2) p a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-size: 0.7777777778rem;
  line-height: 0.7777777778rem;
  letter-spacing: 0.04em;
}
.page-template-template-sample-playbook article.page div:nth-of-type(3) h3 {
  color: #343434;
  margin-bottom: 25px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  font-size: 1.6666666667rem;
  line-height: 1.6666666667rem;
  letter-spacing: 0.04em;
}
.page-template-template-sample-playbook article.page div:nth-of-type(3) ul {
  align-items: center;
  -moz-column-gap: 12%;
       column-gap: 12%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  max-width: 500px;
  row-gap: 10%;
}
.page-template-template-sample-playbook article.page div:nth-of-type(3) ul li {
  text-align: center;
}
.page-template-template-sample-playbook article.page div:nth-of-type(3) ul li img {
  margin: 15px auto;
}
.page-template-template-sample-playbook article.page div:nth-of-type(3) ul li [data-src*=Among_Us] {
  border-radius: 20%;
}
@media (max-width: 500px) {
  .page-template-template-sample-playbook article.page div:nth-of-type(3) ul {
    align-self: center;
    -moz-column-gap: 12%;
         column-gap: 12%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .page-template-template-sample-playbook article.page div:nth-of-type(3) ul {
    margin: 15px 0 50px;
    row-gap: 2%;
  }
  .page-template-template-sample-playbook article.page div:nth-of-type(3) ul li {
    margin: 5px 0;
  }
  .page-template-template-sample-playbook article.page div:nth-of-type(3) ul li img {
    display: block;
    max-height: 110px;
    max-width: 110px;
  }
}
@media (min-width: 769px) {
  .page-template-template-sample-playbook article.page div:nth-of-type(3) ul {
    margin: 15px 0 50px;
  }
  .page-template-template-sample-playbook article.page div:nth-of-type(3) ul li {
    margin: 5px 0;
  }
  .page-template-template-sample-playbook article.page div:nth-of-type(3) ul li img {
    display: block;
    max-height: 150px;
    max-width: 150px;
    width: 150px;
  }
  .page-template-template-sample-playbook article.page div:nth-of-type(3) ul li [data-src*="Among_Us.jpg"] {
    border-radius: 20%;
  }
}
.page-template-template-sample-playbook article.page div:nth-of-type(4) a {
  margin-top: 25px;
}

.cpt_playbook .special_iframe_container, .cpt_spanish-playbook .special_iframe_container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  margin-left: 35px;
}
.cpt_playbook .special_iframe_container iframe, .cpt_spanish-playbook .special_iframe_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.cpt_playbook-template-default .post-wrapper .titleWrapper {
  align-items: center;
  display: flex;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .cpt_playbook-template-default .post-wrapper .titleWrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.cpt_playbook-template-default .post-wrapper .titleWrapper .post-thumb img {
  max-width: 125px;
}
.cpt_playbook-template-default .post-wrapper .titleWrapper .post-title {
  margin: 1em 0 0 1em;
}
@media (max-width: 768px) {
  .cpt_playbook-template-default .post-wrapper .titleWrapper .post-title {
    margin-left: 0;
  }
}
.cpt_playbook-template-default .post-wrapper .titleWrapper .post-title .playbook-title {
  color: #343434;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  font-size: 2.2222222222rem;
  line-height: 2.2222222222rem;
  letter-spacing: 0.04em;
  margin: 0 0 0.5em;
  padding-top: 0;
  text-align: left;
  text-transform: uppercase;
}
.cpt_playbook-template-default .post-wrapper h3 {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  line-height: 31.25px;
  font-size: 1.3888888889rem;
  line-height: 1.7361111111rem;
  letter-spacing: 0.04em;
  margin: 1.25em 0 0.75em 0;
  padding-top: 0;
  text-align: left;
}
.cpt_playbook-template-default .post-wrapper .post-title h2 {
  color: #343434;
}
.cpt_playbook-template-default .post-wrapper div h2 {
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 28px;
  line-height: 28px;
  font-size: 1.5555555556rem;
  line-height: 1.5555555556rem;
  letter-spacing: 0.04em;
  margin: 1.25em 0 0.75em 0;
  padding-top: 0;
  text-align: left;
  text-transform: uppercase;
}
.cpt_playbook-template-default .post-wrapper div.ages li {
  padding-bottom: 0;
}
.cpt_playbook-template-default .post-wrapper div.ages li p {
  padding-top: 0;
}
.cpt_playbook-template-default .post-wrapper div.more-resources ul li a {
  display: inline;
}

.page-template-template-spanish-playbook-single h2,
.page-template-template-playbook-single h2 {
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  text-transform: uppercase;
}

.page-template-template-spanish-playbook .post-summary,
.page-template-template-playbook .post-summary {
  align-content: center;
  border-bottom: 2px solid rgb(238.425, 238.425, 238.425);
  display: flex;
  padding: 40px 0px 25px 0px;
}
.page-template-template-spanish-playbook .post-summary:first-child,
.page-template-template-playbook .post-summary:first-child {
  padding-top: 0px;
}
@media (max-width: 768px) {
  .page-template-template-spanish-playbook .post-summary,
  .page-template-template-playbook .post-summary {
    flex-direction: column;
  }
}
.page-template-template-spanish-playbook .post-summary .post-thumb,
.page-template-template-playbook .post-summary .post-thumb {
  align-self: flex-start;
  margin: 0 2em;
}
@media (max-width: 768px) {
  .page-template-template-spanish-playbook .post-summary .post-thumb,
  .page-template-template-playbook .post-summary .post-thumb {
    margin: 0;
  }
}
.page-template-template-spanish-playbook .post-summary .post-thumb img,
.page-template-template-playbook .post-summary .post-thumb img {
  max-width: 125px;
  width: 125px;
  max-height: 125px;
}
.page-template-template-spanish-playbook .post-summary .playbook-excerpt,
.page-template-template-playbook .post-summary .playbook-excerpt {
  cursor: default;
  flex-direction: column;
}
@media (max-width: 768px) {
  .page-template-template-spanish-playbook .post-summary .playbook-excerpt,
  .page-template-template-playbook .post-summary .playbook-excerpt {
    margin-top: 1.5em;
  }
}
.page-template-template-spanish-playbook .post-summary .playbook-excerpt h2,
.page-template-template-spanish-playbook .post-summary .playbook-excerpt h2 a,
.page-template-template-playbook .post-summary .playbook-excerpt h2,
.page-template-template-playbook .post-summary .playbook-excerpt h2 a {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  font-size: 1.9444444444rem;
  line-height: 1.9444444444rem;
  letter-spacing: 0.04em;
  color: #343434;
  text-transform: capitalize;
}
.page-template-template-spanish-playbook .post-summary .playbook-excerpt h2:hover,
.page-template-template-spanish-playbook .post-summary .playbook-excerpt h2 a:hover,
.page-template-template-playbook .post-summary .playbook-excerpt h2:hover,
.page-template-template-playbook .post-summary .playbook-excerpt h2 a:hover {
  color: #005CB9;
}
.page-template-template-spanish-playbook .post-summary .playbook-excerpt p,
.page-template-template-playbook .post-summary .playbook-excerpt p {
  padding-bottom: 15px;
}
.page-template-template-spanish-playbook .post-summary .playbook-excerpt .links,
.page-template-template-playbook .post-summary .playbook-excerpt .links {
  font-size: 15px;
  line-height: 15px;
  font-size: 0.8333333333rem;
  line-height: 0.8333333333rem;
  letter-spacing: 0.04em;
}
.page-template-template-spanish-playbook .post-summary .playbook-excerpt .links i,
.page-template-template-playbook .post-summary .playbook-excerpt .links i {
  padding-left: 8px;
  line-height: 0px;
}
.page-template-template-spanish-playbook .alm-btn-wrap button,
.page-template-template-playbook .alm-btn-wrap button {
  display: inherit;
  border-radius: 0px;
}

.page-template-template-playbook-single.request-playbook main article h2 {
  color: #343434;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  font-size: 2.2222222222rem;
  line-height: 2.2222222222rem;
  letter-spacing: 0.04em;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.page-template-template-spanish-playbook .alm-reveal div .post-summary,
.page-template-template-playbook .alm-reveal div .post-summary {
  padding-top: 40px;
}

.cpt_spanish-playbook-template-default .post-wrapper .titleWrapper {
  align-items: center;
  display: flex;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .cpt_spanish-playbook-template-default .post-wrapper .titleWrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.cpt_spanish-playbook-template-default .post-wrapper .titleWrapper .post-thumb img {
  max-width: 125px;
}
.cpt_spanish-playbook-template-default .post-wrapper .titleWrapper .post-title {
  margin: 1em 0 0 1em;
}
@media (max-width: 768px) {
  .cpt_spanish-playbook-template-default .post-wrapper .titleWrapper .post-title {
    margin-left: 0;
  }
}
.cpt_spanish-playbook-template-default .post-wrapper .titleWrapper .post-title .playbook-title {
  color: #343434;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  font-size: 2.2222222222rem;
  line-height: 2.2222222222rem;
  letter-spacing: 0.04em;
  margin: 0 0 0.5em;
  padding-top: 0;
  text-align: left;
  text-transform: uppercase;
}
.cpt_spanish-playbook-template-default .post-wrapper h3 {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  line-height: 31.25px;
  font-size: 1.3888888889rem;
  line-height: 1.7361111111rem;
  letter-spacing: 0.04em;
  margin: 1.25em 0 0.75em 0;
  padding-top: 0;
  text-align: left;
}
.cpt_spanish-playbook-template-default .post-wrapper .post-title h2 {
  color: #343434;
}
.cpt_spanish-playbook-template-default .post-wrapper div h2 {
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 28px;
  line-height: 28px;
  font-size: 1.5555555556rem;
  line-height: 1.5555555556rem;
  letter-spacing: 0.04em;
  margin: 1.25em 0 0.75em 0;
  padding-top: 0;
  text-align: left;
  text-transform: uppercase;
}
.cpt_spanish-playbook-template-default .post-wrapper div.ages li {
  padding-bottom: 0;
}
.cpt_spanish-playbook-template-default .post-wrapper div.ages li p {
  padding-top: 0;
}
.cpt_spanish-playbook-template-default .post-wrapper div.more-resources ul li a {
  display: inline;
}

.page-template-template-playbook-single h2 {
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  text-transform: uppercase;
}

.page-template-template-playbook .post-summary {
  align-content: center;
  border-bottom: 2px solid rgb(238.425, 238.425, 238.425);
  display: flex;
  padding: 40px 0px 25px 0px;
}
.page-template-template-playbook .post-summary:first-child {
  padding-top: 0px;
}
@media (max-width: 768px) {
  .page-template-template-playbook .post-summary {
    flex-direction: column;
  }
}
.page-template-template-playbook .post-summary .post-thumb {
  align-self: flex-start;
  margin: 0 2em;
}
@media (max-width: 768px) {
  .page-template-template-playbook .post-summary .post-thumb {
    margin: 0;
  }
}
.page-template-template-playbook .post-summary .post-thumb img {
  max-width: 125px;
  width: 125px;
  max-height: 125px;
}
.page-template-template-playbook .post-summary .playbook-excerpt {
  cursor: default;
  flex-direction: column;
}
@media (max-width: 768px) {
  .page-template-template-playbook .post-summary .playbook-excerpt {
    margin-top: 1.5em;
  }
}
.page-template-template-playbook .post-summary .playbook-excerpt h2,
.page-template-template-playbook .post-summary .playbook-excerpt h2 a {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  font-size: 1.9444444444rem;
  line-height: 1.9444444444rem;
  letter-spacing: 0.04em;
  color: #343434;
  text-transform: capitalize;
}
.page-template-template-playbook .post-summary .playbook-excerpt h2:hover,
.page-template-template-playbook .post-summary .playbook-excerpt h2 a:hover {
  color: #005CB9;
}
.page-template-template-playbook .post-summary .playbook-excerpt p {
  padding-bottom: 15px;
}
.page-template-template-playbook .post-summary .playbook-excerpt .links {
  font-size: 15px;
  line-height: 15px;
  font-size: 0.8333333333rem;
  line-height: 0.8333333333rem;
  letter-spacing: 0.04em;
}
.page-template-template-playbook .post-summary .playbook-excerpt .links i {
  padding-left: 8px;
  line-height: 0px;
}
.page-template-template-playbook .alm-btn-wrap button {
  display: inherit;
  border-radius: 0px;
}

.page-template-template-playbook-single.request-playbook main article h2 {
  color: #343434;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  font-size: 2.2222222222rem;
  line-height: 2.2222222222rem;
  letter-spacing: 0.04em;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.page-template-template-playbook .alm-reveal div .post-summary {
  padding-top: 40px;
}

.cpt_careers-template-default h1,
.page-template-template-careers h1 {
  text-transform: uppercase;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  font-size: 2.2222222222rem;
  line-height: 2.2222222222rem;
  letter-spacing: 0.04em;
}
.cpt_careers-template-default h2,
.page-template-template-careers h2 {
  text-transform: none;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  font-size: 1.9444444444rem;
  line-height: 1.9444444444rem;
  letter-spacing: 0.04em;
}
.cpt_careers-template-default h3,
.page-template-template-careers h3 {
  text-transform: none;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.cpt_careers-template-default article,
.page-template-template-careers article {
  margin-top: 10px;
  padding-top: 15px;
}
.cpt_careers-template-default article .post-wrapper,
.page-template-template-careers article .post-wrapper {
  padding-left: 0;
}
.cpt_careers-template-default article .oppsTitleWrap h2,
.cpt_careers-template-default article .careersTitleWrap h2,
.page-template-template-careers article .oppsTitleWrap h2,
.page-template-template-careers article .careersTitleWrap h2 {
  color: #343434;
  margin-bottom: 10px;
  margin-top: 0;
  padding-bottom: 15px;
}
.cpt_careers-template-default article .oppsDescWrap,
.cpt_careers-template-default article .careersDescWrap,
.page-template-template-careers article .oppsDescWrap,
.page-template-template-careers article .careersDescWrap {
  color: #343434;
}
.cpt_careers-template-default article .oppsLinkWrap a,
.cpt_careers-template-default article .careersLinkWrap a,
.page-template-template-careers article .oppsLinkWrap a,
.page-template-template-careers article .careersLinkWrap a {
  color: #005CB9;
}
.cpt_careers-template-default article .oppsLinkWrap a:hover,
.cpt_careers-template-default article .careersLinkWrap a:hover,
.page-template-template-careers article .oppsLinkWrap a:hover,
.page-template-template-careers article .careersLinkWrap a:hover {
  color: #13cbb6;
  text-decoration: none;
}
.cpt_careers-template-default article .careersLinkWrap,
.page-template-template-careers article .careersLinkWrap {
  border-bottom: 1px solid #eee;
}

.cpt_careers-template-default h2 {
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  font-size: 2.2222222222rem;
  line-height: 2.2222222222rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-template-template-solutions-students h2,
.page-template-template-solutions-schools h2,
.page-template-template-solutions-parents h2,
.page-template-template-solutions-insights h2,
.page-template-template-solutions h2 {
  color: #343434;
  text-transform: uppercase;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  font-size: 2.2222222222rem;
  line-height: 2.2222222222rem;
  letter-spacing: 0.04em;
}
.page-template-template-solutions-students h3,
.page-template-template-solutions-schools h3,
.page-template-template-solutions-parents h3,
.page-template-template-solutions-insights h3,
.page-template-template-solutions h3 {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page-template-template-solutions-students .circleBullets ul,
.page-template-template-solutions-schools .circleBullets ul,
.page-template-template-solutions-parents .circleBullets ul,
.page-template-template-solutions-insights .circleBullets ul,
.page-template-template-solutions .circleBullets ul {
  list-style-type: circle;
  padding-left: 18px;
}
.page-template-template-solutions-students .circleBullets ul li,
.page-template-template-solutions-schools .circleBullets ul li,
.page-template-template-solutions-parents .circleBullets ul li,
.page-template-template-solutions-insights .circleBullets ul li,
.page-template-template-solutions .circleBullets ul li {
  line-height: 2rem;
}
.page-template-template-solutions-students .circleBullets ul li::marker,
.page-template-template-solutions-schools .circleBullets ul li::marker,
.page-template-template-solutions-parents .circleBullets ul li::marker,
.page-template-template-solutions-insights .circleBullets ul li::marker,
.page-template-template-solutions .circleBullets ul li::marker {
  color: #13cbb6;
}
.page-template-template-solutions-students .abo,
.page-template-template-solutions-schools .abo,
.page-template-template-solutions-parents .abo,
.page-template-template-solutions-insights .abo,
.page-template-template-solutions .abo {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.page-template-template-solutions-students .checkmark,
.page-template-template-solutions-schools .checkmark,
.page-template-template-solutions-parents .checkmark,
.page-template-template-solutions-insights .checkmark,
.page-template-template-solutions .checkmark {
  padding: 0 15px 25px 0 !important;
}
.page-template-template-solutions-students .checkmark ul,
.page-template-template-solutions-schools .checkmark ul,
.page-template-template-solutions-parents .checkmark ul,
.page-template-template-solutions-insights .checkmark ul,
.page-template-template-solutions .checkmark ul {
  list-style-type: none !important;
  padding: 0;
}
.page-template-template-solutions-students .checkmark ul li,
.page-template-template-solutions-schools .checkmark ul li,
.page-template-template-solutions-parents .checkmark ul li,
.page-template-template-solutions-insights .checkmark ul li,
.page-template-template-solutions .checkmark ul li {
  margin-bottom: 15px;
  margin-left: 37px;
  text-indent: -37px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page-template-template-solutions-students .checkmark ul li:before,
.page-template-template-solutions-schools .checkmark ul li:before,
.page-template-template-solutions-parents .checkmark ul li:before,
.page-template-template-solutions-insights .checkmark ul li:before,
.page-template-template-solutions .checkmark ul li:before {
  background-image: url("/wp-content/uploads/tealCheckMark.png");
  background-repeat: no-repeat;
  background-size: 20px;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 15px;
  width: 20px;
}
@media (max-width: 768px), (min-width: 900px) and (max-width: 1080px) {
  .page-template-template-solutions-students .noMobilePadding,
  .page-template-template-solutions-schools .noMobilePadding,
  .page-template-template-solutions-parents .noMobilePadding,
  .page-template-template-solutions-insights .noMobilePadding,
  .page-template-template-solutions .noMobilePadding {
    padding: 0 25px 0 0 !important;
  }
}
@media (min-width: 786px) and (max-width: 900px) {
  .page-template-template-solutions-students .noMobilePadding,
  .page-template-template-solutions-schools .noMobilePadding,
  .page-template-template-solutions-parents .noMobilePadding,
  .page-template-template-solutions-insights .noMobilePadding,
  .page-template-template-solutions .noMobilePadding {
    padding: 0 15px 25px 0 !important;
  }
}
.page-template-template-solutions-students .bdyCol a,
.page-template-template-solutions-schools .bdyCol a,
.page-template-template-solutions-parents .bdyCol a,
.page-template-template-solutions-insights .bdyCol a,
.page-template-template-solutions .bdyCol a {
  color: #005CB9;
  text-decoration: none;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page-template-template-solutions-students .bdyCol a:hover,
.page-template-template-solutions-schools .bdyCol a:hover,
.page-template-template-solutions-parents .bdyCol a:hover,
.page-template-template-solutions-insights .bdyCol a:hover,
.page-template-template-solutions .bdyCol a:hover {
  color: #13cbb6;
  text-decoration: none;
}
.page-template-template-solutions-students .uppercase,
.page-template-template-solutions-schools .uppercase,
.page-template-template-solutions-parents .uppercase,
.page-template-template-solutions-insights .uppercase,
.page-template-template-solutions .uppercase {
  text-transform: uppercase;
}
.page-template-template-solutions-students .gold,
.page-template-template-solutions-schools .gold,
.page-template-template-solutions-parents .gold,
.page-template-template-solutions-insights .gold,
.page-template-template-solutions .gold {
  color: #D5C29B;
}
.page-template-template-solutions-students .center,
.page-template-template-solutions-schools .center,
.page-template-template-solutions-parents .center,
.page-template-template-solutions-insights .center,
.page-template-template-solutions .center {
  margin: auto;
  text-align: center;
}
.page-template-template-solutions-students .text-right,
.page-template-template-solutions-schools .text-right,
.page-template-template-solutions-parents .text-right,
.page-template-template-solutions-insights .text-right,
.page-template-template-solutions .text-right {
  text-align: right;
}
.page-template-template-solutions-students .flexContainer,
.page-template-template-solutions-schools .flexContainer,
.page-template-template-solutions-parents .flexContainer,
.page-template-template-solutions-insights .flexContainer,
.page-template-template-solutions .flexContainer {
  display: inline-flex;
  padding: 25px 0 25px 0;
}
@media (max-width: 768px), (min-width: 900px) and (max-width: 1080px) {
  .page-template-template-solutions-students .flexContainer,
  .page-template-template-solutions-schools .flexContainer,
  .page-template-template-solutions-parents .flexContainer,
  .page-template-template-solutions-insights .flexContainer,
  .page-template-template-solutions .flexContainer {
    display: block;
  }
}
@media (min-width: 786px) and (max-width: 900px) {
  .page-template-template-solutions-students .flexContainer,
  .page-template-template-solutions-schools .flexContainer,
  .page-template-template-solutions-parents .flexContainer,
  .page-template-template-solutions-insights .flexContainer,
  .page-template-template-solutions .flexContainer {
    display: inline-flex;
  }
}
.page-template-template-solutions-students .flexContainer h3,
.page-template-template-solutions-schools .flexContainer h3,
.page-template-template-solutions-parents .flexContainer h3,
.page-template-template-solutions-insights .flexContainer h3,
.page-template-template-solutions .flexContainer h3 {
  padding-bottom: 25px;
}
.page-template-template-solutions-students .flexContainer .links,
.page-template-template-solutions-schools .flexContainer .links,
.page-template-template-solutions-parents .flexContainer .links,
.page-template-template-solutions-insights .flexContainer .links,
.page-template-template-solutions .flexContainer .links {
  padding-top: 25px;
}
.page-template-template-solutions-students .col,
.page-template-template-solutions-schools .col,
.page-template-template-solutions-parents .col,
.page-template-template-solutions-insights .col,
.page-template-template-solutions .col {
  float: left;
  padding: 5px 25px 5px 25px;
  width: 50%;
}
@media (max-width: 768px), (min-width: 900px) and (max-width: 1080px) {
  .page-template-template-solutions-students .col,
  .page-template-template-solutions-schools .col,
  .page-template-template-solutions-parents .col,
  .page-template-template-solutions-insights .col,
  .page-template-template-solutions .col {
    float: none;
    width: 100%;
  }
  .page-template-template-solutions-students .col img,
  .page-template-template-solutions-schools .col img,
  .page-template-template-solutions-parents .col img,
  .page-template-template-solutions-insights .col img,
  .page-template-template-solutions .col img {
    margin-bottom: 25px;
    max-width: 440px;
    width: 100%;
  }
}
@media (min-width: 786px) and (max-width: 900px) {
  .page-template-template-solutions-students .col,
  .page-template-template-solutions-schools .col,
  .page-template-template-solutions-parents .col,
  .page-template-template-solutions-insights .col,
  .page-template-template-solutions .col {
    float: left;
    width: 50%;
  }
}
.page-template-template-solutions-students .desktopShow,
.page-template-template-solutions-schools .desktopShow,
.page-template-template-solutions-parents .desktopShow,
.page-template-template-solutions-insights .desktopShow,
.page-template-template-solutions .desktopShow {
  display: block;
}
@media (max-width: 768px), (min-width: 900px) and (max-width: 1080px) {
  .page-template-template-solutions-students .desktopShow,
  .page-template-template-solutions-schools .desktopShow,
  .page-template-template-solutions-parents .desktopShow,
  .page-template-template-solutions-insights .desktopShow,
  .page-template-template-solutions .desktopShow {
    display: none;
  }
}
@media (min-width: 786px) and (max-width: 900px) {
  .page-template-template-solutions-students .desktopShow,
  .page-template-template-solutions-schools .desktopShow,
  .page-template-template-solutions-parents .desktopShow,
  .page-template-template-solutions-insights .desktopShow,
  .page-template-template-solutions .desktopShow {
    display: block;
  }
}
.page-template-template-solutions-students .mobileShow,
.page-template-template-solutions-schools .mobileShow,
.page-template-template-solutions-parents .mobileShow,
.page-template-template-solutions-insights .mobileShow,
.page-template-template-solutions .mobileShow {
  display: none;
}
@media (max-width: 768px), (min-width: 900px) and (max-width: 1080px) {
  .page-template-template-solutions-students .mobileShow,
  .page-template-template-solutions-schools .mobileShow,
  .page-template-template-solutions-parents .mobileShow,
  .page-template-template-solutions-insights .mobileShow,
  .page-template-template-solutions .mobileShow {
    display: block;
  }
}
@media (min-width: 786px) and (max-width: 900px) {
  .page-template-template-solutions-students .mobileShow,
  .page-template-template-solutions-schools .mobileShow,
  .page-template-template-solutions-parents .mobileShow,
  .page-template-template-solutions-insights .mobileShow,
  .page-template-template-solutions .mobileShow {
    display: none;
  }
}
.page-template-template-solutions-students .bg-gray,
.page-template-template-solutions-schools .bg-gray,
.page-template-template-solutions-parents .bg-gray,
.page-template-template-solutions-insights .bg-gray,
.page-template-template-solutions .bg-gray {
  background-color: rgba(52, 52, 52, 0.05);
  overflow: auto;
}
.page-template-template-solutions-students .toolkitButtons,
.page-template-template-solutions-schools .toolkitButtons,
.page-template-template-solutions-parents .toolkitButtons,
.page-template-template-solutions-insights .toolkitButtons,
.page-template-template-solutions .toolkitButtons {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .page-template-template-solutions-students .toolkitButtons,
  .page-template-template-solutions-schools .toolkitButtons,
  .page-template-template-solutions-parents .toolkitButtons,
  .page-template-template-solutions-insights .toolkitButtons,
  .page-template-template-solutions .toolkitButtons {
    display: block;
  }
}
.page-template-template-solutions-students .toolkitButtons .col30,
.page-template-template-solutions-schools .toolkitButtons .col30,
.page-template-template-solutions-parents .toolkitButtons .col30,
.page-template-template-solutions-insights .toolkitButtons .col30,
.page-template-template-solutions .toolkitButtons .col30 {
  flex: 1;
  padding: 25px;
  width: 32%;
}
.page-template-template-solutions-students .toolkitButtons .col30.orColWrap,
.page-template-template-solutions-schools .toolkitButtons .col30.orColWrap,
.page-template-template-solutions-parents .toolkitButtons .col30.orColWrap,
.page-template-template-solutions-insights .toolkitButtons .col30.orColWrap,
.page-template-template-solutions .toolkitButtons .col30.orColWrap {
  padding: 25px 0;
}
.page-template-template-solutions-students .toolkitButtons .col30.bg-gray,
.page-template-template-solutions-schools .toolkitButtons .col30.bg-gray,
.page-template-template-solutions-parents .toolkitButtons .col30.bg-gray,
.page-template-template-solutions-insights .toolkitButtons .col30.bg-gray,
.page-template-template-solutions .toolkitButtons .col30.bg-gray {
  min-width: 250px;
}
.page-template-template-solutions-students .toolkitButtons .col30 .font-blue,
.page-template-template-solutions-schools .toolkitButtons .col30 .font-blue,
.page-template-template-solutions-parents .toolkitButtons .col30 .font-blue,
.page-template-template-solutions-insights .toolkitButtons .col30 .font-blue,
.page-template-template-solutions .toolkitButtons .col30 .font-blue {
  color: #005CB9;
  margin-bottom: 5px;
  width: 200px;
}
.page-template-template-solutions-students .toolkitButtons .col30 .btn,
.page-template-template-solutions-schools .toolkitButtons .col30 .btn,
.page-template-template-solutions-parents .toolkitButtons .col30 .btn,
.page-template-template-solutions-insights .toolkitButtons .col30 .btn,
.page-template-template-solutions .toolkitButtons .col30 .btn {
  width: 200px;
}
.page-template-template-solutions-students .toolkitButtons .col30 .orCol,
.page-template-template-solutions-schools .toolkitButtons .col30 .orCol,
.page-template-template-solutions-parents .toolkitButtons .col30 .orCol,
.page-template-template-solutions-insights .toolkitButtons .col30 .orCol,
.page-template-template-solutions .toolkitButtons .col30 .orCol {
  color: #4D5761;
  min-width: 76px;
}
.page-template-template-solutions-students .radius50,
.page-template-template-solutions-schools .radius50,
.page-template-template-solutions-parents .radius50,
.page-template-template-solutions-insights .radius50,
.page-template-template-solutions .radius50 {
  border-radius: 50%;
}
.page-template-template-solutions-students .mb-25,
.page-template-template-solutions-schools .mb-25,
.page-template-template-solutions-parents .mb-25,
.page-template-template-solutions-insights .mb-25,
.page-template-template-solutions .mb-25 {
  margin-bottom: 25px;
}
.page-template-template-solutions-students .sectionSpacing,
.page-template-template-solutions-schools .sectionSpacing,
.page-template-template-solutions-parents .sectionSpacing,
.page-template-template-solutions-insights .sectionSpacing,
.page-template-template-solutions .sectionSpacing {
  margin: 40px 0 40px 0;
}
.page-template-template-solutions-students .colBorder,
.page-template-template-solutions-schools .colBorder,
.page-template-template-solutions-parents .colBorder,
.page-template-template-solutions-insights .colBorder,
.page-template-template-solutions .colBorder {
  border-left: 3px solid #13cbb6;
}
.page-template-template-solutions-students .dinotSubtitle,
.page-template-template-solutions-schools .dinotSubtitle,
.page-template-template-solutions-parents .dinotSubtitle,
.page-template-template-solutions-insights .dinotSubtitle,
.page-template-template-solutions .dinotSubtitle {
  color: #005CB9;
  margin-top: 0;
  text-transform: uppercase;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  font-size: 1.6666666667rem;
  line-height: 1.6666666667rem;
  letter-spacing: 0.04em;
}
.page-template-template-solutions-students .clearFlex::after,
.page-template-template-solutions-schools .clearFlex::after,
.page-template-template-solutions-parents .clearFlex::after,
.page-template-template-solutions-insights .clearFlex::after,
.page-template-template-solutions .clearFlex::after {
  clear: both;
  content: "";
  display: block;
}
.page-template-template-solutions-students .titleDesc,
.page-template-template-solutions-schools .titleDesc,
.page-template-template-solutions-parents .titleDesc,
.page-template-template-solutions-insights .titleDesc,
.page-template-template-solutions .titleDesc {
  font-weight: 700;
  max-width: 550px;
}
.page-template-template-solutions-students .winatsocialGraphic,
.page-template-template-solutions-schools .winatsocialGraphic,
.page-template-template-solutions-parents .winatsocialGraphic,
.page-template-template-solutions-insights .winatsocialGraphic,
.page-template-template-solutions .winatsocialGraphic {
  margin: 50px 0 100px 0;
  max-width: 600px;
}
@media (max-width: 768px) {
  .page-template-template-solutions-students .winatsocialGraphic,
  .page-template-template-solutions-schools .winatsocialGraphic,
  .page-template-template-solutions-parents .winatsocialGraphic,
  .page-template-template-solutions-insights .winatsocialGraphic,
  .page-template-template-solutions .winatsocialGraphic {
    margin: auto;
  }
}
.page-template-template-solutions-students .gradientBox,
.page-template-template-solutions-schools .gradientBox,
.page-template-template-solutions-parents .gradientBox,
.page-template-template-solutions-insights .gradientBox,
.page-template-template-solutions .gradientBox {
  background: linear-gradient(135deg, #005CB9, #13cbb6);
  background-color: #005CB9;
  color: #ffffff;
  margin: 25px 0 25px 0;
  padding: 50px;
}
.page-template-template-solutions-students .gradientBox h3,
.page-template-template-solutions-schools .gradientBox h3,
.page-template-template-solutions-parents .gradientBox h3,
.page-template-template-solutions-insights .gradientBox h3,
.page-template-template-solutions .gradientBox h3 {
  margin-top: 0;
  font-size: 35px;
  line-height: 52.5px;
  font-size: 1.9444444444rem;
  line-height: 2.9166666667rem;
  letter-spacing: 0.04em;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
}
.page-template-template-solutions-students .gradientBox p,
.page-template-template-solutions-schools .gradientBox p,
.page-template-template-solutions-parents .gradientBox p,
.page-template-template-solutions-insights .gradientBox p,
.page-template-template-solutions .gradientBox p {
  font-size: 25px;
  line-height: 32.5px;
  font-size: 1.3888888889rem;
  line-height: 1.8055555556rem;
  letter-spacing: 0.04em;
}
.page-template-template-solutions-students .gradientBox .textWrapper,
.page-template-template-solutions-schools .gradientBox .textWrapper,
.page-template-template-solutions-parents .gradientBox .textWrapper,
.page-template-template-solutions-insights .gradientBox .textWrapper,
.page-template-template-solutions .gradientBox .textWrapper {
  max-width: 500px;
  font-size: 25px;
  line-height: 32.5px;
  font-size: 1.3888888889rem;
  line-height: 1.8055555556rem;
  letter-spacing: 0.04em;
}
.page-template-template-solutions-students .gradientBox .textWrapperParent,
.page-template-template-solutions-schools .gradientBox .textWrapperParent,
.page-template-template-solutions-parents .gradientBox .textWrapperParent,
.page-template-template-solutions-insights .gradientBox .textWrapperParent,
.page-template-template-solutions .gradientBox .textWrapperParent {
  max-width: 700px;
  font-size: 25px;
  line-height: 32.5px;
  font-size: 1.3888888889rem;
  line-height: 1.8055555556rem;
  letter-spacing: 0.04em;
}
.page-template-template-solutions-students .gradientBox .btn,
.page-template-template-solutions-schools .gradientBox .btn,
.page-template-template-solutions-parents .gradientBox .btn,
.page-template-template-solutions-insights .gradientBox .btn,
.page-template-template-solutions .gradientBox .btn {
  background-color: transparent;
}
.page-template-template-solutions-students .gradientBox .btn:hover,
.page-template-template-solutions-schools .gradientBox .btn:hover,
.page-template-template-solutions-parents .gradientBox .btn:hover,
.page-template-template-solutions-insights .gradientBox .btn:hover,
.page-template-template-solutions .gradientBox .btn:hover {
  background-color: #ffffff;
}
.page-template-template-solutions-students .gradientBox.flex,
.page-template-template-solutions-schools .gradientBox.flex,
.page-template-template-solutions-parents .gradientBox.flex,
.page-template-template-solutions-insights .gradientBox.flex,
.page-template-template-solutions .gradientBox.flex {
  display: flex;
}
@media (max-width: 768px), (min-width: 900px) and (max-width: 1080px) {
  .page-template-template-solutions-students .gradientBox.flex,
  .page-template-template-solutions-schools .gradientBox.flex,
  .page-template-template-solutions-parents .gradientBox.flex,
  .page-template-template-solutions-insights .gradientBox.flex,
  .page-template-template-solutions .gradientBox.flex {
    display: block;
  }
}
@media (min-width: 786px) and (max-width: 900px) {
  .page-template-template-solutions-students .gradientBox.flex,
  .page-template-template-solutions-schools .gradientBox.flex,
  .page-template-template-solutions-parents .gradientBox.flex,
  .page-template-template-solutions-insights .gradientBox.flex,
  .page-template-template-solutions .gradientBox.flex {
    display: flex;
  }
}
.page-template-template-solutions-students .gradientBox.flex .gradientContent,
.page-template-template-solutions-schools .gradientBox.flex .gradientContent,
.page-template-template-solutions-parents .gradientBox.flex .gradientContent,
.page-template-template-solutions-insights .gradientBox.flex .gradientContent,
.page-template-template-solutions .gradientBox.flex .gradientContent {
  flex-basis: 80%;
}
.page-template-template-solutions-students .gradientBox.flex .gradientContent .gradientPostType,
.page-template-template-solutions-schools .gradientBox.flex .gradientContent .gradientPostType,
.page-template-template-solutions-parents .gradientBox.flex .gradientContent .gradientPostType,
.page-template-template-solutions-insights .gradientBox.flex .gradientContent .gradientPostType,
.page-template-template-solutions .gradientBox.flex .gradientContent .gradientPostType {
  text-transform: uppercase;
}
.page-template-template-solutions-students .gradientBox.flex .gradientContent .gradientPostContent,
.page-template-template-solutions-schools .gradientBox.flex .gradientContent .gradientPostContent,
.page-template-template-solutions-parents .gradientBox.flex .gradientContent .gradientPostContent,
.page-template-template-solutions-insights .gradientBox.flex .gradientContent .gradientPostContent,
.page-template-template-solutions .gradientBox.flex .gradientContent .gradientPostContent {
  max-width: 600px;
  padding: 15px 25px 25px 0;
  text-transform: uppercase;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 35px;
  line-height: 38.5px;
  font-size: 1.9444444444rem;
  line-height: 2.1388888889rem;
  letter-spacing: 0.04em;
}
.page-template-template-solutions-students .gradientBox.flex .gradientThumbnail,
.page-template-template-solutions-schools .gradientBox.flex .gradientThumbnail,
.page-template-template-solutions-parents .gradientBox.flex .gradientThumbnail,
.page-template-template-solutions-insights .gradientBox.flex .gradientThumbnail,
.page-template-template-solutions .gradientBox.flex .gradientThumbnail {
  flex-basis: 20%;
}
.page-template-template-solutions-students .gradientBox.flex .gradientThumbnail.mobileShow img,
.page-template-template-solutions-schools .gradientBox.flex .gradientThumbnail.mobileShow img,
.page-template-template-solutions-parents .gradientBox.flex .gradientThumbnail.mobileShow img,
.page-template-template-solutions-insights .gradientBox.flex .gradientThumbnail.mobileShow img,
.page-template-template-solutions .gradientBox.flex .gradientThumbnail.mobileShow img {
  margin-bottom: 25px;
}
.page-template-template-solutions-students .gradientBox.flex .gradientThumbnail img,
.page-template-template-solutions-schools .gradientBox.flex .gradientThumbnail img,
.page-template-template-solutions-parents .gradientBox.flex .gradientThumbnail img,
.page-template-template-solutions-insights .gradientBox.flex .gradientThumbnail img,
.page-template-template-solutions .gradientBox.flex .gradientThumbnail img {
  border: 15px solid #ffffff;
  max-width: 250px;
}
.page-template-template-solutions-students .spotlightContainer,
.page-template-template-solutions-schools .spotlightContainer,
.page-template-template-solutions-parents .spotlightContainer,
.page-template-template-solutions-insights .spotlightContainer,
.page-template-template-solutions .spotlightContainer {
  background-color: rgba(52, 52, 52, 0.05);
  overflow: auto;
  padding: 25px;
}
.page-template-template-solutions-students .spotlightContainer img,
.page-template-template-solutions-schools .spotlightContainer img,
.page-template-template-solutions-parents .spotlightContainer img,
.page-template-template-solutions-insights .spotlightContainer img,
.page-template-template-solutions .spotlightContainer img {
  max-width: 300px;
  width: 100%;
}
.page-template-template-solutions-students .spotlightContainer .col40,
.page-template-template-solutions-schools .spotlightContainer .col40,
.page-template-template-solutions-parents .spotlightContainer .col40,
.page-template-template-solutions-insights .spotlightContainer .col40,
.page-template-template-solutions .spotlightContainer .col40 {
  float: left;
  padding: 25px;
  width: 40%;
}
@media (max-width: 768px) {
  .page-template-template-solutions-students .spotlightContainer .col40,
  .page-template-template-solutions-schools .spotlightContainer .col40,
  .page-template-template-solutions-parents .spotlightContainer .col40,
  .page-template-template-solutions-insights .spotlightContainer .col40,
  .page-template-template-solutions .spotlightContainer .col40 {
    width: 100%;
  }
}
.page-template-template-solutions-students .spotlightContainer .col60,
.page-template-template-solutions-schools .spotlightContainer .col60,
.page-template-template-solutions-parents .spotlightContainer .col60,
.page-template-template-solutions-insights .spotlightContainer .col60,
.page-template-template-solutions .spotlightContainer .col60 {
  float: left;
  padding: 25px;
  width: 60%;
}
@media (max-width: 768px) {
  .page-template-template-solutions-students .spotlightContainer .col60,
  .page-template-template-solutions-schools .spotlightContainer .col60,
  .page-template-template-solutions-parents .spotlightContainer .col60,
  .page-template-template-solutions-insights .spotlightContainer .col60,
  .page-template-template-solutions .spotlightContainer .col60 {
    width: 100%;
  }
}
.page-template-template-solutions-students .spotlightContainer .spotlightName,
.page-template-template-solutions-schools .spotlightContainer .spotlightName,
.page-template-template-solutions-parents .spotlightContainer .spotlightName,
.page-template-template-solutions-insights .spotlightContainer .spotlightName,
.page-template-template-solutions .spotlightContainer .spotlightName {
  color: #005CB9;
  text-transform: uppercase;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 30px;
  line-height: 34.5px;
  font-size: 1.6666666667rem;
  line-height: 1.9166666667rem;
  letter-spacing: 0.04em;
}
.page-template-template-solutions-students .spotlightContainer .spotlightTitle,
.page-template-template-solutions-schools .spotlightContainer .spotlightTitle,
.page-template-template-solutions-parents .spotlightContainer .spotlightTitle,
.page-template-template-solutions-insights .spotlightContainer .spotlightTitle,
.page-template-template-solutions .spotlightContainer .spotlightTitle {
  text-transform: uppercase;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 25px;
  font-size: 1.1111111111rem;
  line-height: 1.3888888889rem;
  letter-spacing: 0.04em;
}
.page-template-template-solutions-students .spotlightContainer .spotlightLocation,
.page-template-template-solutions-schools .spotlightContainer .spotlightLocation,
.page-template-template-solutions-parents .spotlightContainer .spotlightLocation,
.page-template-template-solutions-insights .spotlightContainer .spotlightLocation,
.page-template-template-solutions .spotlightContainer .spotlightLocation {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 25px;
  font-size: 1.1111111111rem;
  line-height: 1.3888888889rem;
  letter-spacing: 0.04em;
}
.page-template-template-solutions-students .spotlightContainer .spotlightQuote,
.page-template-template-solutions-schools .spotlightContainer .spotlightQuote,
.page-template-template-solutions-parents .spotlightContainer .spotlightQuote,
.page-template-template-solutions-insights .spotlightContainer .spotlightQuote,
.page-template-template-solutions .spotlightContainer .spotlightQuote {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 30px;
  font-size: 1.1111111111rem;
  line-height: 1.6666666667rem;
  letter-spacing: 0.04em;
}
.page-template-template-solutions-students .insightsContainer,
.page-template-template-solutions-schools .insightsContainer,
.page-template-template-solutions-parents .insightsContainer,
.page-template-template-solutions-insights .insightsContainer,
.page-template-template-solutions .insightsContainer {
  border-bottom: 2px solid #13cbb6;
  border-top: 2px solid #13cbb6;
  display: flex;
  overflow: auto;
  padding: 40px 25px;
}
.page-template-template-solutions-students .insightsContainer.bottomBlog,
.page-template-template-solutions-schools .insightsContainer.bottomBlog,
.page-template-template-solutions-parents .insightsContainer.bottomBlog,
.page-template-template-solutions-insights .insightsContainer.bottomBlog,
.page-template-template-solutions .insightsContainer.bottomBlog {
  border-top: none;
  padding-top: 0;
}
@media (max-width: 768px), (min-width: 900px) and (max-width: 1080px) {
  .page-template-template-solutions-students .insightsContainer,
  .page-template-template-solutions-schools .insightsContainer,
  .page-template-template-solutions-parents .insightsContainer,
  .page-template-template-solutions-insights .insightsContainer,
  .page-template-template-solutions .insightsContainer {
    display: block;
  }
}
@media (min-width: 786px) and (max-width: 900px) {
  .page-template-template-solutions-students .insightsContainer,
  .page-template-template-solutions-schools .insightsContainer,
  .page-template-template-solutions-parents .insightsContainer,
  .page-template-template-solutions-insights .insightsContainer,
  .page-template-template-solutions .insightsContainer {
    display: flex;
  }
}
.page-template-template-solutions-students .insightsContainer .insightThumbnail,
.page-template-template-solutions-schools .insightsContainer .insightThumbnail,
.page-template-template-solutions-parents .insightsContainer .insightThumbnail,
.page-template-template-solutions-insights .insightsContainer .insightThumbnail,
.page-template-template-solutions .insightsContainer .insightThumbnail {
  float: left;
  margin-right: 25px;
  max-width: 195px;
  width: 30%;
}
@media (max-width: 768px), (min-width: 900px) and (max-width: 1080px) {
  .page-template-template-solutions-students .insightsContainer .insightThumbnail,
  .page-template-template-solutions-schools .insightsContainer .insightThumbnail,
  .page-template-template-solutions-parents .insightsContainer .insightThumbnail,
  .page-template-template-solutions-insights .insightsContainer .insightThumbnail,
  .page-template-template-solutions .insightsContainer .insightThumbnail {
    float: none;
    width: 100%;
  }
}
@media (min-width: 786px) and (max-width: 900px) {
  .page-template-template-solutions-students .insightsContainer .insightThumbnail,
  .page-template-template-solutions-schools .insightsContainer .insightThumbnail,
  .page-template-template-solutions-parents .insightsContainer .insightThumbnail,
  .page-template-template-solutions-insights .insightsContainer .insightThumbnail,
  .page-template-template-solutions .insightsContainer .insightThumbnail {
    float: left;
    width: 30%;
  }
}
.page-template-template-solutions-students .insightsContainer .insightThumbnail img,
.page-template-template-solutions-schools .insightsContainer .insightThumbnail img,
.page-template-template-solutions-parents .insightsContainer .insightThumbnail img,
.page-template-template-solutions-insights .insightsContainer .insightThumbnail img,
.page-template-template-solutions .insightsContainer .insightThumbnail img {
  margin-bottom: 25px;
}
.page-template-template-solutions-students .insightsContainer .insightContent,
.page-template-template-solutions-schools .insightsContainer .insightContent,
.page-template-template-solutions-parents .insightsContainer .insightContent,
.page-template-template-solutions-insights .insightsContainer .insightContent,
.page-template-template-solutions .insightsContainer .insightContent {
  float: left;
  padding-left: 10px;
  width: 70%;
}
@media (max-width: 768px), (min-width: 900px) and (max-width: 1080px) {
  .page-template-template-solutions-students .insightsContainer .insightContent,
  .page-template-template-solutions-schools .insightsContainer .insightContent,
  .page-template-template-solutions-parents .insightsContainer .insightContent,
  .page-template-template-solutions-insights .insightsContainer .insightContent,
  .page-template-template-solutions .insightsContainer .insightContent {
    float: none;
    padding: 25px 0 0;
    width: 100%;
  }
}
@media (min-width: 786px) and (max-width: 900px) {
  .page-template-template-solutions-students .insightsContainer .insightContent,
  .page-template-template-solutions-schools .insightsContainer .insightContent,
  .page-template-template-solutions-parents .insightsContainer .insightContent,
  .page-template-template-solutions-insights .insightsContainer .insightContent,
  .page-template-template-solutions .insightsContainer .insightContent {
    float: left;
    width: 70%;
  }
}
.page-template-template-solutions-students .insightsContainer .insightContent h3,
.page-template-template-solutions-schools .insightsContainer .insightContent h3,
.page-template-template-solutions-parents .insightsContainer .insightContent h3,
.page-template-template-solutions-insights .insightsContainer .insightContent h3,
.page-template-template-solutions .insightsContainer .insightContent h3 {
  margin-top: 0;
  padding-top: 0;
}
.page-template-template-solutions-students .insightsContainer .insightContent p,
.page-template-template-solutions-schools .insightsContainer .insightContent p,
.page-template-template-solutions-parents .insightsContainer .insightContent p,
.page-template-template-solutions-insights .insightsContainer .insightContent p,
.page-template-template-solutions .insightsContainer .insightContent p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-template-template-solutions-students .blogContainer,
.page-template-template-solutions-schools .blogContainer,
.page-template-template-solutions-parents .blogContainer,
.page-template-template-solutions-insights .blogContainer,
.page-template-template-solutions .blogContainer {
  background-color: none;
  border-bottom: 2px solid #13cbb6;
  border-top: 2px solid #13cbb6;
  overflow: auto;
  padding: 40px;
}
.page-template-template-solutions-students .blogContainer.bottomBlog,
.page-template-template-solutions-schools .blogContainer.bottomBlog,
.page-template-template-solutions-parents .blogContainer.bottomBlog,
.page-template-template-solutions-insights .blogContainer.bottomBlog,
.page-template-template-solutions .blogContainer.bottomBlog {
  border-top: none;
  padding-top: 0;
}
.page-template-template-solutions-students .blogContainer .postType,
.page-template-template-solutions-schools .blogContainer .postType,
.page-template-template-solutions-parents .blogContainer .postType,
.page-template-template-solutions-insights .blogContainer .postType,
.page-template-template-solutions .blogContainer .postType {
  color: #F3F4F6;
}
.page-template-template-solutions-students .blogContainer .postType span,
.page-template-template-solutions-schools .blogContainer .postType span,
.page-template-template-solutions-parents .blogContainer .postType span,
.page-template-template-solutions-insights .blogContainer .postType span,
.page-template-template-solutions .blogContainer .postType span {
  background-color: #005CB9;
  color: #ffffff;
  margin: 0 10px 1rem 0;
  overflow: auto;
  padding: 10px 10px 5px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  font-size: 0.8333333333rem;
  line-height: 0.8333333333rem;
  letter-spacing: 0.04em;
}
.page-template-template-solutions-students .blogContainer .blogThumbnail,
.page-template-template-solutions-schools .blogContainer .blogThumbnail,
.page-template-template-solutions-parents .blogContainer .blogThumbnail,
.page-template-template-solutions-insights .blogContainer .blogThumbnail,
.page-template-template-solutions .blogContainer .blogThumbnail {
  float: left;
  max-width: 250px;
  padding: 25px 0 0;
  width: 20%;
}
@media (max-width: 768px), (min-width: 900px) and (max-width: 1080px) {
  .page-template-template-solutions-students .blogContainer .blogThumbnail,
  .page-template-template-solutions-schools .blogContainer .blogThumbnail,
  .page-template-template-solutions-parents .blogContainer .blogThumbnail,
  .page-template-template-solutions-insights .blogContainer .blogThumbnail,
  .page-template-template-solutions .blogContainer .blogThumbnail {
    float: none;
    padding: 25px 0;
    width: 100%;
  }
}
@media (min-width: 786px) and (max-width: 900px) {
  .page-template-template-solutions-students .blogContainer .blogThumbnail,
  .page-template-template-solutions-schools .blogContainer .blogThumbnail,
  .page-template-template-solutions-parents .blogContainer .blogThumbnail,
  .page-template-template-solutions-insights .blogContainer .blogThumbnail,
  .page-template-template-solutions .blogContainer .blogThumbnail {
    float: left;
    padding: 25px 0 0;
    width: 20%;
  }
}
.page-template-template-solutions-students .blogContainer .blogContent,
.page-template-template-solutions-schools .blogContainer .blogContent,
.page-template-template-solutions-parents .blogContainer .blogContent,
.page-template-template-solutions-insights .blogContainer .blogContent,
.page-template-template-solutions .blogContainer .blogContent {
  float: left;
  padding: 25px 0 0 25px;
  width: 80%;
}
@media (max-width: 768px), (min-width: 900px) and (max-width: 1080px) {
  .page-template-template-solutions-students .blogContainer .blogContent,
  .page-template-template-solutions-schools .blogContainer .blogContent,
  .page-template-template-solutions-parents .blogContainer .blogContent,
  .page-template-template-solutions-insights .blogContainer .blogContent,
  .page-template-template-solutions .blogContainer .blogContent {
    float: none;
    padding-left: 0;
    padding-top: 10px;
    width: 100%;
  }
}
@media (min-width: 786px) and (max-width: 900px) {
  .page-template-template-solutions-students .blogContainer .blogContent,
  .page-template-template-solutions-schools .blogContainer .blogContent,
  .page-template-template-solutions-parents .blogContainer .blogContent,
  .page-template-template-solutions-insights .blogContainer .blogContent,
  .page-template-template-solutions .blogContainer .blogContent {
    float: left;
    width: 80%;
  }
}
.page-template-template-solutions-students .goalsVisual,
.page-template-template-solutions-schools .goalsVisual,
.page-template-template-solutions-parents .goalsVisual,
.page-template-template-solutions-insights .goalsVisual,
.page-template-template-solutions .goalsVisual {
  display: flex;
}
@media (max-width: 1100px), (min-width: 768px) and (max-width: 900px) {
  .page-template-template-solutions-students .goalsVisual.desktop,
  .page-template-template-solutions-schools .goalsVisual.desktop,
  .page-template-template-solutions-parents .goalsVisual.desktop,
  .page-template-template-solutions-insights .goalsVisual.desktop,
  .page-template-template-solutions .goalsVisual.desktop {
    display: flex;
  }
}
@media (max-width: 768px), (min-width: 900px) and (max-width: 1099px) {
  .page-template-template-solutions-students .goalsVisual.desktop,
  .page-template-template-solutions-schools .goalsVisual.desktop,
  .page-template-template-solutions-parents .goalsVisual.desktop,
  .page-template-template-solutions-insights .goalsVisual.desktop,
  .page-template-template-solutions .goalsVisual.desktop {
    display: none;
  }
}
.page-template-template-solutions-students .goalsVisual.desktop .col30,
.page-template-template-solutions-schools .goalsVisual.desktop .col30,
.page-template-template-solutions-parents .goalsVisual.desktop .col30,
.page-template-template-solutions-insights .goalsVisual.desktop .col30,
.page-template-template-solutions .goalsVisual.desktop .col30 {
  flex-basis: 30%;
}
@media (max-width: 768px) {
  .page-template-template-solutions-students .goalsVisual.desktop .col30,
  .page-template-template-solutions-schools .goalsVisual.desktop .col30,
  .page-template-template-solutions-parents .goalsVisual.desktop .col30,
  .page-template-template-solutions-insights .goalsVisual.desktop .col30,
  .page-template-template-solutions .goalsVisual.desktop .col30 {
    width: 100%;
  }
}
.page-template-template-solutions-students .goalsVisual.desktop .col70,
.page-template-template-solutions-schools .goalsVisual.desktop .col70,
.page-template-template-solutions-parents .goalsVisual.desktop .col70,
.page-template-template-solutions-insights .goalsVisual.desktop .col70,
.page-template-template-solutions .goalsVisual.desktop .col70 {
  flex-basis: 70%;
  max-width: 659px;
  position: relative;
}
@media (max-width: 768px) {
  .page-template-template-solutions-students .goalsVisual.desktop .col70,
  .page-template-template-solutions-schools .goalsVisual.desktop .col70,
  .page-template-template-solutions-parents .goalsVisual.desktop .col70,
  .page-template-template-solutions-insights .goalsVisual.desktop .col70,
  .page-template-template-solutions .goalsVisual.desktop .col70 {
    width: 100%;
  }
}
.page-template-template-solutions-students .goalsVisual.desktop .lowTitle,
.page-template-template-solutions-schools .goalsVisual.desktop .lowTitle,
.page-template-template-solutions-parents .goalsVisual.desktop .lowTitle,
.page-template-template-solutions-insights .goalsVisual.desktop .lowTitle,
.page-template-template-solutions .goalsVisual.desktop .lowTitle {
  background: url("/wp-content/themes/socialinstitute-theme/img/Solutions_SchoolBlocks_lower.svg") #ffd447 center no-repeat;
}
.page-template-template-solutions-students .goalsVisual.desktop .midTitle,
.page-template-template-solutions-schools .goalsVisual.desktop .midTitle,
.page-template-template-solutions-parents .goalsVisual.desktop .midTitle,
.page-template-template-solutions-insights .goalsVisual.desktop .midTitle,
.page-template-template-solutions .goalsVisual.desktop .midTitle {
  background: url("/wp-content/themes/socialinstitute-theme/img/Solutions_SchoolBlocks_middle.svg") #f11c60 center no-repeat;
}
.page-template-template-solutions-students .goalsVisual.desktop .uppTitle,
.page-template-template-solutions-schools .goalsVisual.desktop .uppTitle,
.page-template-template-solutions-parents .goalsVisual.desktop .uppTitle,
.page-template-template-solutions-insights .goalsVisual.desktop .uppTitle,
.page-template-template-solutions .goalsVisual.desktop .uppTitle {
  background: url("/wp-content/themes/socialinstitute-theme/img/Solutions_SchoolBlocks_upper.svg") #13cbb6 center no-repeat;
}
@media (min-width: 1100px) and (max-width: 1116px) {
  .page-template-template-solutions-students .goalsVisual.desktop .uppTitle .grades912,
  .page-template-template-solutions-schools .goalsVisual.desktop .uppTitle .grades912,
  .page-template-template-solutions-parents .goalsVisual.desktop .uppTitle .grades912,
  .page-template-template-solutions-insights .goalsVisual.desktop .uppTitle .grades912,
  .page-template-template-solutions .goalsVisual.desktop .uppTitle .grades912 {
    font-size: 36px;
    line-height: 36px;
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: 0.04em;
  }
}
@media (min-width: 1117px) and (max-width: 1127px) {
  .page-template-template-solutions-students .goalsVisual.desktop .uppTitle .grades912,
  .page-template-template-solutions-schools .goalsVisual.desktop .uppTitle .grades912,
  .page-template-template-solutions-parents .goalsVisual.desktop .uppTitle .grades912,
  .page-template-template-solutions-insights .goalsVisual.desktop .uppTitle .grades912,
  .page-template-template-solutions .goalsVisual.desktop .uppTitle .grades912 {
    font-size: 38px;
    line-height: 38px;
    font-size: 2.1111111111rem;
    line-height: 2.1111111111rem;
    letter-spacing: 0.04em;
  }
}
@media (min-width: 1128px) and (max-width: 1141px) {
  .page-template-template-solutions-students .goalsVisual.desktop .uppTitle .grades912,
  .page-template-template-solutions-schools .goalsVisual.desktop .uppTitle .grades912,
  .page-template-template-solutions-parents .goalsVisual.desktop .uppTitle .grades912,
  .page-template-template-solutions-insights .goalsVisual.desktop .uppTitle .grades912,
  .page-template-template-solutions .goalsVisual.desktop .uppTitle .grades912 {
    font-size: 39px;
    line-height: 39px;
    font-size: 2.1666666667rem;
    line-height: 2.1666666667rem;
    letter-spacing: 0.04em;
  }
}
@media (min-width: 769px) and (max-width: 787px) {
  .page-template-template-solutions-students .goalsVisual.desktop .uppTitle .grades912,
  .page-template-template-solutions-schools .goalsVisual.desktop .uppTitle .grades912,
  .page-template-template-solutions-parents .goalsVisual.desktop .uppTitle .grades912,
  .page-template-template-solutions-insights .goalsVisual.desktop .uppTitle .grades912,
  .page-template-template-solutions .goalsVisual.desktop .uppTitle .grades912 {
    font-size: 37px;
    line-height: 37px;
    font-size: 2.0555555556rem;
    line-height: 2.0555555556rem;
    letter-spacing: 0.04em;
  }
}
@media (min-width: 788px) and (max-width: 800px) {
  .page-template-template-solutions-students .goalsVisual.desktop .uppTitle .grades912,
  .page-template-template-solutions-schools .goalsVisual.desktop .uppTitle .grades912,
  .page-template-template-solutions-parents .goalsVisual.desktop .uppTitle .grades912,
  .page-template-template-solutions-insights .goalsVisual.desktop .uppTitle .grades912,
  .page-template-template-solutions .goalsVisual.desktop .uppTitle .grades912 {
    font-size: 38px;
    line-height: 38px;
    font-size: 2.1111111111rem;
    line-height: 2.1111111111rem;
    letter-spacing: 0.04em;
  }
}
@media (min-width: 801px) and (max-width: 810px) {
  .page-template-template-solutions-students .goalsVisual.desktop .uppTitle .grades912,
  .page-template-template-solutions-schools .goalsVisual.desktop .uppTitle .grades912,
  .page-template-template-solutions-parents .goalsVisual.desktop .uppTitle .grades912,
  .page-template-template-solutions-insights .goalsVisual.desktop .uppTitle .grades912,
  .page-template-template-solutions .goalsVisual.desktop .uppTitle .grades912 {
    font-size: 38px;
    line-height: 38px;
    font-size: 2.1111111111rem;
    line-height: 2.1111111111rem;
    letter-spacing: 0.04em;
  }
}
.page-template-template-solutions-students .goalsVisual.desktop .lowTitle,
.page-template-template-solutions-students .goalsVisual.desktop .midTitle,
.page-template-template-solutions-students .goalsVisual.desktop .uppTitle,
.page-template-template-solutions-schools .goalsVisual.desktop .lowTitle,
.page-template-template-solutions-schools .goalsVisual.desktop .midTitle,
.page-template-template-solutions-schools .goalsVisual.desktop .uppTitle,
.page-template-template-solutions-parents .goalsVisual.desktop .lowTitle,
.page-template-template-solutions-parents .goalsVisual.desktop .midTitle,
.page-template-template-solutions-parents .goalsVisual.desktop .uppTitle,
.page-template-template-solutions-insights .goalsVisual.desktop .lowTitle,
.page-template-template-solutions-insights .goalsVisual.desktop .midTitle,
.page-template-template-solutions-insights .goalsVisual.desktop .uppTitle,
.page-template-template-solutions .goalsVisual.desktop .lowTitle,
.page-template-template-solutions .goalsVisual.desktop .midTitle,
.page-template-template-solutions .goalsVisual.desktop .uppTitle {
  background-size: cover;
  color: white;
  margin: 0 25px 25px 0;
  padding: 25px;
  text-transform: uppercase;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  font-size: 2.2222222222rem;
  line-height: 2.2222222222rem;
  letter-spacing: 0.04em;
}
.page-template-template-solutions-students .goalsVisual.desktop .lowDesc,
.page-template-template-solutions-schools .goalsVisual.desktop .lowDesc,
.page-template-template-solutions-parents .goalsVisual.desktop .lowDesc,
.page-template-template-solutions-insights .goalsVisual.desktop .lowDesc,
.page-template-template-solutions .goalsVisual.desktop .lowDesc {
  border: 3px solid #ffd447;
  height: 160px;
  left: 20px;
  top: 0;
  z-index: 10;
}
.page-template-template-solutions-students .goalsVisual.desktop .lowDesc p,
.page-template-template-solutions-schools .goalsVisual.desktop .lowDesc p,
.page-template-template-solutions-parents .goalsVisual.desktop .lowDesc p,
.page-template-template-solutions-insights .goalsVisual.desktop .lowDesc p,
.page-template-template-solutions .goalsVisual.desktop .lowDesc p {
  top: 0px;
}
.page-template-template-solutions-students .goalsVisual.desktop .lowDesc hr,
.page-template-template-solutions-schools .goalsVisual.desktop .lowDesc hr,
.page-template-template-solutions-parents .goalsVisual.desktop .lowDesc hr,
.page-template-template-solutions-insights .goalsVisual.desktop .lowDesc hr,
.page-template-template-solutions .goalsVisual.desktop .lowDesc hr {
  background-color: #ffd447;
  border: 2px solid #ffd447;
  left: -48px;
  top: 35px;
  width: 42px;
}
.page-template-template-solutions-students .goalsVisual.desktop .midDesc,
.page-template-template-solutions-schools .goalsVisual.desktop .midDesc,
.page-template-template-solutions-parents .goalsVisual.desktop .midDesc,
.page-template-template-solutions-insights .goalsVisual.desktop .midDesc,
.page-template-template-solutions .goalsVisual.desktop .midDesc {
  border: 3px solid #f11c60;
  height: 300px;
  left: 10px;
  top: 0;
  z-index: 9;
}
.page-template-template-solutions-students .goalsVisual.desktop .midDesc p,
.page-template-template-solutions-schools .goalsVisual.desktop .midDesc p,
.page-template-template-solutions-parents .goalsVisual.desktop .midDesc p,
.page-template-template-solutions-insights .goalsVisual.desktop .midDesc p,
.page-template-template-solutions .goalsVisual.desktop .midDesc p {
  left: 10px;
  top: 160px;
}
.page-template-template-solutions-students .goalsVisual.desktop .midDesc hr,
.page-template-template-solutions-schools .goalsVisual.desktop .midDesc hr,
.page-template-template-solutions-parents .goalsVisual.desktop .midDesc hr,
.page-template-template-solutions-insights .goalsVisual.desktop .midDesc hr,
.page-template-template-solutions .goalsVisual.desktop .midDesc hr {
  background-color: #f11c60;
  border: 2px solid #f11c60;
  left: -38px;
  top: 189px;
  width: 33px;
}
.page-template-template-solutions-students .goalsVisual.desktop .uppDesc,
.page-template-template-solutions-schools .goalsVisual.desktop .uppDesc,
.page-template-template-solutions-parents .goalsVisual.desktop .uppDesc,
.page-template-template-solutions-insights .goalsVisual.desktop .uppDesc,
.page-template-template-solutions .goalsVisual.desktop .uppDesc {
  border: 3px solid #13cbb6;
  height: 470px;
  left: 0px;
  top: 0;
  z-index: 8;
}
.page-template-template-solutions-students .goalsVisual.desktop .uppDesc p,
.page-template-template-solutions-schools .goalsVisual.desktop .uppDesc p,
.page-template-template-solutions-parents .goalsVisual.desktop .uppDesc p,
.page-template-template-solutions-insights .goalsVisual.desktop .uppDesc p,
.page-template-template-solutions .goalsVisual.desktop .uppDesc p {
  left: 20px;
  top: 300px;
}
.page-template-template-solutions-students .goalsVisual.desktop .uppDesc hr,
.page-template-template-solutions-schools .goalsVisual.desktop .uppDesc hr,
.page-template-template-solutions-parents .goalsVisual.desktop .uppDesc hr,
.page-template-template-solutions-insights .goalsVisual.desktop .uppDesc hr,
.page-template-template-solutions .goalsVisual.desktop .uppDesc hr {
  background-color: #13cbb6;
  border: 2px solid #13cbb6;
  left: -28px;
  top: 342px;
  width: 23px;
}
.page-template-template-solutions-students .goalsVisual.desktop .lowDesc,
.page-template-template-solutions-students .goalsVisual.desktop .midDesc,
.page-template-template-solutions-students .goalsVisual.desktop .uppDesc,
.page-template-template-solutions-schools .goalsVisual.desktop .lowDesc,
.page-template-template-solutions-schools .goalsVisual.desktop .midDesc,
.page-template-template-solutions-schools .goalsVisual.desktop .uppDesc,
.page-template-template-solutions-parents .goalsVisual.desktop .lowDesc,
.page-template-template-solutions-parents .goalsVisual.desktop .midDesc,
.page-template-template-solutions-parents .goalsVisual.desktop .uppDesc,
.page-template-template-solutions-insights .goalsVisual.desktop .lowDesc,
.page-template-template-solutions-insights .goalsVisual.desktop .midDesc,
.page-template-template-solutions-insights .goalsVisual.desktop .uppDesc,
.page-template-template-solutions .goalsVisual.desktop .lowDesc,
.page-template-template-solutions .goalsVisual.desktop .midDesc,
.page-template-template-solutions .goalsVisual.desktop .uppDesc {
  border-right: none;
  padding: 25px;
  position: absolute;
}
.page-template-template-solutions-students .goalsVisual.desktop .lowDesc p,
.page-template-template-solutions-students .goalsVisual.desktop .midDesc p,
.page-template-template-solutions-students .goalsVisual.desktop .uppDesc p,
.page-template-template-solutions-schools .goalsVisual.desktop .lowDesc p,
.page-template-template-solutions-schools .goalsVisual.desktop .midDesc p,
.page-template-template-solutions-schools .goalsVisual.desktop .uppDesc p,
.page-template-template-solutions-parents .goalsVisual.desktop .lowDesc p,
.page-template-template-solutions-parents .goalsVisual.desktop .midDesc p,
.page-template-template-solutions-parents .goalsVisual.desktop .uppDesc p,
.page-template-template-solutions-insights .goalsVisual.desktop .lowDesc p,
.page-template-template-solutions-insights .goalsVisual.desktop .midDesc p,
.page-template-template-solutions-insights .goalsVisual.desktop .uppDesc p,
.page-template-template-solutions .goalsVisual.desktop .lowDesc p,
.page-template-template-solutions .goalsVisual.desktop .midDesc p,
.page-template-template-solutions .goalsVisual.desktop .uppDesc p {
  position: relative;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 1125px) {
  .page-template-template-solutions-students .goalsVisual.desktop .lowDesc p,
  .page-template-template-solutions-students .goalsVisual.desktop .midDesc p,
  .page-template-template-solutions-students .goalsVisual.desktop .uppDesc p,
  .page-template-template-solutions-schools .goalsVisual.desktop .lowDesc p,
  .page-template-template-solutions-schools .goalsVisual.desktop .midDesc p,
  .page-template-template-solutions-schools .goalsVisual.desktop .uppDesc p,
  .page-template-template-solutions-parents .goalsVisual.desktop .lowDesc p,
  .page-template-template-solutions-parents .goalsVisual.desktop .midDesc p,
  .page-template-template-solutions-parents .goalsVisual.desktop .uppDesc p,
  .page-template-template-solutions-insights .goalsVisual.desktop .lowDesc p,
  .page-template-template-solutions-insights .goalsVisual.desktop .midDesc p,
  .page-template-template-solutions-insights .goalsVisual.desktop .uppDesc p,
  .page-template-template-solutions .goalsVisual.desktop .lowDesc p,
  .page-template-template-solutions .goalsVisual.desktop .midDesc p,
  .page-template-template-solutions .goalsVisual.desktop .uppDesc p {
    font-size: 18px;
    line-height: 21.6px;
    font-size: 1rem;
    line-height: 1.2rem;
    letter-spacing: 0.04em;
  }
}
.page-template-template-solutions-students .goalsVisual.desktop .lowDesc hr,
.page-template-template-solutions-students .goalsVisual.desktop .midDesc hr,
.page-template-template-solutions-students .goalsVisual.desktop .uppDesc hr,
.page-template-template-solutions-schools .goalsVisual.desktop .lowDesc hr,
.page-template-template-solutions-schools .goalsVisual.desktop .midDesc hr,
.page-template-template-solutions-schools .goalsVisual.desktop .uppDesc hr,
.page-template-template-solutions-parents .goalsVisual.desktop .lowDesc hr,
.page-template-template-solutions-parents .goalsVisual.desktop .midDesc hr,
.page-template-template-solutions-parents .goalsVisual.desktop .uppDesc hr,
.page-template-template-solutions-insights .goalsVisual.desktop .lowDesc hr,
.page-template-template-solutions-insights .goalsVisual.desktop .midDesc hr,
.page-template-template-solutions-insights .goalsVisual.desktop .uppDesc hr,
.page-template-template-solutions .goalsVisual.desktop .lowDesc hr,
.page-template-template-solutions .goalsVisual.desktop .midDesc hr,
.page-template-template-solutions .goalsVisual.desktop .uppDesc hr {
  position: absolute;
}
.page-template-template-solutions-students .goalsVisual.desktop .lowDesc hr:after,
.page-template-template-solutions-students .goalsVisual.desktop .midDesc hr:after,
.page-template-template-solutions-students .goalsVisual.desktop .uppDesc hr:after,
.page-template-template-solutions-schools .goalsVisual.desktop .lowDesc hr:after,
.page-template-template-solutions-schools .goalsVisual.desktop .midDesc hr:after,
.page-template-template-solutions-schools .goalsVisual.desktop .uppDesc hr:after,
.page-template-template-solutions-parents .goalsVisual.desktop .lowDesc hr:after,
.page-template-template-solutions-parents .goalsVisual.desktop .midDesc hr:after,
.page-template-template-solutions-parents .goalsVisual.desktop .uppDesc hr:after,
.page-template-template-solutions-insights .goalsVisual.desktop .lowDesc hr:after,
.page-template-template-solutions-insights .goalsVisual.desktop .midDesc hr:after,
.page-template-template-solutions-insights .goalsVisual.desktop .uppDesc hr:after,
.page-template-template-solutions .goalsVisual.desktop .lowDesc hr:after,
.page-template-template-solutions .goalsVisual.desktop .midDesc hr:after,
.page-template-template-solutions .goalsVisual.desktop .uppDesc hr:after {
  border-bottom: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
  content: " ";
  display: block;
  padding: 2px;
  position: relative;
  top: -5px;
}
.page-template-template-solutions-students .goalsVisual.mobile,
.page-template-template-solutions-schools .goalsVisual.mobile,
.page-template-template-solutions-parents .goalsVisual.mobile,
.page-template-template-solutions-insights .goalsVisual.mobile,
.page-template-template-solutions .goalsVisual.mobile {
  display: none;
}
@media (max-width: 1100px), (min-width: 768px) and (max-width: 900px) {
  .page-template-template-solutions-students .goalsVisual.mobile,
  .page-template-template-solutions-schools .goalsVisual.mobile,
  .page-template-template-solutions-parents .goalsVisual.mobile,
  .page-template-template-solutions-insights .goalsVisual.mobile,
  .page-template-template-solutions .goalsVisual.mobile {
    display: none;
  }
}
@media (max-width: 768px), (min-width: 900px) and (max-width: 1099px) {
  .page-template-template-solutions-students .goalsVisual.mobile,
  .page-template-template-solutions-schools .goalsVisual.mobile,
  .page-template-template-solutions-parents .goalsVisual.mobile,
  .page-template-template-solutions-insights .goalsVisual.mobile,
  .page-template-template-solutions .goalsVisual.mobile {
    display: flex;
  }
}
.page-template-template-solutions-students .goalsVisual.mobile .lowTitle,
.page-template-template-solutions-schools .goalsVisual.mobile .lowTitle,
.page-template-template-solutions-parents .goalsVisual.mobile .lowTitle,
.page-template-template-solutions-insights .goalsVisual.mobile .lowTitle,
.page-template-template-solutions .goalsVisual.mobile .lowTitle {
  background: url("/wp-content/themes/socialinstitute-theme/img/Solutions_SchoolBlocks_lower.svg") #ffd447 center no-repeat;
  height: 89px;
}
.page-template-template-solutions-students .goalsVisual.mobile .midTitle,
.page-template-template-solutions-schools .goalsVisual.mobile .midTitle,
.page-template-template-solutions-parents .goalsVisual.mobile .midTitle,
.page-template-template-solutions-insights .goalsVisual.mobile .midTitle,
.page-template-template-solutions .goalsVisual.mobile .midTitle {
  position: relative;
  background: url("/wp-content/themes/socialinstitute-theme/img/Solutions_SchoolBlocks_middle.svg") #f11c60 center no-repeat;
  height: 89px;
  margin-left: 10px;
}
.page-template-template-solutions-students .goalsVisual.mobile .midTitle hr,
.page-template-template-solutions-schools .goalsVisual.mobile .midTitle hr,
.page-template-template-solutions-parents .goalsVisual.mobile .midTitle hr,
.page-template-template-solutions-insights .goalsVisual.mobile .midTitle hr,
.page-template-template-solutions .goalsVisual.mobile .midTitle hr {
  background-color: #f11c60;
  border: 2px solid #f11c60;
  left: -10px;
  top: 26px;
  width: 6px;
}
.page-template-template-solutions-students .goalsVisual.mobile .uppTitle,
.page-template-template-solutions-schools .goalsVisual.mobile .uppTitle,
.page-template-template-solutions-parents .goalsVisual.mobile .uppTitle,
.page-template-template-solutions-insights .goalsVisual.mobile .uppTitle,
.page-template-template-solutions .goalsVisual.mobile .uppTitle {
  position: relative;
  background: url("/wp-content/themes/socialinstitute-theme/img/Solutions_SchoolBlocks_upper.svg") #13cbb6 center no-repeat;
  height: 89px;
  margin-left: 20px;
}
.page-template-template-solutions-students .goalsVisual.mobile .uppTitle hr,
.page-template-template-solutions-schools .goalsVisual.mobile .uppTitle hr,
.page-template-template-solutions-parents .goalsVisual.mobile .uppTitle hr,
.page-template-template-solutions-insights .goalsVisual.mobile .uppTitle hr,
.page-template-template-solutions .goalsVisual.mobile .uppTitle hr {
  background-color: #13cbb6;
  border: 2px solid #13cbb6;
  left: -20px;
  top: 26px;
  width: 16px;
}
.page-template-template-solutions-students .goalsVisual.mobile .lowTitle,
.page-template-template-solutions-students .goalsVisual.mobile .midTitle,
.page-template-template-solutions-students .goalsVisual.mobile .uppTitle,
.page-template-template-solutions-schools .goalsVisual.mobile .lowTitle,
.page-template-template-solutions-schools .goalsVisual.mobile .midTitle,
.page-template-template-solutions-schools .goalsVisual.mobile .uppTitle,
.page-template-template-solutions-parents .goalsVisual.mobile .lowTitle,
.page-template-template-solutions-parents .goalsVisual.mobile .midTitle,
.page-template-template-solutions-parents .goalsVisual.mobile .uppTitle,
.page-template-template-solutions-insights .goalsVisual.mobile .lowTitle,
.page-template-template-solutions-insights .goalsVisual.mobile .midTitle,
.page-template-template-solutions-insights .goalsVisual.mobile .uppTitle,
.page-template-template-solutions .goalsVisual.mobile .lowTitle,
.page-template-template-solutions .goalsVisual.mobile .midTitle,
.page-template-template-solutions .goalsVisual.mobile .uppTitle {
  background-size: cover;
  color: white;
  padding: 25px;
  text-align: left;
  text-transform: uppercase;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  font-size: 2.2222222222rem;
  line-height: 2.2222222222rem;
  letter-spacing: 0.04em;
}
@media (max-width: 350px) {
  .page-template-template-solutions-students .goalsVisual.mobile .lowTitle,
  .page-template-template-solutions-students .goalsVisual.mobile .midTitle,
  .page-template-template-solutions-students .goalsVisual.mobile .uppTitle,
  .page-template-template-solutions-schools .goalsVisual.mobile .lowTitle,
  .page-template-template-solutions-schools .goalsVisual.mobile .midTitle,
  .page-template-template-solutions-schools .goalsVisual.mobile .uppTitle,
  .page-template-template-solutions-parents .goalsVisual.mobile .lowTitle,
  .page-template-template-solutions-parents .goalsVisual.mobile .midTitle,
  .page-template-template-solutions-parents .goalsVisual.mobile .uppTitle,
  .page-template-template-solutions-insights .goalsVisual.mobile .lowTitle,
  .page-template-template-solutions-insights .goalsVisual.mobile .midTitle,
  .page-template-template-solutions-insights .goalsVisual.mobile .uppTitle,
  .page-template-template-solutions .goalsVisual.mobile .lowTitle,
  .page-template-template-solutions .goalsVisual.mobile .midTitle,
  .page-template-template-solutions .goalsVisual.mobile .uppTitle {
    font-size: 30px;
    line-height: 30px;
    font-size: 1.6666666667rem;
    line-height: 1.6666666667rem;
    letter-spacing: 0.04em;
  }
}
@media (min-width: 351px) and (max-width: 380px) {
  .page-template-template-solutions-students .goalsVisual.mobile .lowTitle,
  .page-template-template-solutions-students .goalsVisual.mobile .midTitle,
  .page-template-template-solutions-students .goalsVisual.mobile .uppTitle,
  .page-template-template-solutions-schools .goalsVisual.mobile .lowTitle,
  .page-template-template-solutions-schools .goalsVisual.mobile .midTitle,
  .page-template-template-solutions-schools .goalsVisual.mobile .uppTitle,
  .page-template-template-solutions-parents .goalsVisual.mobile .lowTitle,
  .page-template-template-solutions-parents .goalsVisual.mobile .midTitle,
  .page-template-template-solutions-parents .goalsVisual.mobile .uppTitle,
  .page-template-template-solutions-insights .goalsVisual.mobile .lowTitle,
  .page-template-template-solutions-insights .goalsVisual.mobile .midTitle,
  .page-template-template-solutions-insights .goalsVisual.mobile .uppTitle,
  .page-template-template-solutions .goalsVisual.mobile .lowTitle,
  .page-template-template-solutions .goalsVisual.mobile .midTitle,
  .page-template-template-solutions .goalsVisual.mobile .uppTitle {
    font-size: 36px;
    line-height: 36px;
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: 0.04em;
  }
}
.page-template-template-solutions-students .goalsVisual.mobile .lowTitle hr,
.page-template-template-solutions-students .goalsVisual.mobile .midTitle hr,
.page-template-template-solutions-students .goalsVisual.mobile .uppTitle hr,
.page-template-template-solutions-schools .goalsVisual.mobile .lowTitle hr,
.page-template-template-solutions-schools .goalsVisual.mobile .midTitle hr,
.page-template-template-solutions-schools .goalsVisual.mobile .uppTitle hr,
.page-template-template-solutions-parents .goalsVisual.mobile .lowTitle hr,
.page-template-template-solutions-parents .goalsVisual.mobile .midTitle hr,
.page-template-template-solutions-parents .goalsVisual.mobile .uppTitle hr,
.page-template-template-solutions-insights .goalsVisual.mobile .lowTitle hr,
.page-template-template-solutions-insights .goalsVisual.mobile .midTitle hr,
.page-template-template-solutions-insights .goalsVisual.mobile .uppTitle hr,
.page-template-template-solutions .goalsVisual.mobile .lowTitle hr,
.page-template-template-solutions .goalsVisual.mobile .midTitle hr,
.page-template-template-solutions .goalsVisual.mobile .uppTitle hr {
  position: absolute;
}
.page-template-template-solutions-students .goalsVisual.mobile .lowDesc,
.page-template-template-solutions-schools .goalsVisual.mobile .lowDesc,
.page-template-template-solutions-parents .goalsVisual.mobile .lowDesc,
.page-template-template-solutions-insights .goalsVisual.mobile .lowDesc,
.page-template-template-solutions .goalsVisual.mobile .lowDesc {
  border-bottom: 3px solid #ffd447;
}
.page-template-template-solutions-students .goalsVisual.mobile .midDesc,
.page-template-template-solutions-schools .goalsVisual.mobile .midDesc,
.page-template-template-solutions-parents .goalsVisual.mobile .midDesc,
.page-template-template-solutions-insights .goalsVisual.mobile .midDesc,
.page-template-template-solutions .goalsVisual.mobile .midDesc {
  border-bottom: 3px solid #f11c60;
}
.page-template-template-solutions-students .goalsVisual.mobile .uppDesc,
.page-template-template-solutions-schools .goalsVisual.mobile .uppDesc,
.page-template-template-solutions-parents .goalsVisual.mobile .uppDesc,
.page-template-template-solutions-insights .goalsVisual.mobile .uppDesc,
.page-template-template-solutions .goalsVisual.mobile .uppDesc {
  border-bottom: 3px solid #13cbb6;
}
.page-template-template-solutions-students .goalsVisual.mobile .lowDesc,
.page-template-template-solutions-students .goalsVisual.mobile .midDesc,
.page-template-template-solutions-students .goalsVisual.mobile .uppDesc,
.page-template-template-solutions-schools .goalsVisual.mobile .lowDesc,
.page-template-template-solutions-schools .goalsVisual.mobile .midDesc,
.page-template-template-solutions-schools .goalsVisual.mobile .uppDesc,
.page-template-template-solutions-parents .goalsVisual.mobile .lowDesc,
.page-template-template-solutions-parents .goalsVisual.mobile .midDesc,
.page-template-template-solutions-parents .goalsVisual.mobile .uppDesc,
.page-template-template-solutions-insights .goalsVisual.mobile .lowDesc,
.page-template-template-solutions-insights .goalsVisual.mobile .midDesc,
.page-template-template-solutions-insights .goalsVisual.mobile .uppDesc,
.page-template-template-solutions .goalsVisual.mobile .lowDesc,
.page-template-template-solutions .goalsVisual.mobile .midDesc,
.page-template-template-solutions .goalsVisual.mobile .uppDesc {
  padding: 25px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page-template-template-solutions-students .goalsVisual.mobile .lowContainer,
.page-template-template-solutions-schools .goalsVisual.mobile .lowContainer,
.page-template-template-solutions-parents .goalsVisual.mobile .lowContainer,
.page-template-template-solutions-insights .goalsVisual.mobile .lowContainer,
.page-template-template-solutions .goalsVisual.mobile .lowContainer {
  border-left: 3px solid #ffd447;
  margin: 0 0 10px 10px;
  top: -3px;
}
.page-template-template-solutions-students .goalsVisual.mobile .midContainer,
.page-template-template-solutions-schools .goalsVisual.mobile .midContainer,
.page-template-template-solutions-parents .goalsVisual.mobile .midContainer,
.page-template-template-solutions-insights .goalsVisual.mobile .midContainer,
.page-template-template-solutions .goalsVisual.mobile .midContainer {
  border-left: 3px solid #f11c60;
  border-top: 3px solid #f11c60;
  margin: 0 0 10px 10px;
  top: -3px;
}
.page-template-template-solutions-students .goalsVisual.mobile .uppContainer,
.page-template-template-solutions-schools .goalsVisual.mobile .uppContainer,
.page-template-template-solutions-parents .goalsVisual.mobile .uppContainer,
.page-template-template-solutions-insights .goalsVisual.mobile .uppContainer,
.page-template-template-solutions .goalsVisual.mobile .uppContainer {
  border-left: 3px solid #13cbb6;
  border-top: 3px solid #13cbb6;
}
.page-template-template-solutions-students .goalsVisual.mobile .lowContainer,
.page-template-template-solutions-students .goalsVisual.mobile .midContainer,
.page-template-template-solutions-students .goalsVisual.mobile .uppContainer,
.page-template-template-solutions-schools .goalsVisual.mobile .lowContainer,
.page-template-template-solutions-schools .goalsVisual.mobile .midContainer,
.page-template-template-solutions-schools .goalsVisual.mobile .uppContainer,
.page-template-template-solutions-parents .goalsVisual.mobile .lowContainer,
.page-template-template-solutions-parents .goalsVisual.mobile .midContainer,
.page-template-template-solutions-parents .goalsVisual.mobile .uppContainer,
.page-template-template-solutions-insights .goalsVisual.mobile .lowContainer,
.page-template-template-solutions-insights .goalsVisual.mobile .midContainer,
.page-template-template-solutions-insights .goalsVisual.mobile .uppContainer,
.page-template-template-solutions .goalsVisual.mobile .lowContainer,
.page-template-template-solutions .goalsVisual.mobile .midContainer,
.page-template-template-solutions .goalsVisual.mobile .uppContainer {
  position: relative;
}
.page-template-template-solutions-students .contactForm,
.page-template-template-solutions-schools .contactForm,
.page-template-template-solutions-parents .contactForm,
.page-template-template-solutions-insights .contactForm,
.page-template-template-solutions .contactForm {
  padding-top: 25px;
}
.page-template-template-solutions-students .contactForm .hbspt-form,
.page-template-template-solutions-schools .contactForm .hbspt-form,
.page-template-template-solutions-parents .contactForm .hbspt-form,
.page-template-template-solutions-insights .contactForm .hbspt-form,
.page-template-template-solutions .contactForm .hbspt-form {
  max-width: 100%;
}
.page-template-template-solutions-students .contactForm input,
.page-template-template-solutions-students .contactForm select,
.page-template-template-solutions-students .contactForm textarea,
.page-template-template-solutions-schools .contactForm input,
.page-template-template-solutions-schools .contactForm select,
.page-template-template-solutions-schools .contactForm textarea,
.page-template-template-solutions-parents .contactForm input,
.page-template-template-solutions-parents .contactForm select,
.page-template-template-solutions-parents .contactForm textarea,
.page-template-template-solutions-insights .contactForm input,
.page-template-template-solutions-insights .contactForm select,
.page-template-template-solutions-insights .contactForm textarea,
.page-template-template-solutions .contactForm input,
.page-template-template-solutions .contactForm select,
.page-template-template-solutions .contactForm textarea {
  border-radius: 0;
  width: 100%;
}
.page-template-template-solutions-students .bottomLine,
.page-template-template-solutions-schools .bottomLine,
.page-template-template-solutions-parents .bottomLine,
.page-template-template-solutions-insights .bottomLine,
.page-template-template-solutions .bottomLine {
  margin-top: 50px;
}
.page-template-template-solutions-students .links,
.page-template-template-solutions-schools .links,
.page-template-template-solutions-parents .links,
.page-template-template-solutions-insights .links,
.page-template-template-solutions .links {
  padding-top: 25px;
}

/*Test*/
.page-template-template-solutionByAudience .solution-webinar .webinar-wpr:not(:last-child) {
  border-bottom: 1px solid #343434;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.page-template-template-solutionByAudience .solution-webinar .webinar-details > div {
  padding-bottom: 16px;
}

.page-template-template-table-grid.partners main article h2 {
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  font-size: 2.2222222222rem;
  line-height: 2.2222222222rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.page-template-default.contact-us main article h2 {
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  font-size: 2.2222222222rem;
  line-height: 2.2222222222rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.page-template-default.contact-us main article h3 {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.search.search-results article .post-wrapper {
  display: grid;
  grid-template-columns: 0.75fr 3.25fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: start;
}
.search.search-results article .post-wrapper .post-thumb {
  align-self: start;
  justify-self: stretch;
}
.search.search-results article .post-wrapper .post-thumb img {
  width: 100%;
}
.search.search-results article .post-wrapper .post-summary h3,
.search.search-results article .post-wrapper .post-summary h3 a {
  color: #343434;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  font-size: 1.6666666667rem;
  line-height: 1.6666666667rem;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  margin: 0 0 15px;
  cursor: pointer;
}
.search.search-results article .post-wrapper .post-summary h3:hover,
.search.search-results article .post-wrapper .post-summary h3 a:hover {
  color: #005CB9;
}
.page-template-template-my-locker.welcome-letter main article h2 {
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  font-size: 2.2222222222rem;
  line-height: 2.2222222222rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.page-template-template-my-locker.welcome-letter main article h3,
.page-template-template-my-locker.welcome-letter main article h3 a {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #343434;
}
.page-template-template-my-locker.welcome-letter main article h3:hover,
.page-template-template-my-locker.welcome-letter main article h3 a:hover {
  color: #005CB9;
}

.page-template-template-table-grid .collections {
  align-content: center;
  display: grid;
  grid-auto-columns: max-content;
  grid-auto-flow: dense;
  grid-auto-rows: minmax(100px, auto);
  grid-gap: 60px;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  margin-top: 25px;
  max-width: 800px;
}
.page-template-template-table-grid .schoolLogo {
  margin: auto;
}
.page-template-template-table-grid .schoolLogo__image {
  align-self: center;
  display: block;
  min-width: 100%;
}

.hbspt-form input,
.hbspt-form select,
.hbspt-form textarea {
  border-radius: 0 !important;
}
.hbspt-form textarea {
  resize: vertical;
}

/* Make the list item a clean flex container */
.hbspt-form ul li.hs-form-booleancheckbox {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Align checkbox + text inside label */
.hbspt-form ul li.hs-form-booleancheckbox label {
  display: flex;
  margin-top: 20px;
  align-items: center; /* keeps them vertically centered */
  font-weight: normal; /* un-bold the text */
  cursor: pointer;
}

/* Checkbox box itself */
input[type=checkbox].hs-input {
  width: 30px !important;
  height: 30px !important;
  margin-right: 27px;
  padding: 0;
  flex-shrink: 0; /* prevents box from shrinking */
}

.hbspt-form input,
.hbspt-form textarea,
.hbspt-form select {
  border: 2px solid #4D5761;
  border-radius: 5px;
  padding: 10px;
  min-width: 30px;
  margin-bottom: 10px;
  color: #4D5761;
  width: 100%;
  background: rgba(52, 52, 52, 0.05);
}

.hbspt-form p {
  font-size: 15px;
  line-height: 1.5; /* or 1.25rem for more room */
  letter-spacing: 0.05em;
  padding-top: 20px;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.footer .hbspt-form {
  max-width: 850px;
}

.footer .hbspt-form li {
  background-color: #FCD2DF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px !important;
}

.page-template-template-solutionByAudience {
  /*** Hero ***/
  /*** Challenge Section ***/
  /*** Solution Section ***/
  /*** Video Section ***/
  /*** Webinar Section ***/
}
.page-template-template-solutionByAudience .editBtn {
  text-align: center;
}
.page-template-template-solutionByAudience .contentWidth, .page-template-template-solutionByAudience .solution-solutions .solution-cd, .page-template-template-solutionByAudience .solution-challenges .challenge-bdy, .page-template-template-solutionByAudience .solution-challenges .challenge-items, .page-template-template-solutionByAudience .solution-challenges .challenge-subTxt, .page-template-template-solutionByAudience .solution-challenges .challenge-title, .page-template-template-solutionByAudience .solution-hero, .page-template-template-solutionByAudience .solution-contactForm {
  width: 90%;
  max-width: 1280px;
  margin: 0px auto;
}
.page-template-template-solutionByAudience #menu-secondary-menu li.solution-menu .sub-menu, .page-template-template-solutionByAudience #menu-primary-menu li.solution-menu .sub-menu {
  width: 270px;
}
.page-template-template-solutionByAudience #menu-secondary-menu li.solution-menu .sub-menu .NoLink a:hover, .page-template-template-solutionByAudience #menu-primary-menu li.solution-menu .sub-menu .NoLink a:hover {
  color: #343434 !important;
  cursor: default;
  border-bottom: none;
}
.page-template-template-solutionByAudience #menu-secondary-menu li.solution-menu .byRoleItem, .page-template-template-solutionByAudience #menu-primary-menu li.solution-menu .byRoleItem {
  padding-left: 10px;
}
.page-template-template-solutionByAudience .solution-contactForm {
  border-top: 1px solid #343434;
  margin-top: 30px;
  padding: 40px 0px;
}
.page-template-template-solutionByAudience .solution-contactForm .hbspt-form {
  text-align: center;
  margin: 0px auto;
}
.page-template-template-solutionByAudience .solution-contactForm .hbspt-form .legal-consent-container {
  padding: 0px 0px 10px 0px;
}
.page-template-template-solutionByAudience .solution-contactForm .hbspt-form .hs_submit input[type=submit] {
  border-radius: 5px !important;
}
.page-template-template-solutionByAudience .solution-contactForm .solution-contactForm-Title {
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 48px;
  line-height: 48px;
  color: #343434;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 950px) {
  .page-template-template-solutionByAudience .solution-contactForm .solution-contactForm-Title {
    font-family: "DinCondBold";
    font-weight: 400 !important;
    font-style: normal;
    font-size: 36px;
    line-height: 36px;
    color: #343434;
    text-transform: uppercase;
  }
}
.page-template-template-solutionByAudience .solution-contactForm .solution-contactForm-subTxt {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  color: #343434;
  text-align: center;
  padding-top: 10px;
}
@media (max-width: 950px) {
  .page-template-template-solutionByAudience .solution-contactForm .solution-contactForm-subTxt {
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    color: #343434;
  }
}
.page-template-template-solutionByAudience .solution-contactForm .solution-formWrapper {
  padding-top: 40px;
}
.page-template-template-solutionByAudience .solution-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  color: #343434;
}
.page-template-template-solutionByAudience h1 {
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 60px;
  line-height: 60px;
  color: #343434;
  text-transform: uppercase;
  text-align: left;
}
.page-template-template-solutionByAudience .heroLeft {
  text-align: left;
  align-self: center;
}
.page-template-template-solutionByAudience .heroRight .heroImg {
  margin: 20px auto;
}
.page-template-template-solutionByAudience .solutionBtn {
  border-radius: 5px !important;
  padding: 10px 20px;
  border: 1px solid #005CB9;
}
.page-template-template-solutionByAudience .solutionBtn.white {
  background: #ffffff;
  color: #005CB9 !important;
  border: 1px solid #ffffff;
}
.page-template-template-solutionByAudience .solutionBtn.white:hover {
  background: #005CB9;
  color: #ffffff !important;
  border: 1px solid #005CB9;
}
.page-template-template-solutionByAudience .solutionBtn.secondary {
  border: 1px solid #4D5761;
  background: #ffffff;
  color: #4D5761 !important;
}
.page-template-template-solutionByAudience .solutionBtn.secondary:hover {
  background: #6C737F;
  border: 1px solid #6C737F;
  color: #ffffff !important;
}
@media screen and (max-width: 950px) {
  .page-template-template-solutionByAudience h1 {
    font-family: "DinCondBold";
    font-weight: 400 !important;
    font-style: normal;
    font-size: 48px;
    line-height: 48px;
    color: #343434;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 760px) {
  .page-template-template-solutionByAudience .contentWrapper {
    padding-top: 0px;
  }
  .page-template-template-solutionByAudience .solution-hero {
    grid-template-columns: 1fr;
  }
  .page-template-template-solutionByAudience .heroLeft {
    order: 2;
  }
  .page-template-template-solutionByAudience .heroRight {
    order: 1;
    max-width: 80%;
    margin: auto;
  }
}
.page-template-template-solutionByAudience .solution-challenges {
  margin-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.page-template-template-solutionByAudience .solution-challenges .challenge-title {
  border-top: 1px solid #343434;
  padding-top: 30px;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 48px;
  line-height: 48px;
  color: #343434;
  text-transform: uppercase;
}
@media (max-width: 950px) {
  .page-template-template-solutionByAudience .solution-challenges .challenge-title {
    font-family: "DinCondBold";
    font-weight: 400 !important;
    font-style: normal;
    font-size: 36px;
    line-height: 36px;
    color: #343434;
    text-transform: uppercase;
  }
}
.page-template-template-solutionByAudience .solution-challenges .challenge-subTxt {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  color: #343434;
  padding: 20px 0px 30px 0px;
}
.page-template-template-solutionByAudience .solution-challenges .challenge-content {
  background-image: url(img/solution-blueGradient.jpg);
  background-position: 0px 85px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
}
.page-template-template-solutionByAudience .solution-challenges .challenge-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 1023px) {
  .page-template-template-solutionByAudience .solution-challenges .challenge-items {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.page-template-template-solutionByAudience .solution-challenges .challenge-bdy {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}
@media (max-width: 980px) {
  .page-template-template-solutionByAudience .solution-challenges .challenge-bdy {
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
  }
}
@media (max-width: 760px) {
  .page-template-template-solutionByAudience .solution-challenges .challenge-bdy {
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
  }
}
.page-template-template-solutionByAudience .solution-challenges .challenge-bdy p {
  padding: 30px 0px 20px 0px;
}
.page-template-template-solutionByAudience .solution-challenges .challenge-cd {
  background: #ffffff;
  border-radius: 5px;
  text-align: left;
}
.page-template-template-solutionByAudience .solution-challenges .challenge-cd-img {
  padding: 16px;
  background: #F3F4F6;
  text-align: center;
  width: auto;
}
.page-template-template-solutionByAudience .solution-challenges .challenge-cd-img img {
  height: 100%;
  max-height: 125px;
}
@media (max-width: 1023px) {
  .page-template-template-solutionByAudience .solution-challenges .challenge-cd-img img {
    max-height: 100px;
  }
}
.page-template-template-solutionByAudience .solution-challenges .challenge-cd-title {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  color: #343434;
  padding: 32px 32px 5px 32px;
}
@media (max-width: 980px) {
  .page-template-template-solutionByAudience .solution-challenges .challenge-cd-title {
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    color: #343434;
  }
}
@media (max-width: 760px) {
  .page-template-template-solutionByAudience .solution-challenges .challenge-cd-title {
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    color: #343434;
  }
}
.page-template-template-solutionByAudience .solution-challenges .challenge-cd-bdy {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #343434;
  padding: 5px 32px 32px 32px;
}
.page-template-template-solutionByAudience .solution-solutions .solution-cd {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$orange+0,f11c60+100 */
  background: #F3F4F6; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(0deg, #F3F4F6 0%, #F3F4F6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$color1, endColorstr=$color2,GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  background-repeat: no-repeat;
  background-position: 300px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 40px;
  align-items: center;
}
@media (max-width: 860px) {
  .page-template-template-solutionByAudience .solution-solutions .solution-cd {
    grid-template-columns: 1fr;
    background-repeat: unset;
    background-position: unset;
    padding: 0px;
    margin-bottom: 20px;
  }
}
.page-template-template-solutionByAudience .solution-solutions .solution-cd.right {
  background-position: -300px 0px;
}
@media (max-width: 860px) {
  .page-template-template-solutionByAudience .solution-solutions .solution-cd.right {
    background-position: unset;
  }
}
.page-template-template-solutionByAudience .solution-solutions .solution-cd-img {
  margin: 32px 0px;
  width: auto;
  align-self: center;
}
@media (max-width: 860px) {
  .page-template-template-solutionByAudience .solution-solutions .solution-cd-img {
    display: none;
  }
}
.page-template-template-solutionByAudience .solution-solutions .solution-cd-content {
  display: grid;
  grid-template-columns: auto 2fr;
  grid-template-rows: repeat(2, auto);
  padding: 32px 40px 32px 0px;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 10px;
}
@media (max-width: 860px) {
  .page-template-template-solutionByAudience .solution-solutions .solution-cd-content {
    padding: 20px;
  }
}
.page-template-template-solutionByAudience .solution-solutions .solution-cd-content.right {
  padding: 32px 0px 32px 40px;
}
@media (max-width: 860px) {
  .page-template-template-solutionByAudience .solution-solutions .solution-cd-content.right {
    padding: 20px;
  }
}
.page-template-template-solutionByAudience .solution-solutions .solution-hdr-icon {
  text-align: center;
}
.page-template-template-solutionByAudience .solution-solutions .solution-hdr-icon img {
  max-height: 100px;
  width: auto;
}
.page-template-template-solutionByAudience .solution-solutions .solution-hdr-title {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  color: #343434;
}
@media (max-width: 980px) {
  .page-template-template-solutionByAudience .solution-solutions .solution-hdr-title {
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    color: #343434;
  }
}
@media (max-width: 760px) {
  .page-template-template-solutionByAudience .solution-solutions .solution-hdr-title {
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    color: #343434;
  }
}
.page-template-template-solutionByAudience .solution-solutions .solution-cd-bdy {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #343434;
  grid-column: 1/span 2;
}
.page-template-template-solutionByAudience .solution-solutions .solution-cd-bdy p {
  margin: 20px 0px;
}
.page-template-template-solutionByAudience .solution-testimonials {
  background-image: url(img/solution-blackGradient.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -1px center;
  padding: 30px 0px;
}
.page-template-template-solutionByAudience .solution-testimonials .videoContent {
  width: 90%;
  max-width: 720px;
  margin: 0px auto;
}
.page-template-template-solutionByAudience .solution-webinar {
  width: 90%;
  max-width: 785px;
  margin: 30px auto;
}
.page-template-template-solutionByAudience .solution-webinar .webinar-wpr {
  display: grid;
  grid-template-columns: 200px auto;
  -moz-column-gap: 40px;
       column-gap: 40px;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #343434;
}
.page-template-template-solutionByAudience .solution-webinar .webinar-details > div {
  padding-bottom: 16px;
}
.page-template-template-solutionByAudience .solution-webinar .webinar-hdr {
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  color: #005CB9;
  text-transform: uppercase;
}
.page-template-template-solutionByAudience .solution-webinar .webinar-title {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  color: #343434;
}
.page-template-template-solutionByAudience .solution-webinar .webinar-date {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  color: #343434;
}
.page-template-template-solutionByAudience .solution-webinar .webinar-presented {
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #4D5761;
}
.page-template-template-solutionByAudience .solution-webinar .webinar-thumb img {
  border: 1px solid #4D5761;
  border-radius: 100%;
  width: 100%;
}

.layout-whitepapers h2 {
  text-transform: none;
}
.layout-whitepapers .btn-primary:not(.featured-btn) {
  display: none;
}
.layout-whitepapers .card .post-thumb {
  padding-bottom: 5px;
}
.layout-whitepapers .card .post-thumb img {
  margin-bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.single-whitepaper .bdyBackLink {
  margin-bottom: 20px;
}
.single-whitepaper .bdyWrapper {
  flex-direction: column;
}
.single-whitepaper .bdyCol {
  width: 100%;
}
.single-whitepaper .postBdyWrap {
  display: grid;
  grid-template-columns: 2fr 1.25fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-content: unset;
}
@media screen and (max-width: 980px) {
  .single-whitepaper .postBdyWrap {
    grid-template-columns: 1fr;
  }
}
.single-whitepaper .hs_submit input[type=submit] {
  width: 100%;
}

html {
  font-size: 18px;
  overflow-x: hidden;
  /* Safari compatibility */
  height: 100%;
  width: 100%;
}

body {
  font-size: 18px;
  line-height: 27px;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #343434;
  min-width: 320px;
  overflow-x: hidden;
  /* Safari compatibility */
  height: 100%;
  width: 100%;
}

h1 {
  text-transform: uppercase;
  color: #ffffff;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  letter-spacing: 0px;
}

h2 {
  margin-top: 0px;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  font-size: 2.2222222222rem;
  line-height: 2.2222222222rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

b,
strong {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}

a {
  color: #005CB9;
}
a:hover {
  color: #005CB9;
  text-decoration: underline;
}
a:focus, a:active {
  text-decoration: none;
}

.btn {
  border-radius: 0 !important;
}

.demoBtn {
  background: #ffffff;
  color: #005CB9;
  border: 2px solid #005CB9;
  padding: 13px 15px 10px 15px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  line-height: 1.25rem;
  font-size: 16px;
}
.demoBtn:hover {
  background: #ffffff;
  border: 2px solid #005CB9;
  color: #005CB9;
  text-decoration: none;
}

.actionBtn {
  display: inline-block;
  border: 4px solid #f11c60;
  background-color: #f11c60;
  width: 100%;
  max-width: 270px;
  padding: 20px 0px 15px 0px;
  line-height: 1rem;
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  font-size: 1.1111111111rem;
  line-height: 1.1111111111rem;
  letter-spacing: 0.04em;
}
.actionBtn:hover {
  background-color: rgb(205.3360995851, 12.6639004149, 74.1742738589);
  color: #ffffff;
  text-decoration: none;
}

.btn-blue {
  display: inline-block;
  list-style: none;
  border: 2px solid #343434;
  border-radius: 4px;
  margin: 5px 6px;
  text-align: left;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  min-height: 55px;
  opacity: 0;
}
.btn-blue:hover {
  background-color: #343434;
  color: #ffffff;
}
.btn-blue:hover a {
  color: #ffffff;
}
.btn-blue:hover .fa-tsienvelope {
  background-position: 0px -25px;
}
.btn-blue a {
  color: #343434;
  font-size: 16px;
  line-height: 17.6px;
  font-size: 0.8888888889rem;
  line-height: 0.9777777778rem;
  letter-spacing: 0.04em;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 14px 7px 14px;
}
.btn-blue a:hover {
  text-decoration: none;
  color: #ffffff;
}
.btn-blue a i {
  font-size: 2em !important;
  padding-right: 10px;
  margin-top: -5px;
}
.btn-blue.download-link {
  opacity: 1;
}

.btn-teal {
  display: inline-block;
  list-style: none;
  border: 2px solid #13cbb6;
  border-radius: 4px;
  margin: 5px 6px;
  text-align: left;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  min-height: 55px;
  opacity: 0;
}
.btn-teal:hover {
  background-color: #13cbb6;
  color: #ffffff;
}
.btn-teal:hover a {
  color: #ffffff;
}
.btn-teal:hover .fa-tsienvelope {
  background-position: 0px -25px;
}
.btn-teal a {
  color: #13cbb6;
  font-size: 16px;
  line-height: 17.6px;
  font-size: 0.8888888889rem;
  line-height: 0.9777777778rem;
  letter-spacing: 0.04em;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 14px 7px 14px;
}
.btn-teal a:hover {
  text-decoration: none;
  color: #ffffff;
}
.btn-teal a i {
  font-size: 2em !important;
  padding-right: 10px;
  margin-top: -5px;
}

.btn-teal-inverse {
  display: inline-block;
  list-style: none;
  border: 2px solid #13cbb6;
  border-radius: 4px;
  margin: 5px 6px;
  text-align: left;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  min-height: 55px;
  opacity: 0;
  background-color: #13cbb6;
}
.btn-teal-inverse:hover {
  background-color: transparent;
  color: #13cbb6;
}
.btn-teal-inverse:hover a {
  color: #13cbb6;
}
.btn-teal-inverse:hover .fa-tsienvelope {
  background-position: 0px -25px;
}
.btn-teal-inverse a {
  color: #ffffff;
  font-size: 16px;
  line-height: 17.6px;
  font-size: 0.8888888889rem;
  line-height: 0.9777777778rem;
  letter-spacing: 0.04em;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 14px 7px 14px;
}
.btn-teal-inverse a:hover {
  text-decoration: none;
  color: #13cbb6;
}
.btn-teal-inverse a i {
  font-size: 2em !important;
  padding-right: 10px;
  margin-top: -5px;
}

.download-lock .download-link {
  display: inline-block;
  border: 2px solid #13cbb6;
  border-radius: 4px;
  padding: 10px 15px;
  margin-bottom: 30px;
  line-height: 1rem;
  text-align: left;
  background-color: #13cbb6;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  font-size: 0.8888888889rem;
  line-height: 0.8888888889rem;
  letter-spacing: 0.04em;
}
.download-lock .download-link:hover {
  background-color: #ffffff;
  color: #13cbb6;
  text-decoration: none;
}
.download-lock .download-link i {
  font-size: 2em !important;
  vertical-align: middle;
  padding-right: 8px;
}

header {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  /*position: fixed;
     top: 0px;
     z-index: 10000; */
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}
header .headerWrapper {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding: 25px 45px 0px 45px;
}
@media (max-width: 768px) {
  header .headerWrapper {
    position: fixed;
    top: 0px;
    z-index: 99;
    background-color: white;
    border-bottom: 2px solid #D5C29B;
  }
}
@media (max-width: 1080px) {
  header .headerWrapper {
    padding: 0px 20px;
  }
}
header .headerWrapper .main-navbar,
header .headerWrapper .locker-navbar {
  display: flex;
}
header .headerWrapper .main-navbar .search,
header .headerWrapper .locker-navbar .search {
  max-width: 0;
  overflow: hidden;
  transition: max-width 0.3s ease-out;
  order: 1;
  margin-right: 20px;
}
header .headerWrapper .main-navbar .search.active,
header .headerWrapper .locker-navbar .search.active {
  overflow: auto;
  max-width: 200px;
}
header .headerWrapper .main-navbar .search-wrapper .search-input,
header .headerWrapper .locker-navbar .search-wrapper .search-input {
  border: 2px solid #4D5761;
  padding-top: 5px;
}
header .headerWrapper .main-navbar ul,
header .headerWrapper .locker-navbar ul {
  order: 2;
}
header .headerWrapper .main-navbar ul,
header .headerWrapper .locker-navbar ul {
  padding: 0px;
  list-style: none;
  display: -moz-flex;
  display: flex;
}
header .headerWrapper .main-navbar ul a,
header .headerWrapper .locker-navbar ul a {
  text-transform: uppercase;
  color: #4D5761;
}
header .headerWrapper .main-navbar ul a:hover,
header .headerWrapper .locker-navbar ul a:hover {
  text-decoration: none;
  opacity: 0.75;
  color: #005CB9;
}
header .headerWrapper .main-navbar ul li,
header .headerWrapper .locker-navbar ul li {
  padding: 5px 25px 2px;
  font-size: 14px;
  border-left: 2px solid #9DA4AE;
}
header .headerWrapper .main-navbar ul li.menu-search,
header .headerWrapper .locker-navbar ul li.menu-search {
  padding: 7px 25px 0px 0px;
}
header .headerWrapper .main-navbar ul li.menu-search .glyphicon,
header .headerWrapper .locker-navbar ul li.menu-search .glyphicon {
  font-size: 20px;
  line-height: 15px;
  font-size: 1.1111111111rem;
  line-height: 0.8333333333rem;
  letter-spacing: 0.04em;
  color: #005CB9;
}
header .headerWrapper .main-navbar ul li .fa,
header .headerWrapper .locker-navbar ul li .fa {
  font-size: 1.1rem;
  color: #005CB9;
  transform: scaleX(-1);
}
header .headerWrapper .main-navbar ul li:first-child,
header .headerWrapper .locker-navbar ul li:first-child {
  padding-left: 0;
  border-left: none;
}
header .headerWrapper .main-navbar ul li:last-child,
header .headerWrapper .locker-navbar ul li:last-child {
  padding-right: 0;
}
header .headerWrapper .main-navbar ul li:last-child a,
header .headerWrapper .locker-navbar ul li:last-child a {
  padding-right: 0;
}
@media (max-width: 1080px) {
  header .headerWrapper .main-navbar ul li,
  header .headerWrapper .locker-navbar ul li {
    font-size: 16px;
  }
}
@media (max-width: 1080px) {
  header .headerWrapper .nav-header {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
  }
}
header .headerWrapper .navbar {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 10px;
}
@media (max-width: 1080px) {
  header .headerWrapper .navbar .main-navbar,
  header .headerWrapper .navbar .locker-navbar {
    display: none;
  }
}
header .headerWrapper .navbar #navbar {
  position: fixed;
  right: 0;
  top: 60px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 20001;
}
header .headerWrapper .navbar #navbar.nav-view {
  transform: translateX(0);
}
header .stickyNavSpacing {
  display: hidden;
}
@media (max-width: 768px) {
  header .stickyNavSpacing {
    display: block;
    margin-bottom: 60px;
  }
}
header .logo {
  position: relative;
  z-index: 20000;
}
header .logo img {
  width: 100%;
  max-width: 210px;
}
@media (max-width: 1080px) {
  header .logo img {
    max-width: 170px;
  }
}
header .collapsed.hamburger {
  display: none;
}
@media (max-width: 1080px) {
  header .collapsed.hamburger {
    display: block;
  }
}
header .hamburger {
  margin-bottom: -7px;
}
header .hamburger:focus {
  outline: none;
}
header .navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}
header .navbar-wrapper {
  padding: 30px;
}
header .navbar-wrapper .search,
header .navbar-wrapper .search .search-wrapper {
  padding: 0 10px;
  background-color: #D5C29B;
  min-height: 47px;
}
header .navbar-wrapper .search-wrapper .glyphicon {
  color: #343434;
}
@media (max-width: 1080px) {
  header .navbar-wrapper .search-wrapper .search-input {
    color: #343434;
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 14px;
    font-size: 0.7777777778rem;
    line-height: 0.7777777778rem;
    letter-spacing: 0.04em;
  }
}
header .navbar-wrapper .search-wrapper .search-input::-moz-placeholder {
  color: #343434;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  font-size: 0.7777777778rem;
  line-height: 0.7777777778rem;
  letter-spacing: 0.04em;
}
header .navbar-wrapper .search-wrapper .search-input::placeholder {
  color: #343434;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  font-size: 0.7777777778rem;
  line-height: 0.7777777778rem;
  letter-spacing: 0.04em;
}
header .navbar-wrapper .search-wrapper .search-input:-ms-input-placeholder {
  color: #343434;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  font-size: 0.7777777778rem;
  line-height: 0.7777777778rem;
  letter-spacing: 0.04em;
}
header .navbar-wrapper .search-wrapper .search-input::-ms-input-placeholder {
  color: #343434;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  font-size: 0.7777777778rem;
  line-height: 0.7777777778rem;
  letter-spacing: 0.04em;
}
header .navbar-wrapper a.btn.btn-logout:hover {
  color: #343434 !important;
  background-color: #ffffff;
  border: 2px solid #D5C29B;
}
header .mNav-top {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
  font-size: 0.7222222222rem;
  line-height: 0.7222222222rem;
  letter-spacing: 0.04em;
}
header .mNav-top a {
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0);
}
header .mNav-top a:hover {
  margin: inherit auto;
  color: #D5C29B;
}
header .btn-logout {
  width: 100%;
  display: block;
  border: 0;
  background-color: #D5C29B;
  color: #000000 !important;
  text-align: center;
  margin: 20px auto 17px;
  padding-top: 14px;
  padding-bottom: 10px;
  border: 2px solid rgba(255, 255, 255, 0);
}
header .mNav-wrapper {
  display: none;
}
@media (max-width: 1080px) {
  header .mNav-wrapper {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
header .mNav-wrapper .menu {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0 0 20px 0;
  width: 50%;
}
header .mNav-wrapper .menu li {
  list-style: none;
  padding: 0 0 1px;
}
header .mNav-wrapper .menu li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 19.5px;
  font-size: 0.7222222222rem;
  line-height: 1.0833333333rem;
  letter-spacing: 0.04em;
}
header .mNav-wrapper .menu li a:hover {
  text-decoration: none;
  opacity: 0.75;
}
header .mNav-wrapper .menu li.menu-title a {
  border-bottom: 2px solid;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}
header .mNav-wrapper .menu li.menu-title-padded {
  margin-top: 8px;
}
header .mNav-wrapper .menu li.menu-header {
  padding-bottom: 0;
}
header .mNav-wrapper .menu li.menu-header a {
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  font-size: 1.1111111111rem;
  line-height: 1.1111111111rem;
  letter-spacing: 0.04em;
  color: #13cbb6;
}
header .mNav-wrapper .menu.mNav-login {
  text-align: right;
}
header .mNav-wrapper .menu.mNav-login li a:hover {
  color: #D5C29B;
}
header .hiringBannerWrap {
  border-top: 3px #ffffff solid;
  border-bottom: 3px #ffffff solid;
  display: -moz-flex;
  display: flex;
}
header .hiringBannerWrap .hiringBnrLeft {
  display: -moz-flex;
  display: flex;
  width: 80%;
  text-align: right;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 24px;
  line-height: 24px;
  font-size: 1.3333333333rem;
  line-height: 1.3333333333rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
header .hiringBannerWrap .hiringBnrLeft .bnrTxt {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 25px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+90 */
  background: #005CB9;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #005CB9 0%, #13cbb6 90%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#005CB9", endColorstr="#13CBB6", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #ffffff;
  width: 100%;
}
@media (max-width: 580px) {
  header .hiringBannerWrap .hiringBnrLeft .bnrTxt {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 18px;
  }
}
@media (max-width: 450px) {
  header .hiringBannerWrap .hiringBnrLeft .bnrTxt {
    padding-right: 0px;
  }
}
header .hiringBannerWrap .hiringBnrLeft .bnrArrow {
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-left: 23px solid #13cbb6;
  border-bottom: 24px solid transparent;
}
@media (max-width: 580px) {
  header .hiringBannerWrap .hiringBnrLeft .bnrArrow {
    border-top: 20px solid transparent;
    border-left: 20px solid #13cbb6;
    border-bottom: 20px solid transparent;
  }
}
@media (max-width: 450px) {
  header .hiringBannerWrap .hiringBnrLeft .bnrArrow {
    display: none;
  }
}
header .hiringBannerWrap .hiringBnrLeft a {
  display: none;
}
@media (max-width: 450px) {
  header .hiringBannerWrap .hiringBnrLeft a {
    display: inline-block;
    color: #ffffff;
    padding-bottom: 2px;
    border-bottom: 1px solid #ffffff;
  }
}
@media (max-width: 780px) {
  header .hiringBannerWrap .hiringBnrLeft {
    width: 65%;
  }
}
@media (max-width: 580px) {
  header .hiringBannerWrap .hiringBnrLeft {
    font-size: 18px;
    line-height: 18px;
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 450px) {
  header .hiringBannerWrap .hiringBnrLeft {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    font-size: 0.8888888889rem;
    line-height: 0.8888888889rem;
    letter-spacing: 0.04em;
  }
}
header .hiringBannerWrap .hiringBnrRight {
  background: #ffffff;
  width: 20%;
  text-align: center;
  padding: 12px 0px 8px 0px;
}
header .hiringBannerWrap .hiringBnrRight a {
  margin: 8px 0px;
  outline: 4px solid #005CB9;
  padding: 5px 15px;
  background: #ffffff;
  color: #005CB9;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  font-size: 0.8888888889rem;
  line-height: 0.8888888889rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
}
header .hiringBannerWrap .hiringBnrRight a:hover {
  background: #005CB9;
  outline: rgba(0, 92, 185, 0.55) solid 4px;
  color: #ffffff;
}
@media (max-width: 580px) {
  header .hiringBannerWrap .hiringBnrRight a {
    font-size: 13px;
    line-height: 13px;
    font-size: 0.7222222222rem;
    line-height: 0.7222222222rem;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 780px) {
  header .hiringBannerWrap .hiringBnrRight {
    width: 35%;
  }
}
@media (max-width: 580px) {
  header .hiringBannerWrap .hiringBnrRight {
    padding: 6px 0px;
  }
}
@media (max-width: 450px) {
  header .hiringBannerWrap .hiringBnrRight {
    display: none;
  }
}
header .hdrCovidWrap {
  border-top: 3px solid #ffffff;
  background: #D5C29B;
  border-bottom: 3px solid #ffffff;
  padding: 15px;
}
@media (max-width: 768px) {
  header .hdrCovidWrap {
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
}
header .hdrCovidWrap div {
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  color: #343434;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 28.75px;
  font-size: 1.2777777778rem;
  line-height: 1.5972222222rem;
  letter-spacing: 0.04em;
  text-align: center;
}
header .hdrCovidWrap div a {
  color: #343434;
  text-decoration: none;
  font-weight: normal;
}
header .hdrCovidWrap div a:hover {
  color: #343434;
  text-decoration: underline;
  font-weight: normal;
}

.contentWrapper .carousel-slider {
  padding: 30px 0px;
}
.contentWrapper .carousel-slider .client-item {
  width: 25%;
  max-width: 256px;
}

.hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  /*@media (max-width: 480px) {
         height: 600px;
     }*/
}
.hero video {
  width: 100%;
  margin: -9% 0%;
  /*@media (max-width: 1024px) {
            margin: 0%;
        }*/
}

@media (max-width: 768px) {
  .heroNavLinks {
    background: #005CB9;
    padding: 10px 0;
  }
}
.heroNavLinks .requestDemo {
  display: none;
  color: #ffffff;
  padding: 10px 10px 8px 10px;
  margin: 0px 10px 0px 10px;
  border: rgba(255, 255, 255, 0.4) 2px solid;
  text-align: center;
  text-transform: uppercase;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1rem;
}
.heroNavLinks .requestDemo:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.6);
  color: #005CB9;
}
@media (max-width: 768px) {
  .heroNavLinks .requestDemo {
    display: block;
  }
}
.heroNavLinks .heroNavigation {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #005CB9;
}
.heroNavLinks .heroNavigation li {
  list-style: none;
  padding: 13px 15px 10px 15px;
  border: rgba(255, 255, 255, 0.4) 2px solid;
  width: 100%;
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1rem;
  cursor: pointer;
  margin: 10px;
}
.heroNavLinks .heroNavigation li:hover {
  background: rgba(255, 255, 255, 0.6);
  color: #005CB9;
}
@media (max-width: 860px) {
  .heroNavLinks .heroNavigation li {
    margin: 8px 10px 0px 10px;
    padding: 10px 10px 8px 10px !important;
  }
  .heroNavLinks .heroNavigation li:last-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .heroNavLinks .heroNavigation {
    position: relative;
  }
}
@media (max-width: 860px) {
  .heroNavLinks .heroNavigation {
    flex-wrap: wrap;
  }
}

.heroContent {
  position: absolute;
  z-index: 10000;
  bottom: 120px;
  color: #ffffff;
  font-size: 30px;
  width: 90%;
  text-align: left;
  left: 70px;
  text-shadow: #343434 0px 0px 1px;
  max-width: 460px;
  line-height: 34px;
}
.heroContent h1 {
  text-align: left;
}
@media (max-width: 860px) {
  .heroContent h1 {
    width: 90%;
    margin: 0px auto 15px auto;
    text-align: center;
    max-width: 450px;
  }
}
@media (max-width: 860px) {
  .heroContent {
    position: relative;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    width: 100%;
    max-width: 100%;
    text-shadow: none;
    font-size: 20px;
    line-height: 25px;
    font-size: 1.1111111111rem;
    line-height: 1.3888888889rem;
    letter-spacing: 0.04em;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$orange+0,f11c60+100 */
    background: #13cbb6; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-45deg, #13cbb6 0%, #005CB9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$color1, endColorstr=$color2,GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  }
  .heroContent .heroDesc {
    width: 90%;
    margin: 0px auto;
    max-width: 430px;
  }
}

.heroBtn {
  outline: #ffffff 4px solid;
  display: inline-block;
  padding: 10px 20px 5px 20px;
  margin: 25px 5px;
  cursor: pointer;
  font-size: 25px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  background: rgba(255, 255, 255, 0.4);
}
.heroBtn:hover {
  background: #ffffff;
  text-shadow: none;
  color: #005CB9;
  outline: rgba(255, 255, 255, 0.4) 4px solid;
}

.hero-content {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  padding-top: 90px;
}
@media (max-width: 900px) {
  .hero-content {
    padding-top: 70px;
  }
}

.hero-wrap {
  width: 90%;
  margin: 0px auto;
}

.hero-copy {
  color: #ffffff;
  text-align: center;
  margin: 0px auto;
  width: 90%;
  max-width: 650px;
  font-size: 20px;
  line-height: 30px;
  font-size: 1.1111111111rem;
  line-height: 1.6666666667rem;
  letter-spacing: 0.04em;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
}
@media (max-width: 860px) {
  .hero-copy {
    font-size: 18px;
    line-height: 27px;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.04em;
    max-width: 550px;
  }
}
@media (max-width: 480px) {
  .hero-copy {
    font-size: 16px;
    line-height: 24px;
    font-size: 0.8888888889rem;
    line-height: 1.3333333333rem;
    letter-spacing: 0.04em;
  }
}

h1 {
  font-size: 50px;
  line-height: 50px;
  font-size: 2.7777777778rem;
  line-height: 2.7777777778rem;
  letter-spacing: 0.04em;
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0px;
}
@media (max-width: 860px) {
  h1 {
    font-size: 40px;
    line-height: 40px;
    font-size: 2.2222222222rem;
    line-height: 2.2222222222rem;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 30px;
    line-height: 30px;
    font-size: 1.6666666667rem;
    line-height: 1.6666666667rem;
    letter-spacing: 0.04em;
  }
}

.carousel {
  position: absolute;
  bottom: 0;
  z-index: 100;
  width: 350px;
  margin: 0px auto;
  left: 0;
  right: 0;
}
@media (max-width: 480px) {
  .carousel {
    width: 265px;
  }
}
.carousel div {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
}
.carousel .iphone {
  background-image: url(img/iPhone6-W_Vector.png);
  background-size: 100%;
  width: 350px;
  height: 400px;
  padding: 80px 12px 0px 12px;
  text-align: center;
}
@media (max-width: 480px) {
  .carousel .iphone {
    width: 265px;
    height: 300px;
  }
}
.carousel .iphone .hero-link {
  width: auto;
  min-width: 220px;
}
@media (max-width: 480px) {
  .carousel .iphone .hero-link {
    min-width: 180px;
  }
}
.carousel .iphone .hero-link p {
  padding: 0px;
  margin: 0px;
}
.carousel .iphone .hero-link a {
  border: 2px solid #ffffff;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  display: block;
  margin: 8px 0px;
  color: #ffffff;
}
@media (max-width: 480px) {
  .carousel .iphone .hero-link a {
    font-size: 16px;
    line-height: 24px;
    font-size: 0.8888888889rem;
    line-height: 1.3333333333rem;
    letter-spacing: 0.04em;
  }
}
.carousel .iphone .hero-link a:hover {
  background: #ffffff;
  color: #55bbeb;
  text-decoration: none;
}
.carousel .iphone .hero-link:first-child {
  padding-top: 40px;
}
@media (max-width: 480px) {
  .carousel .iphone .hero-link:first-child {
    padding-top: 5px;
  }
}
.carousel .iphone .arrow {
  font-size: 50px;
  line-height: 50px;
  font-size: 2.7777777778rem;
  line-height: 2.7777777778rem;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin-top: 10px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .carousel .iphone .arrow {
    display: none !important;
  }
}
.carousel .carousel-cntnt {
  color: #ffffff;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
  line-height: 32.5px;
  font-size: 1.4444444444rem;
  line-height: 1.8055555556rem;
  letter-spacing: 0.04em;
  padding-left: 30px;
  padding-top: 50px;
  height: 200px;
}

.hero-banner {
  height: 200px;
  width: 99%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.parallax {
  height: 750px;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.contentWrapper {
  width: 90%;
  max-width: 1280px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0px auto;
}

#home-content.contentWrapper {
  width: 100%;
  max-width: none;
}
#home-content.contentWrapper #section1,
#home-content.contentWrapper #section2,
#home-content.contentWrapper #contactUs,
#home-content.contentWrapper #section5,
#home-content.contentWrapper #section6 {
  width: 90%;
  max-width: 1280px;
  margin: 0px auto;
}
#home-content.contentWrapper a {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#home-content.contentWrapper #section6 .mission-statement-heading {
  font-size: 30px;
  color: #343434;
  text-transform: none;
  line-height: 1.5;
  margin: 50px 0px;
}
@media (max-width: 980px) {
  #home-content.contentWrapper #section6 .mission-statement-heading {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  #home-content.contentWrapper #section6 .mission-statement-heading {
    font-size: 20px;
  }
}
#home-content.contentWrapper #section3 {
  margin: 0px 0px 40px 0px;
  padding-top: 40px;
  color: #343434;
  background: url("img/blue-teal-gradient.png") #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 180px 0px;
}
@media (max-width: 1144px) {
  #home-content.contentWrapper #section3 {
    background-position: 60px 0px;
  }
}
@media (max-width: 980px) {
  #home-content.contentWrapper #section3 {
    background-image: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$orange+0,f11c60+100 */
    background: #13cbb6; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-45deg, #13cbb6 0%, #005CB9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$color1, endColorstr=$color2,GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  }
}
#home-content.contentWrapper #section3 .sectionWrap {
  width: 90%;
  max-width: 1280px;
  margin: 0px auto;
}
#home-content.contentWrapper #section3 .sectionContentWrap {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 980px) {
  #home-content.contentWrapper #section3 .sectionContentWrap {
    flex-wrap: wrap;
  }
}
#home-content.contentWrapper #section3 .sectionContentWrap > div:last-child {
  width: 55%;
  padding-bottom: 40px;
}
@media (max-width: 1410px) {
  #home-content.contentWrapper #section3 .sectionContentWrap > div:last-child {
    width: 60%;
  }
}
@media (max-width: 1144px) {
  #home-content.contentWrapper #section3 .sectionContentWrap > div:last-child {
    width: 80%;
  }
}
@media (max-width: 980px) {
  #home-content.contentWrapper #section3 .sectionContentWrap > div:last-child {
    width: 100%;
    padding-top: 20px;
  }
}
#home-content.contentWrapper #section3 .secGroupWrap:last-child {
  margin-top: 40px;
  margin-left: 45px;
  text-align: left;
}
@media (max-width: 980px) {
  #home-content.contentWrapper #section3 .secGroupWrap:last-child {
    text-align: center;
    margin-left: 0px;
  }
}
#home-content.contentWrapper #section3 .secGroup {
  display: -moz-flex;
  display: flex;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 25px;
}
@media (max-width: 1144px) {
  #home-content.contentWrapper #section3 .secGroup {
    margin-bottom: 20px;
  }
}
@media (max-width: 980px) {
  #home-content.contentWrapper #section3 .secGroup {
    -moz-justify-content: center;
    justify-content: center;
  }
}
#home-content.contentWrapper #section3 .secGroup > div:first-child {
  margin-top: -7px;
}
#home-content.contentWrapper #section3 .secGroup > div:first-child img {
  max-width: 30px;
  width: 30px;
}
@media (max-width: 680px) {
  #home-content.contentWrapper #section3 .secGroup > div:first-child img {
    max-width: 25px;
    width: 25px;
  }
}
#home-content.contentWrapper #section3 .secGroup > div:last-child {
  padding-left: 10px;
}
@media (max-width: 680px) {
  #home-content.contentWrapper #section3 .secGroup > div:last-child {
    padding-left: 5px;
  }
}
#home-content.contentWrapper #section3 .secGroup .cTitle {
  font-size: 20px;
  line-height: 25px;
  font-size: 1.1111111111rem;
  line-height: 1.3888888889rem;
  letter-spacing: 0.04em;
}
@media (max-width: 1144px) {
  #home-content.contentWrapper #section3 .secGroup .cTitle {
    font-size: 18px;
    line-height: 22.5px;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 680px) {
  #home-content.contentWrapper #section3 .secGroup .cTitle {
    font-size: 15px;
    line-height: 18.75px;
    font-size: 0.8333333333rem;
    line-height: 1.0416666667rem;
    letter-spacing: 0.04em;
  }
}
#home-content.contentWrapper #section3 .secTitle {
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 45px;
  line-height: 45px;
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-left: 23%;
  text-align: left;
}
@media (max-width: 1024px) {
  #home-content.contentWrapper #section3 .secTitle {
    margin-left: 20%;
  }
}
#home-content.contentWrapper #section3 .secTitle div:last-child {
  margin-left: 35%;
}
@media (max-width: 1024px) {
  #home-content.contentWrapper #section3 .secTitle div:last-child {
    margin-left: 30%;
  }
}
@media (max-width: 980px) {
  #home-content.contentWrapper #section3 .secTitle {
    display: none;
  }
}
#home-content.contentWrapper #section3 .secTitleMb {
  display: none;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 45px;
  line-height: 45px;
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
  width: 90%;
  max-width: 585px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 980px) {
  #home-content.contentWrapper #section3 .secTitleMb {
    display: block;
  }
}
@media (max-width: 680px) {
  #home-content.contentWrapper #section3 .secTitleMb {
    font-size: 35px;
    line-height: 35px;
    font-size: 1.9444444444rem;
    line-height: 1.9444444444rem;
    letter-spacing: 0.04em;
  }
}
#home-content.contentWrapper #section6 .content {
  padding-bottom: 50px;
  font-size: 25px;
  line-height: 31.25px;
  font-size: 1.3888888889rem;
  line-height: 1.7361111111rem;
  letter-spacing: 0.04em;
}
#home-content.contentWrapper #section6 .content.latestNews {
  display: -moz-flex;
  display: flex;
}
#home-content.contentWrapper #section6 .content.latestNews .latestNews-img {
  width: 45%;
  text-align: right;
  padding-right: 30px;
}
#home-content.contentWrapper #section6 .content.latestNews .latestNews-img img {
  height: auto;
  width: 100%;
}
#home-content.contentWrapper #section6 .content.latestNews .latestNews-img img.insta-img {
  display: block;
  float: right;
  max-width: 475px;
}
@media (max-width: 1024px) {
  #home-content.contentWrapper #section6 .content.latestNews .latestNews-img img.insta-img {
    display: none;
  }
}
#home-content.contentWrapper #section6 .content.latestNews .latestNews-img img.linkedIn-img {
  display: none;
}
@media (max-width: 1024px) {
  #home-content.contentWrapper #section6 .content.latestNews .latestNews-img img.linkedIn-img {
    display: block;
    max-width: 600px;
    margin: 0px auto;
  }
}
@media (max-width: 1024px) {
  #home-content.contentWrapper #section6 .content.latestNews .latestNews-img {
    width: 100%;
    text-align: center;
    padding-right: 0px;
  }
}
#home-content.contentWrapper #section6 .content.latestNews .latestNews-txt {
  width: 55%;
  text-align: left;
  padding-right: 50px;
}
#home-content.contentWrapper #section6 .content.latestNews .latestNews-txt .latestNews-title {
  margin-bottom: 20px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 37.5px;
  font-size: 1.6666666667rem;
  line-height: 2.0833333333rem;
  letter-spacing: 0.04em;
}
#home-content.contentWrapper #section6 .content.latestNews .latestNews-txt p {
  margin: 0px 0px 20px;
}
#home-content.contentWrapper #section6 .content.latestNews .latestNews-txt p:last {
  margin: 0px 0px 0px;
}
@media (max-width: 1300px) {
  #home-content.contentWrapper #section6 .content.latestNews .latestNews-txt {
    padding-right: 0px;
  }
}
@media (max-width: 1144px) {
  #home-content.contentWrapper #section6 .content.latestNews .latestNews-txt {
    font-size: 20px;
    line-height: 25px;
    font-size: 1.1111111111rem;
    line-height: 1.3888888889rem;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 1024px) {
  #home-content.contentWrapper #section6 .content.latestNews .latestNews-txt {
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
}
#home-content.contentWrapper #vidWrapper {
  margin: 0px auto 30px auto;
  background: white;
  padding: 60px;
}
@media (max-width: 600px) {
  #home-content.contentWrapper #vidWrapper {
    padding: 30px;
  }
}
#home-content.contentWrapper #vidWrapper .vidCntnt {
  max-width: 850px;
  margin: 0px auto;
}
#home-content.contentWrapper #contactUs .wpcf7 {
  width: 100%;
  max-width: 820px;
  text-align: left;
  margin: 0px auto;
}

.home {
  /* hey u */
}
.home article {
  text-align: center;
}
.home .contentTitle {
  background: #ffffff;
  text-align: center;
  position: relative;
  margin: 0px auto;
  width: auto;
  display: inline-block;
  padding: 0px 25px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  font-size: 1.1111111111rem;
  line-height: 1.6666666667rem;
  letter-spacing: 0.04em;
  color: #4D5761;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.home .titleBorder {
  border-bottom: 1px solid #4D5761;
  margin-top: -16px;
}
@media (max-width: 450px) {
  .home .titleBorder {
    display: none;
  }
}
.home .content {
  max-width: 100%;
  margin: 0px auto;
  display: -moz-flex;
  display: flex;
  align-content: flex-start;
  -moz-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px;
}
.home .contentGroup {
  width: 32%;
  text-align: center;
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
.home .contentGroup img {
  max-width: 150px;
  width: 100%;
}
.home .contentGroup .cTitle {
  text-transform: uppercase;
  padding: 20px 0px 0px 0px;
  color: #13cbb6;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.home .contentGroup .cDesc {
  max-width: 290px;
  margin: 0px auto;
}
@media (max-width: 768px) {
  .home .contentGroup {
    font-size: 16px;
    line-height: 24px;
    font-size: 0.8888888889rem;
    line-height: 1.3333333333rem;
    letter-spacing: 0.04em;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .home .contentGroup {
    width: 100%;
  }
}
.home #section5 .contentGroup .imgWrap {
  width: 150px; /* fixed width */
  height: 150px; /* fixed height for perfect circle */
  overflow: hidden; /* hide overflow for round corners */
  margin: 0 auto; /* center horizontally */
  display: flex; /* center img inside */
  align-items: center;
  justify-content: center;
}
.home #section5 .contentGroup img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* maintain aspect ratio, fill container */
  display: block;
}
.home .contentForm {
  width: 100%;
}

/* --- || Page Template || --- */
.page-template-template-locker {
  /* --- || Section 1 || --- */
  /* --- || Section 2 || --- */
  /* --- || Section 3 || --- */
  /* --- || Section 4 || --- */
  /* --- || Section 5 || --- */
  /* --- || Section 6 || --- */
  /* --- || Section 7 || --- */
  /* --- || Section 8 || --- */
  /* --- || Modal || --- */
}
.page-template-template-locker article {
  text-align: center;
}
.page-template-template-locker .titleBorder {
  border-bottom: 1px solid #F3F4F6;
  margin-top: -16px;
}
@media (max-width: 450px) {
  .page-template-template-locker .titleBorder {
    display: none;
  }
}
.page-template-template-locker .content {
  max-width: 100%;
  margin: 0px auto;
  display: -moz-flex;
  display: flex;
  align-content: flex-start;
  -moz-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px;
}
.page-template-template-locker h2 {
  width: 90%;
  max-width: 1160px;
  color: #4D5761;
  text-align: left;
  margin: 0px auto;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 36px;
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: 0.04em;
  text-align: center;
}
.page-template-template-locker h3 {
  font-size: 32px;
  line-height: 40px;
  font-size: 1.7777777778rem;
  line-height: 2.2222222222rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 0px auto;
  width: 90%;
}
.page-template-template-locker .hero {
  height: 600px;
}
@media (max-width: 768px) {
  .page-template-template-locker .hero {
    height: 500px;
  }
}
.page-template-template-locker .hero h1 {
  position: relative;
  margin: 35px auto;
  padding: 25px 35px 10px;
  font-size: 56px;
  line-height: 56px;
  font-size: 3.1111111111rem;
  line-height: 3.1111111111rem;
  letter-spacing: 0.04em;
  text-transform: none;
  text-shadow: none;
  display: inline-block;
  color: #343434;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 860px) {
  .page-template-template-locker .hero h1 {
    font-size: 46px;
    line-height: 46px;
    font-size: 2.5555555556rem;
    line-height: 2.5555555556rem;
    letter-spacing: 0.04em;
    padding: 25px 35px 20px;
  }
}
@media (max-width: 680px) {
  .page-template-template-locker .hero h1 {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .page-template-template-locker .hero h1 {
    font-size: 33px;
    line-height: 33px;
    font-size: 1.8333333333rem;
    line-height: 1.8333333333rem;
    letter-spacing: 0.04em;
    padding: 25px 10px;
  }
}
.page-template-template-locker .hero h1 p {
  margin: 0px;
}
@media (max-width: 480px) {
  .page-template-template-locker .hero h1 p {
    max-width: 260px;
    width: 100%;
  }
}
.page-template-template-locker .hero h1 svg {
  position: absolute;
  bottom: -34px;
  width: 50px;
  height: auto;
  left: 15%;
}
@media (max-width: 680px) {
  .page-template-template-locker .hero h1 svg {
    left: 35%;
  }
}
.page-template-template-locker .hero .heroTxt {
  color: #ffffff;
  font-size: 42px;
  line-height: 42px;
  font-size: 2.3333333333rem;
  line-height: 2.3333333333rem;
  letter-spacing: 0.04em;
}
.page-template-template-locker .hero .heroTxt p {
  margin: 0px;
}
.page-template-template-locker .hero .heroTxt.txt2 {
  font-size: 36px;
  line-height: 45px;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 0.04em;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 0px auto;
  width: 100%;
  max-width: 650px;
}
@media (max-width: 860px) {
  .page-template-template-locker .hero .heroTxt.txt2 {
    font-size: 25px;
    line-height: 31.25px;
    font-size: 1.3888888889rem;
    line-height: 1.7361111111rem;
    letter-spacing: 0.04em;
    max-width: 525px;
  }
}
@media (max-width: 480px) {
  .page-template-template-locker .hero .heroTxt.txt2 {
    max-width: 280px;
  }
}
.page-template-template-locker .hero-content {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  background-size: cover;
  background-position: 20%;
  padding-top: 0px;
}
@media (max-width: 900px) {
  .page-template-template-locker .hero-content {
    padding-top: 0px;
  }
}
.page-template-template-locker .hero-wrap {
  text-align: center;
}
.page-template-template-locker .txtBtn {
  color: #005CB9;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-size: 1.1111111111rem;
  line-height: 1.1111111111rem;
  letter-spacing: 0.04em;
  margin: 20px auto;
  width: 100%;
  display: inline-block;
}
.page-template-template-locker .txtBtn:hover {
  color: #13cbb6;
  text-decoration: none;
}
.page-template-template-locker .txtBtn i {
  font-size: 23px;
  line-height: 23px;
  font-size: 1.2777777778rem;
  line-height: 1.2777777778rem;
  letter-spacing: 0.04em;
}
.page-template-template-locker .slrh1 {
  fill: rgba(255, 255, 255, 0.8);
  fill-rule: evenodd;
}
.page-template-template-locker .sectionTitleWrap {
  width: 100%;
  margin: 0px auto;
  padding: 30px 0px;
  position: relative;
}
.page-template-template-locker .sectionTitleWrap h2 {
  position: relative;
  z-index: 50;
  padding: 16px 10px 10px 10px;
  max-width: 580px;
  background-color: #ffffff;
  color: #13cbb6;
}
.page-template-template-locker .sectionTitleWrap .titleBorder {
  z-index: 2;
  position: absolute;
  width: 90%;
  margin: 0px auto;
  top: 56px;
  left: 0;
  right: 0;
}
.page-template-template-locker #section1 {
  background-color: #F3F4F6;
}
.page-template-template-locker #section1 .contentWrapper {
  max-width: 960px;
}
.page-template-template-locker #section1 .contentWrapper .tableContent {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 760px) {
  .page-template-template-locker #section1 .contentWrapper .tableContent {
    flex-flow: column wrap;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.page-template-template-locker #section1 .contentWrapper .contentGroup:first-child {
  width: 70%;
  text-align: left;
  font-size: 18px;
  line-height: 29.7px;
  font-size: 1rem;
  line-height: 1.65rem;
  letter-spacing: 0.04em;
  margin-right: 60px;
}
@media (max-width: 760px) {
  .page-template-template-locker #section1 .contentWrapper .contentGroup:first-child {
    margin-right: 0px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
}
.page-template-template-locker #section1 .contentWrapper .contentGroup:last-child {
  width: 30%;
  margin-left: 60px;
  text-align: right;
}
@media (max-width: 760px) {
  .page-template-template-locker #section1 .contentWrapper .contentGroup:last-child {
    margin-left: 0px;
    width: 100%;
    text-align: center;
  }
}
.page-template-template-locker #section1 .actionBtn {
  border: solid 2px #005CB9;
  background: #005CB9;
}
.page-template-template-locker #section1 .actionBtn:hover {
  border: 2px solid #005CB9;
  background: #ffffff;
  color: #005CB9;
}
.page-template-template-locker #section2 .contentWrapper {
  padding-top: 120px;
  padding-bottom: 120px;
  max-width: 1098px;
}
.page-template-template-locker #section2 h3 {
  padding-bottom: 15px;
  color: #4D5761;
}
.page-template-template-locker #section2 .tableContent {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
}
.page-template-template-locker #section2 .contentGroup {
  width: 33%;
}
@media (max-width: 768px) {
  .page-template-template-locker #section2 .contentGroup {
    width: 100%;
  }
}
.page-template-template-locker #section2 .contentGroup:first-child {
  padding-left: 0px;
  padding-right: 0px;
}
.page-template-template-locker #section2 .contentGroup:last-child {
  padding-left: 0px;
  padding-right: 0px;
}
.page-template-template-locker #section2 .contentGroup td {
  border: none;
  text-align: center;
}
.page-template-template-locker #section2 .contentGroup .row-1 .column-1 {
  padding-bottom: 20px;
}
.page-template-template-locker #section2 .contentGroup .row-2 .column-1 {
  font-size: 28px;
  line-height: 35px;
  font-size: 1.5555555556rem;
  line-height: 1.9444444444rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding: 0px 25px 20px 25px;
}
.page-template-template-locker #section2 .contentGroup .row-3 .column-1 {
  font-size: 18px;
  line-height: 27px;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  padding: 0px 25px;
}
.page-template-template-locker #section2 .contentGroup img {
  width: auto;
  height: 100px;
  margin: 0px auto;
  float: none;
}
.page-template-template-locker #section3 .sectionTitleWrap {
  background-color: #F3F4F6;
}
.page-template-template-locker #section3 .sectionTitleWrap h2 {
  background-color: #F3F4F6;
}
.page-template-template-locker #section3 .rowWrapper {
  width: 100%;
  padding: 85px 0px;
}
.page-template-template-locker #section3 .rowWrapper:first-child, .page-template-template-locker #section3 .rowWrapper:last-child {
  background: #F3F4F6;
}
.page-template-template-locker #section3 .rowWrapper:first-child {
  padding-top: 40px;
}
@media (max-width: 560px) {
  .page-template-template-locker #section3 .rowWrapper {
    overflow: hidden;
  }
}
.page-template-template-locker #section3 .columnWrapper {
  width: 90%;
  max-width: 1000px;
  margin: 0px auto;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  flex-flow: column wrap;
  height: 545px;
}
.page-template-template-locker #section3 .columnWrapper.colLeft .columnWrap:first-child {
  width: 35%;
}
@media (max-width: 860px) {
  .page-template-template-locker #section3 .columnWrapper.colLeft .columnWrap:first-child {
    width: 40%;
  }
}
@media (max-width: 725px) {
  .page-template-template-locker #section3 .columnWrapper.colLeft .columnWrap:first-child {
    width: 50%;
  }
}
@media (max-width: 560px) {
  .page-template-template-locker #section3 .columnWrapper.colLeft .columnWrap:first-child {
    order: 2;
  }
}
@media (max-width: 860px) {
  .page-template-template-locker #section3 .columnWrapper.colLeft .columnWrap:last-child {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .page-template-template-locker #section3 .columnWrapper.colLeft .columnWrap:last-child {
    margin-left: -19%;
    width: 90%;
    padding: 0 20px;
    order: 3;
  }
}
.page-template-template-locker #section3 .columnWrapper.colLeft .videoCover {
  left: 0px;
}
@media (max-width: 560px) {
  .page-template-template-locker #section3 .columnWrapper.colLeft {
    margin-left: 5%;
  }
  .page-template-template-locker #section3 .columnWrapper.colLeft .featureTitle {
    width: 85%;
  }
  .page-template-template-locker #section3 .columnWrapper.colLeft .colTitle {
    font-size: 26px;
    line-height: 26px;
    font-size: 1.4444444444rem;
    line-height: 1.4444444444rem;
    letter-spacing: 0.04em;
    margin-right: 20px;
  }
}
@media (max-width: 860px) {
  .page-template-template-locker #section3 .columnWrapper.colRight .columnWrap:first-child {
    order: 1;
    width: 60%;
  }
}
@media (max-width: 725px) {
  .page-template-template-locker #section3 .columnWrapper.colRight .columnWrap:first-child {
    order: 1;
    width: 50%;
  }
}
@media (max-width: 560px) {
  .page-template-template-locker #section3 .columnWrapper.colRight .columnWrap:first-child {
    margin-left: 0;
  }
}
.page-template-template-locker #section3 .columnWrapper.colRight .columnWrap:last-child {
  width: 35%;
  text-align: right;
}
@media (max-width: 860px) {
  .page-template-template-locker #section3 .columnWrapper.colRight .columnWrap:last-child {
    width: 40%;
    order: 2;
  }
}
@media (max-width: 725px) {
  .page-template-template-locker #section3 .columnWrapper.colRight .columnWrap:last-child {
    width: 50%;
    order: 2;
  }
}
@media (max-width: 560px) {
  .page-template-template-locker #section3 .columnWrapper.colRight .columnWrap:last-child {
    text-align: left;
    margin-left: 0;
  }
}
@media (max-width: 860px) {
  .page-template-template-locker #section3 .columnWrapper.colRight .columnWrap {
    width: 100%;
    order: 3;
  }
}
@media (max-width: 560px) {
  .page-template-template-locker #section3 .columnWrapper.colRight .columnWrap {
    width: 90%;
    padding: 0 20px;
    margin-left: -10%;
  }
}
.page-template-template-locker #section3 .columnWrapper.colRight .videoCover {
  right: 0px;
}
@media (max-width: 560px) {
  .page-template-template-locker #section3 .columnWrapper.colRight .colTitle {
    font-size: 26px;
    line-height: 25.48px;
    font-size: 1.4444444444rem;
    line-height: 1.4155555556rem;
    letter-spacing: 0.04em;
  }
  .page-template-template-locker #section3 .columnWrapper.colRight .videoCover {
    left: 0px;
  }
}
@media (max-width: 860px) {
  .page-template-template-locker #section3 .columnWrapper {
    flex-flow: row wrap;
    height: auto;
  }
}
@media (max-width: 560px) {
  .page-template-template-locker #section3 .columnWrapper {
    width: 114%;
  }
}
.page-template-template-locker #section3 .columnWrap {
  text-align: left;
  width: 65%;
}
@media (max-width: 860px) {
  .page-template-template-locker #section3 .columnWrap {
    width: 60%;
  }
}
@media (max-width: 725px) {
  .page-template-template-locker #section3 .columnWrap {
    width: 50%;
  }
}
.page-template-template-locker #section3 .featureTitle {
  color: #13cbb6;
  font-size: 26px;
  line-height: 26px;
  font-size: 1.4444444444rem;
  line-height: 1.4444444444rem;
  letter-spacing: 0.04em;
  padding-bottom: 15px;
  border-bottom: 2px #9DA4AE solid;
  width: 250px;
  font-weight: 700;
}
@media (max-width: 560px) {
  .page-template-template-locker #section3 .featureTitle {
    width: 100%;
  }
}
.page-template-template-locker #section3 .colTitle {
  font-size: 42px;
  line-height: 42px;
  font-size: 2.3333333333rem;
  line-height: 2.3333333333rem;
  letter-spacing: 0.04em;
  color: #343434;
  padding-top: 15px;
  padding-bottom: 25px;
}
@media (max-width: 860px) {
  .page-template-template-locker #section3 .colTitle {
    font-size: 35px;
    line-height: 35px;
    font-size: 1.9444444444rem;
    line-height: 1.9444444444rem;
    letter-spacing: 0.04em;
  }
}
.page-template-template-locker #section3 .colText ul {
  padding-left: 70px;
  padding-top: 15px;
}
.page-template-template-locker #section3 .txtBtn {
  text-align: left;
}
.page-template-template-locker #section4 .contentWrap {
  background-color: #343434;
  background-size: cover;
  background-position: center;
}
.page-template-template-locker #section4 .blackBkg {
  background: rgba(52, 52, 52, 0.25);
  padding-top: 115px;
  padding-bottom: 65px;
}
@media (max-width: 768px) {
  .page-template-template-locker #section4 .blackBkg {
    padding-top: 80px;
  }
}
.page-template-template-locker #section4 .tablepress {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .page-template-template-locker #section4 .tablepress {
    margin-bottom: 40px;
  }
}
.page-template-template-locker #section4 .tableContent {
  padding: 50px 0px;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  align-content: center;
  width: 100%;
  max-width: 1045px;
  margin: 0px auto;
}
.page-template-template-locker #section4 .tableContent .contentGroup {
  width: 33%;
  padding: 0px 45px;
}
@media (max-width: 768px) {
  .page-template-template-locker #section4 .tableContent .contentGroup {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page-template-template-locker #section4 .tableContent {
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
.page-template-template-locker #section4 table {
  margin-top: 0px;
}
.page-template-template-locker #section4 table .row-1 .column-1,
.page-template-template-locker #section4 table .row-2 .column-1,
.page-template-template-locker #section4 table .row-3 .column-1 {
  text-align: center;
  padding: 0px;
}
.page-template-template-locker #section4 table .row-1 .column-1 {
  color: #ffffff;
  font-size: 70px;
  line-height: 70px;
  font-size: 3.8888888889rem;
  line-height: 3.8888888889rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .page-template-template-locker #section4 table .row-1 .column-1 {
    padding-bottom: 0px;
  }
}
.page-template-template-locker #section4 table .row-2 .column-1 {
  color: #ffffff;
  font-size: 18px;
  line-height: 27px;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.page-template-template-locker #section4 .tablepress tbody td {
  border: none;
}
.page-template-template-locker #section5 .contentWrap {
  border: 1px solid #9DA4AE;
  margin: 100px 100px 180px 100px;
}
@media (max-width: 860px) {
  .page-template-template-locker #section5 .contentWrap {
    margin: 50px 50px 90px 50px;
  }
}
@media (max-width: 760px) {
  .page-template-template-locker #section5 .contentWrap {
    border: none;
    margin: 25px 50px 25px 50px;
  }
}
.page-template-template-locker #section5 .contentTitle {
  color: #13cbb6;
  font-size: 47px;
  line-height: 47px;
  font-size: 2.6111111111rem;
  line-height: 2.6111111111rem;
  letter-spacing: 0.04em;
  text-transform: none;
  background: #ffffff;
  margin-top: -45px;
  display: inline-block;
  position: relative;
  padding: 25px;
}
@media (max-width: 760px) {
  .page-template-template-locker #section5 .contentTitle {
    margin-top: 0px;
  }
}
.page-template-template-locker #section5 .sectionTxt {
  font-size: 16px;
  line-height: 24px;
  font-size: 0.8888888889rem;
  line-height: 1.3333333333rem;
  letter-spacing: 0.04em;
  margin: 0px auto;
  width: 90%;
  max-width: 380px;
}
.page-template-template-locker #section5 .sectionTxt.txt2 {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page-template-template-locker #section5 .colPayment {
  display: -moz-flex;
  display: flex;
  margin: 0px auto;
  width: 90%;
  max-width: 760px;
  padding: 45px 0px;
}
@media (max-width: 760px) {
  .page-template-template-locker #section5 .colPayment {
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
.page-template-template-locker #section5 .colPayment .paymentBox {
  cursor: pointer;
  width: 100%;
  max-width: 250px;
  background: #F3F4F6;
  padding: 25px 20px;
  margin: 2px;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 760px) {
  .page-template-template-locker #section5 .colPayment .paymentBox {
    margin: 2px auto;
    height: 230px;
    max-width: 230px;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.page-template-template-locker #section5 .colPayment .paymentBox .pyBoxTitle {
  font-size: 22px;
  line-height: 27.5px;
  font-size: 1.2222222222rem;
  line-height: 1.5277777778rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.page-template-template-locker #section5 .colPayment .paymentBox .pyBoxCost {
  color: #13cbb6;
  font-size: 47px;
  line-height: 47px;
  font-size: 2.6111111111rem;
  line-height: 2.6111111111rem;
  letter-spacing: 0.04em;
  padding-top: 25px;
  font-weight: 400;
}
.page-template-template-locker #section5 .colPayment .paymentBox .pyBoxCost .caption {
  font-size: 11px;
  line-height: 11px;
  font-size: 0.6111111111rem;
  line-height: 0.6111111111rem;
  letter-spacing: 0.04em;
}
.page-template-template-locker #section5 .colPayment .paymentBox .pyBoxTxt {
  font-size: 13px;
  line-height: 19.5px;
  font-size: 0.7222222222rem;
  line-height: 1.0833333333rem;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.page-template-template-locker #section5 .colPayment .paymentBox .pyBoxTxt p {
  margin-bottom: 15px;
}
.page-template-template-locker #section5 .colPayment .paymentBox .pyBoxTxt p:last-child {
  margin-bottom: 0px;
}
.page-template-template-locker #section5 .colPayment .paymentBox:last-child .pyBoxTxt {
  padding-top: 25px;
  width: 90%;
  max-width: 105px;
  margin: 0px auto;
}
.page-template-template-locker #section5 .sectionBtn {
  padding: 40px;
  background: #ffffff;
  display: inline;
  position: relative;
  top: 33px;
}
@media (max-width: 760px) {
  .page-template-template-locker #section5 .sectionBtn {
    top: 0px;
    display: block;
  }
}
.page-template-template-locker #section6 .carousel-slider {
  padding: 30px 0px;
}
.page-template-template-locker #section6 .carousel-slider .client-item {
  max-width: 320px;
  padding: 0px 30px;
}
.page-template-template-locker #section6 .contentWrap .txtBtn {
  margin-top: 30px;
}
.page-template-template-locker #section6 .contentWrap .txtBtn:hover {
  color: #13cbb6;
}
.page-template-template-locker #section6 .contentWrap .contentCol {
  width: 50%;
}
@media (max-width: 860px) {
  .page-template-template-locker #section6 .contentWrap .contentCol {
    width: 100%;
    margin-bottom: 50px;
  }
}
.page-template-template-locker #section6 .contentWrap .contentCol:first-child {
  margin-right: 50px;
}
@media (max-width: 980px) {
  .page-template-template-locker #section6 .contentWrap .contentCol:first-child {
    margin-right: 25px;
  }
}
@media (max-width: 860px) {
  .page-template-template-locker #section6 .contentWrap .contentCol:first-child {
    margin-right: 0px;
  }
}
.page-template-template-locker #section6 .contentWrap .contentCol:first-child h2 {
  text-align: right;
  margin-right: 0px;
}
@media (max-width: 860px) {
  .page-template-template-locker #section6 .contentWrap .contentCol:first-child h2 {
    text-align: left;
    margin: 0px;
    max-width: 980px;
  }
}
@media (max-width: 768px) {
  .page-template-template-locker #section6 .contentWrap .contentCol:first-child h2 {
    text-align: center;
    margin: 0px auto;
  }
}
.page-template-template-locker #section6 .contentWrap .contentCol:last-child {
  margin-left: 50px;
}
@media (max-width: 980px) {
  .page-template-template-locker #section6 .contentWrap .contentCol:last-child {
    margin-left: 25px;
  }
}
@media (max-width: 860px) {
  .page-template-template-locker #section6 .contentWrap .contentCol:last-child {
    margin-left: 0px;
  }
}
.page-template-template-locker #section6 .contentWrap .contentCol:last-child h2 {
  text-align: left;
  margin-left: 0px;
}
@media (max-width: 860px) {
  .page-template-template-locker #section6 .contentWrap .contentCol:last-child h2 {
    text-align: left;
    margin: 0px;
    max-width: 980px;
  }
}
@media (max-width: 768px) {
  .page-template-template-locker #section6 .contentWrap .contentCol:last-child h2 {
    text-align: center;
    margin: 0px auto;
  }
}
.page-template-template-locker #section6 .contentWrap .clientWrap {
  margin: 0px auto;
  width: 90%;
  max-width: 1280px;
}
.page-template-template-locker #section7 .contentWrap {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$orange+0,f11c60+100 */
  background: #13cbb6; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-45deg, #13cbb6 0%, #005CB9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$color1, endColorstr=$color2,GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding: 80px;
  color: #ffffff;
}
@media (max-width: 640px) {
  .page-template-template-locker #section7 .contentWrap {
    padding: 80px 40px;
  }
}
.page-template-template-locker #section7 .formTitle {
  font-size: 46px;
  line-height: 57.5px;
  font-size: 2.5555555556rem;
  line-height: 3.1944444444rem;
  letter-spacing: 0.04em;
  width: 100%;
  max-width: 780px;
  margin: 0px auto;
}
.page-template-template-locker #section7 .tableContent {
  margin: 0px auto;
  max-width: 750px;
  width: 90%;
}
.page-template-template-locker #section7 .tableContent > div:first-child {
  padding: 30px 0px;
}
.page-template-template-locker #section7 .tableContent .actionBtn {
  border: none;
  outline: 2px solid #005CB9;
  background-color: #005CB9;
  color: #ffffff;
}
.page-template-template-locker #section7 .tableContent .actionBtn:hover {
  outline: 2px solid #005CB9;
  background-color: #ffffff;
  color: #005CB9;
}
.page-template-template-locker #section7 .tableContent .txtBtn {
  color: #ffffff;
}
.page-template-template-locker #section7 .tableContent .txtBtn:hover {
  color: #13cbb6;
}
.page-template-template-locker #section7 .formTxt {
  font-size: 24px;
  line-height: 30px;
  font-size: 1.3333333333rem;
  line-height: 1.6666666667rem;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.page-template-template-locker #section7 .checkout-section {
  width: 100%;
  max-width: 580px;
  margin: 0px auto;
}
.page-template-template-locker #section7 .checkout-section.chkSec2 {
  padding-top: 50px;
}
.page-template-template-locker #section7 .checkout-section.chkSec2 .formTxt {
  padding-bottom: 10px;
}
.page-template-template-locker #section7 .checkout-section.chkSec2 .checkoutRow {
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.page-template-template-locker #section7 .checkout-section.chkSec2 input[type=radio] {
  display: none;
}
.page-template-template-locker #section7 .checkout-section.chkSec2 input[type=radio] + label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(img/radio-btn.png) no-repeat;
  background-size: 200%;
  margin-right: 5px;
  background-position: -15px 0px;
}
.page-template-template-locker #section7 .checkout-section.chkSec2 input[type=radio] + label {
  cursor: pointer;
  font-weight: 400;
}
.page-template-template-locker #section7 .checkout-section.chkSec2 input[type=radio]:checked + label span {
  background-position: 0px 0px;
}
.page-template-template-locker #section7 .checkout-section.chkSec2 input[type=checkbox] {
  position: absolute;
  left: 0%;
}
.page-template-template-locker #section7 .checkout-section.chkSec2 input[type=checkbox] + label span {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background: url(img/checkbox-btn.png) no-repeat;
  background-size: 400%;
  margin-right: 8px;
  background-position: -25px 0px;
  cursor: pointer;
  position: absolute;
  left: 0%;
}
.page-template-template-locker #section7 .checkout-section.chkSec2 input[type=checkbox]:checked + label span {
  background-position: 0px 0px;
}
.page-template-template-locker #section7 .chkWpr2 {
  padding: 45px 0px;
  border-bottom: 2px solid #ffffff;
}
.page-template-template-locker #section7 .chkWpr3 {
  padding: 40px 0px;
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0px auto;
}
.page-template-template-locker #section7 .chkWpr3 a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
}
@media (max-width: 500px) {
  .page-template-template-locker #section7 .chkWpr3 label {
    margin-left: 30px;
  }
}
.page-template-template-locker #section7 .checkoutRow {
  padding-top: 8px;
  padding-bottom: 8px;
}
.page-template-template-locker #section7 .checkoutRow:first-child {
  padding-top: 25px;
}
@media (max-width: 640px) {
  .page-template-template-locker #section7 .checkoutRow:first-child {
    padding-top: 15px;
  }
}
.page-template-template-locker #section7 .checkoutRow:last-child {
  padding-bottom: 25px;
}
@media (max-width: 640px) {
  .page-template-template-locker #section7 .checkoutRow {
    padding: 0px;
  }
}
.page-template-template-locker #section7 .checkoutSubTxt {
  padding-bottom: 10px;
  width: 100%;
  max-width: 430px;
  margin: 0px auto;
}
.page-template-template-locker #section7 form ::-webkit-input-placeholder {
  color: rgba(77, 87, 97, 0.8);
  font-style: italic;
}
.page-template-template-locker #section7 form ::-moz-placeholder {
  color: rgba(77, 87, 97, 0.8);
  font-style: italic;
}
.page-template-template-locker #section7 form :-ms-input-placeholder {
  color: rgba(77, 87, 97, 0.8);
  font-style: italic;
}
.page-template-template-locker #section7 form :-moz-placeholder {
  color: rgba(77, 87, 97, 0.8);
  font-style: italic;
}
.page-template-template-locker #section7 form input[type=text] {
  color: #4D5761;
  border: none;
  outline: none;
  font-size: 15px;
  line-height: 18.75px;
  font-size: 0.8333333333rem;
  line-height: 1.0416666667rem;
  letter-spacing: 0.04em;
  padding: 10px 15px;
  margin: 2px;
  width: 48%;
  max-width: 285px;
}
.page-template-template-locker #section7 form input[type=text]:focus {
  border: none;
  outline: none;
  outline-offset: 0px;
}
@media (max-width: 640px) {
  .page-template-template-locker #section7 form input[type=text] {
    width: 100%;
    margin: 5px 2px;
    max-width: 430px;
  }
}
.page-template-template-locker #section7 form input[type=submit] {
  background: none;
  border: 3px solid white;
  padding: 10px 35px;
  text-transform: uppercase;
  font-weight: 600;
}
.page-template-template-locker #section8 {
  margin-bottom: 30px;
}
.page-template-template-locker #section8 .tableContentWrap {
  width: 90%;
  margin: 0px auto;
}
.page-template-template-locker #section8 .tableContent {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .page-template-template-locker #section8 .tableContent {
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
.page-template-template-locker #section8 .tableItem {
  margin: 30px;
  width: 33%;
  text-align: left;
  font-size: 17px;
  line-height: 27.2px;
  font-size: 0.9444444444rem;
  line-height: 1.5111111111rem;
  letter-spacing: 0.04em;
}
@media (max-width: 900px) {
  .page-template-template-locker #section8 .tableItem {
    width: 100%;
    margin: 30px 0px;
    padding: 0px 20px;
  }
}
.page-template-template-locker #section8 .itemQuote {
  padding-bottom: 25px;
}
@media (max-width: 900px) {
  .page-template-template-locker #section8 .itemQuote {
    padding-bottom: 10px;
  }
}
.page-template-template-locker #section8 .itemCont {
  display: -moz-flex;
  display: flex;
}
.page-template-template-locker #section8 .itemCont .itemImage {
  padding-right: 15px;
}
.page-template-template-locker #section8 .itemCont .itemImage img {
  max-width: 100px;
  border-radius: 50%;
}
.page-template-template-locker #section8 .itemCont .itemName {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 28.8px;
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: 0.04em;
  padding-bottom: 5px;
}
.page-template-template-locker #section8 .itemCont .itemJob {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 21.6px;
  font-size: 0.8888888889rem;
  line-height: 1.2rem;
  letter-spacing: 0.04em;
}
.page-template-template-locker #section8 .itemCont .itemFam {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 21.6px;
  font-size: 0.8888888889rem;
  line-height: 1.2rem;
  letter-spacing: 0.04em;
}
.page-template-template-locker #modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  background: transparent;
  z-index: 200001;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
}
.page-template-template-locker #modal .modal-wrapper {
  position: fixed;
  background: #ffffff;
  width: 80%;
  padding: 20px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-template-template-locker #modal.hide {
  display: none;
}
.page-template-template-locker #modal .modal-close {
  position: absolute;
  right: 0px;
  padding: 20px;
  cursor: pointer;
  top: 0px;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  font-size: 1.6666666667rem;
  line-height: 1.6666666667rem;
  letter-spacing: 0.04em;
  text-shadow: rgba(52, 52, 52, 0.25) 0px 0px 20px;
}
.page-template-template-locker #modal .modal-container {
  overflow-y: scroll;
  height: 80vh;
}
.page-template-template-locker #modal .modal-container img {
  width: 100%;
}
.page-template-template-locker .modal-background {
  position: fixed;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  background: #343434;
  top: 0px;
  bottom: 0px;
  z-index: 200000;
}
.page-template-template-locker .modal-background.hide {
  display: none;
}

/* --- || Video || --- */
.videoContainer {
  position: relative;
  padding: 0px 16px 20px 16px;
}
.videoContainer .videoCover {
  position: absolute;
  width: 233px;
}
@media (max-width: 450px) {
  .videoContainer .videoCover {
    width: 184px;
  }
}
.videoContainer .video {
  padding-top: 12px;
  cursor: pointer;
  overflow: hidden;
}
.videoContainer .video .video-still {
  display: none;
  height: 347px;
  overflow: hidden;
}
@media (max-width: 450px) {
  .videoContainer .video {
    padding-top: 10px;
  }
  .videoContainer .video .video-still {
    display: inline-block;
  }
  .videoContainer .video video {
    display: none;
  }
}
@media (max-width: 450px) {
  .videoContainer .video video {
    width: 160px;
    height: auto;
  }
}

/* --- || Buttons || --- */
.tealBtn {
  border: 2px solid #13cbb6;
  border-radius: 8px;
  color: #ffffff;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  font-size: 1.1111111111rem;
  line-height: 1.6666666667rem;
  letter-spacing: 0.04em;
  padding: 10px 20px;
  display: inline-block;
  margin: 10px 0px;
  background-color: #13cbb6;
}
.tealBtn:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #13cbb6;
  border: 2px solid #13cbb6;
}
.linkWrap .tealBtn:hover {
  border: 2px solid #ffffff;
}
@media (max-width: 500px) {
  .tealBtn {
    font-size: 16px;
    line-height: 16px;
    font-size: 0.8888888889rem;
    line-height: 0.8888888889rem;
    letter-spacing: 0.04em;
  }
}

.outlineBtn {
  border: 2px solid #ffffff;
  border-radius: 8px;
  color: #13cbb6;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  font-size: 1.1111111111rem;
  line-height: 1.6666666667rem;
  letter-spacing: 0.04em;
  padding: 10px 20px;
  display: inline-block;
  margin: 10px 0px;
  background-color: #ffffff;
}
.outlineBtn:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #13cbb6;
  border: 2px solid #13cbb6;
}
.linkWrap .outlineBtn:hover {
  border: 2px solid #ffffff;
}
@media (max-width: 500px) {
  .outlineBtn {
    font-size: 16px;
    line-height: 16px;
    font-size: 0.8888888889rem;
    line-height: 0.8888888889rem;
    letter-spacing: 0.04em;
  }
}

.secondaryNav {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$orange+0,f11c60+100 */
  background: #13cbb6; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-45deg, #13cbb6 0%, #005CB9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$color1, endColorstr=$color2,GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  /* utility menu */
}
@media (max-width: 768px) {
  .secondaryNav {
    display: none;
  }
}
.secondaryNav .nav {
  padding: 0 25px;
  width: 100%;
}
.secondaryNav .nav ul {
  display: -moz-flex;
  display: flex;
  padding: 0;
  width: 100%;
  margin: 0;
}
.secondaryNav .nav ul li {
  position: relative;
  list-style: none;
  /* custom solution navigation width */
}
.secondaryNav .nav ul li:hover a {
  color: #005CB9;
  background: #ffffff;
}
.secondaryNav .nav ul li.current-menu-item a, .secondaryNav .nav ul li.current-page-ancestor a {
  background: rgba(255, 255, 255, 0.35);
}
.secondaryNav .nav ul li.current-menu-item:hover a, .secondaryNav .nav ul li.current-page-ancestor:hover a {
  background: #ffffff;
  color: #005CB9;
  opacity: 1;
}
.secondaryNav .nav ul li.solutions-nav ul, .secondaryNav .nav ul li.products-nav ul {
  width: 275px;
}
.secondaryNav .nav ul a {
  color: #ffffff;
  font-size: 15px;
  line-height: 15px;
  font-size: 0.8333333333rem;
  line-height: 0.8333333333rem;
  letter-spacing: 0.04em;
  padding: 19px 20px 14px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}
@media (max-width: 1024px) {
  .secondaryNav .nav ul a {
    padding: 19px 15px 14px;
  }
}
.secondaryNav .nav ul ul {
  z-index: 4;
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  background-color: #ffffff;
  padding: 10px 0;
  width: 220px;
  box-shadow: 0px 0px 1px #005CB9;
}
.secondaryNav .nav ul ul::before {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
  content: "";
}
.secondaryNav .nav ul ul li {
  margin: 4px 0;
}
.secondaryNav .nav ul ul a {
  font-size: 14px;
  line-height: 14px;
  font-size: 0.7777777778rem;
  line-height: 0.7777777778rem;
  letter-spacing: 0.04em;
  padding: 0;
  margin: 0 20px;
  color: #343434 !important;
  background: none;
  display: inline-block;
}
.secondaryNav .nav ul ul a:hover {
  color: #005CB9 !important;
  border-bottom: 2px solid;
}
.secondaryNav .nav ul ul li.nav-noLink a:hover {
  color: #343434 !important;
  border-bottom: none !important;
  cursor: default;
}
.secondaryNav .utility-menu {
  position: relative;
  margin: 8px 43px 7px 0;
  display: flex;
  align-items: center;
}
.secondaryNav .utility-menu *, .secondaryNav .utility-menu *::before, .secondaryNav .utility-menu *::after {
  box-sizing: border-box;
}
@media (max-width: 1080px) {
  .secondaryNav .utility-menu {
    display: none;
  }
}
.secondaryNav .utility-menu .btn {
  padding: 9px 25px 10px;
  margin: 0 0 0 12px;
  height: 32px;
  background-color: #FCFCFD;
  color: #005CB9 !important;
  font-size: 14px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-size: 14px;
  line-height: 14px;
  font-size: 0.7777777778rem;
  line-height: 0.7777777778rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}
.secondaryNav .utility-menu .btn:hover {
  background-color: #ffffff;
  color: #005CB9;
  border: 2px solid #005CB9;
  text-decoration: none;
}
.secondaryNav .utility-menu .btn .header_login {
  background-color: #C5E2FF;
}
.secondaryNav .utility-menu .toolkit-user {
  width: 231px;
  margin: 0 0 0 10px;
  padding: 0px 0px 0px;
}

.secondaryTitle {
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$orange+0,f11c60+100 */
  background: #13cbb6; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-100deg, #13cbb6 0%, #005CB9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$color1, endColorstr=$color2,GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.secondaryTitle .titleWrapper {
  width: 90%;
  max-width: 1280px;
  margin: 0px auto;
  display: -moz-flex;
  display: flex;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.secondaryTitle .nav-padding {
  width: 20%;
  min-width: 300px;
}
@media (max-width: 899px) {
  .secondaryTitle .nav-padding {
    display: none;
  }
}
.secondaryTitle .nav-title {
  width: 80%;
  max-width: 1280px;
  margin: 0px auto;
  padding-top: 45px;
  padding-bottom: 10px;
}
.secondaryTitle .nav-title h1 {
  font-size: 60px;
  line-height: 60px;
  font-size: 3.3333333333rem;
  line-height: 3.3333333333rem;
  letter-spacing: 0.04em;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-family: "DinCondBold";
  text-transform: uppercase;
  text-align: left;
  text-shadow: none;
}
@media (max-width: 768px) {
  .secondaryTitle .nav-title h1 {
    font-size: 45px;
    line-height: 45px;
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 899px) {
  .secondaryTitle .nav-title {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .secondaryTitle .nav-title {
    padding-top: 25px;
  }
}

.bdyWrapper {
  width: 90%;
  max-width: 1280px;
  margin: 50px auto;
  position: relative;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -moz-align-items: stretch;
  align-items: stretch;
}
@media (max-width: 899px) {
  .bdyWrapper {
    display: block;
  }
}
.bdyWrapper .bdyCol:first-child {
  min-width: 300px;
  width: 20%;
}
@media (max-width: 899px) {
  .bdyWrapper .bdyCol:first-child {
    width: 100%;
  }
}
.bdyWrapper .bdyCol:last-child {
  width: 80%;
}
@media (max-width: 899px) {
  .bdyWrapper .bdyCol:last-child {
    width: 100%;
  }
}
.bdyWrapper .bdyCol article {
  padding-top: 18px;
  font-size: 17px;
  line-height: 28.05px;
  font-size: 0.9444444444rem;
  line-height: 1.5583333333rem;
  letter-spacing: 0.04em;
}
.single .bdyWrapper .bdyCol article {
  padding-top: 0px;
}
.bdyWrapper .bdyCol article p {
  padding-bottom: 15px;
}
.bdyWrapper .bdyCol article p.wp-caption-text {
  padding-bottom: 0px;
}
.bdyWrapper .bdyCol article li {
  padding-bottom: 15px;
}
.bdyWrapper .bdyCol article li p {
  padding-top: 25px;
  padding-bottom: 0px;
  margin: 0px;
}
.bdyWrapper .bdyCol article.type-page .date {
  display: none;
}
.bdyWrapper .bdyCol .bdyCol-Wpr {
  width: 90%;
}
@media (max-width: 899px) {
  .bdyWrapper .bdyCol .bdyCol-Wpr {
    width: 100%;
  }
}
.bdyWrapper .bdyCol .bdyArticle {
  width: 100%;
  max-width: 820px;
}
@media (max-width: 899px) {
  .bdyWrapper .bdyCol .bdyArticle {
    max-width: 100%;
  }
}
body.privacy-policy .bdyWrapper .bdyCol .bdyArticle {
  max-width: 730px;
}
body.terms-of-use .bdyWrapper .bdyCol .bdyArticle {
  max-width: 730px;
}
.bdyWrapper .subnav ul,
.bdyWrapper .widget_nav_menu ul {
  padding: 0px;
}
.bdyWrapper .subnav ul li,
.bdyWrapper .widget_nav_menu ul li {
  list-style: none;
  border-left: 3px solid #d9d9da;
  padding: 20px 10px 20px 28px;
  text-transform: uppercase;
}
.bdyWrapper .subnav ul li:hover,
.bdyWrapper .widget_nav_menu ul li:hover {
  border-left: 3px solid #005CB9;
}
.bdyWrapper .subnav ul li:hover a,
.bdyWrapper .widget_nav_menu ul li:hover a {
  color: #50524d;
}
.bdyWrapper .subnav ul li a,
.bdyWrapper .widget_nav_menu ul li a {
  text-decoration: none;
  color: #4D5761;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.bdyWrapper .subnav ul li a:hover,
.bdyWrapper .widget_nav_menu ul li a:hover {
  text-decoration: none;
  color: #005CB9;
}
.bdyWrapper .subnav ul li.current_page_item, .bdyWrapper .subnav ul li.current-menu-ancestor, .bdyWrapper .subnav ul li.current-menu-ancestor .current-menu-item,
.bdyWrapper .widget_nav_menu ul li.current_page_item,
.bdyWrapper .widget_nav_menu ul li.current-menu-ancestor,
.bdyWrapper .widget_nav_menu ul li.current-menu-ancestor .current-menu-item {
  border-left: 3px solid #005CB9;
}
.bdyWrapper .subnav ul li.current_page_item a, .bdyWrapper .subnav ul li.current-menu-ancestor a, .bdyWrapper .subnav ul li.current-menu-ancestor .current-menu-item a,
.bdyWrapper .widget_nav_menu ul li.current_page_item a,
.bdyWrapper .widget_nav_menu ul li.current-menu-ancestor a,
.bdyWrapper .widget_nav_menu ul li.current-menu-ancestor .current-menu-item a {
  color: #005CB9;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.bdyWrapper .subnav ul.children,
.bdyWrapper .widget_nav_menu ul.children {
  display: none;
  padding-top: 25px;
}
.bdyWrapper .subnav ul.children li,
.bdyWrapper .widget_nav_menu ul.children li {
  border-left: none;
  padding: 10px 20px;
}
.bdyWrapper .subnav ul.children li:first-child,
.bdyWrapper .widget_nav_menu ul.children li:first-child {
  padding-top: 0px;
}
.bdyWrapper .subnav ul.children li:last-child,
.bdyWrapper .widget_nav_menu ul.children li:last-child {
  padding-bottom: 0px;
}
.bdyWrapper .subnav ul.children li a,
.bdyWrapper .widget_nav_menu ul.children li a {
  text-decoration: none;
  color: #4D5761;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.bdyWrapper .subnav ul.children li a:hover,
.bdyWrapper .widget_nav_menu ul.children li a:hover {
  text-decoration: none;
  color: #50524d;
}
.bdyWrapper .subnav ul.children li.current_page_item a,
.bdyWrapper .widget_nav_menu ul.children li.current_page_item a {
  color: #50524d;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 0rem;
}
.bdyWrapper .subnav ul.sub-menu li,
.bdyWrapper .widget_nav_menu ul.sub-menu li {
  padding: 5px 10px 5px 28px;
  border-left: none;
  font-size: 15px;
}
.bdyWrapper .subnav ul.sub-menu li:hover,
.bdyWrapper .widget_nav_menu ul.sub-menu li:hover {
  border-left: none;
}
.bdyWrapper .subnav ul.sub-menu li a,
.bdyWrapper .widget_nav_menu ul.sub-menu li a {
  color: #777777;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.bdyWrapper .subnav ul.sub-menu li a:hover,
.bdyWrapper .widget_nav_menu ul.sub-menu li a:hover {
  color: #005CB9;
}
.bdyWrapper .subnav ul.sub-menu li.current_page_item,
.bdyWrapper .widget_nav_menu ul.sub-menu li.current_page_item {
  border-left: none;
}
.bdyWrapper .subnav ul.sub-menu li.current_page_item a,
.bdyWrapper .widget_nav_menu ul.sub-menu li.current_page_item a {
  color: #005CB9;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.bdyWrapper .subnav ul.sub-menu li:first-child,
.bdyWrapper .widget_nav_menu ul.sub-menu li:first-child {
  padding-top: 15px;
}

.insights .bdyWrapper .fullwidth {
  width: 100%;
}
.insights #hs-form-iframe-0 {
  margin: auto;
  max-width: 820px;
  width: 100%;
}

@media (max-width: 899px) {
  .post-template-single-huddles .bdyWrapper .bdyCol .bdyCol-Wpr,
  .post-template-single-playbook .bdyWrapper .bdyCol .bdyCol-Wpr {
    display: none;
  }
}
.post-template-single-huddles .bdyWrapper .bdyCol .bdyArticle .titleWrapper,
.post-template-single-playbook .bdyWrapper .bdyCol .bdyArticle .titleWrapper {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
.post-template-single-huddles .bdyWrapper .bdyCol .bdyArticle .post-thumb img,
.post-template-single-playbook .bdyWrapper .bdyCol .bdyArticle .post-thumb img {
  max-width: 125px;
}
.post-template-single-huddles .bdyWrapper .bdyCol .bdyArticle .post-title,
.post-template-single-playbook .bdyWrapper .bdyCol .bdyArticle .post-title {
  margin-left: 20px;
}
.post-template-single-huddles .bdyWrapper .bdyCol .bdyArticle .post-title h2,
.post-template-single-playbook .bdyWrapper .bdyCol .bdyArticle .post-title h2 {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .page-template-template-blog .nav-header,
  .page-template-default.careers .nav-header,
  .page-template-default.schools .nav-header,
  .page-template-default.student-leaders .nav-header,
  .page-template-default.students .nav-header,
  .page-template-template-careers .nav-header,
  .page-template-template-case-study .nav-header,
  .page-template-template-changelog .nav-header,
  .page-template-template-family-huddles-latest .nav-header,
  .page-template-template-family-huddles-single .nav-header,
  .page-template-template-family-huddles-update .nav-header,
  .page-template-template-family-huddles .nav-header,
  .page-template-template-huddles .nav-header,
  .page-template-template-leadership .nav-header,
  .page-template-template-my-locker .nav-header,
  .page-template-template-playbook-single .nav-header,
  .page-template-template-research-advisors .nav-header,
  .page-template-template-resource-insights .nav-header,
  .page-template-template-resource-webinars .nav-header,
  .page-template-template-resource .nav-header,
  .page-template-template-resources .nav-header,
  .page-template-template-solutions .nav-header,
  .page-template-template-table.about .nav-header,
  .page-template-template-table.parents .nav-header,
  .page-template-template-table.partners .nav-header,
  .page-template-template-table.solutions .nav-header,
  .page-template-template-table.testimonials .nav-header,
  .page-template-template-walloffame .nav-header,
  .post-template-single-family-huddle .nav-header,
  .page-template-template-solutions .nav-header,
  .page-template-template-case-study .nav-header,
  .page-template-template-my-locker .nav-header,
  .page-template-template-changelog .nav-header,
  .page-template-template-careers .nav-header,
  .page-template-template-solutions-students .nav-header,
  .page-template-template-solutions-schools .nav-header,
  .page-template-template-solutions-parents .nav-header,
  .page-template-template-solutions .nav-header,
  .page-template-template-table-grid .nav-header {
    margin-top: 0px;
  }
}
.page-template-template-blog .secondaryTitle,
.page-template-default.careers .secondaryTitle,
.page-template-default.schools .secondaryTitle,
.page-template-default.student-leaders .secondaryTitle,
.page-template-default.students .secondaryTitle,
.page-template-template-careers .secondaryTitle,
.page-template-template-case-study .secondaryTitle,
.page-template-template-changelog .secondaryTitle,
.page-template-template-family-huddles-latest .secondaryTitle,
.page-template-template-family-huddles-single .secondaryTitle,
.page-template-template-family-huddles-update .secondaryTitle,
.page-template-template-family-huddles .secondaryTitle,
.page-template-template-huddles .secondaryTitle,
.page-template-template-leadership .secondaryTitle,
.page-template-template-my-locker .secondaryTitle,
.page-template-template-playbook-single .secondaryTitle,
.page-template-template-research-advisors .secondaryTitle,
.page-template-template-resource-insights .secondaryTitle,
.page-template-template-resource-webinars .secondaryTitle,
.page-template-template-resource .secondaryTitle,
.page-template-template-resources .secondaryTitle,
.page-template-template-solutions .secondaryTitle,
.page-template-template-table.about .secondaryTitle,
.page-template-template-table.parents .secondaryTitle,
.page-template-template-table.partners .secondaryTitle,
.page-template-template-table.solutions .secondaryTitle,
.page-template-template-table.testimonials .secondaryTitle,
.page-template-template-walloffame .secondaryTitle,
.post-template-single-family-huddle .secondaryTitle,
.page-template-template-solutions .secondaryTitle,
.page-template-template-case-study .secondaryTitle,
.page-template-template-my-locker .secondaryTitle,
.page-template-template-changelog .secondaryTitle,
.page-template-template-careers .secondaryTitle,
.page-template-template-solutions-students .secondaryTitle,
.page-template-template-solutions-schools .secondaryTitle,
.page-template-template-solutions-parents .secondaryTitle,
.page-template-template-solutions .secondaryTitle,
.page-template-template-table-grid .secondaryTitle {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$orange+0,f11c60+100 */
  background: #13cbb6; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-100deg, #13cbb6 0%, #005CB9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$color1, endColorstr=$color2,GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.page-template-template-blog .subnav ul li.current_page_item, .page-template-template-blog .subnav ul li.current_page_parent,
.page-template-template-blog .widget_nav_menu ul li.current_page_item,
.page-template-template-blog .widget_nav_menu ul li.current_page_parent,
.page-template-default.careers .subnav ul li.current_page_item,
.page-template-default.careers .subnav ul li.current_page_parent,
.page-template-default.careers .widget_nav_menu ul li.current_page_item,
.page-template-default.careers .widget_nav_menu ul li.current_page_parent,
.page-template-default.schools .subnav ul li.current_page_item,
.page-template-default.schools .subnav ul li.current_page_parent,
.page-template-default.schools .widget_nav_menu ul li.current_page_item,
.page-template-default.schools .widget_nav_menu ul li.current_page_parent,
.page-template-default.student-leaders .subnav ul li.current_page_item,
.page-template-default.student-leaders .subnav ul li.current_page_parent,
.page-template-default.student-leaders .widget_nav_menu ul li.current_page_item,
.page-template-default.student-leaders .widget_nav_menu ul li.current_page_parent,
.page-template-default.students .subnav ul li.current_page_item,
.page-template-default.students .subnav ul li.current_page_parent,
.page-template-default.students .widget_nav_menu ul li.current_page_item,
.page-template-default.students .widget_nav_menu ul li.current_page_parent,
.page-template-template-careers .subnav ul li.current_page_item,
.page-template-template-careers .subnav ul li.current_page_parent,
.page-template-template-careers .widget_nav_menu ul li.current_page_item,
.page-template-template-careers .widget_nav_menu ul li.current_page_parent,
.page-template-template-case-study .subnav ul li.current_page_item,
.page-template-template-case-study .subnav ul li.current_page_parent,
.page-template-template-case-study .widget_nav_menu ul li.current_page_item,
.page-template-template-case-study .widget_nav_menu ul li.current_page_parent,
.page-template-template-changelog .subnav ul li.current_page_item,
.page-template-template-changelog .subnav ul li.current_page_parent,
.page-template-template-changelog .widget_nav_menu ul li.current_page_item,
.page-template-template-changelog .widget_nav_menu ul li.current_page_parent,
.page-template-template-family-huddles-latest .subnav ul li.current_page_item,
.page-template-template-family-huddles-latest .subnav ul li.current_page_parent,
.page-template-template-family-huddles-latest .widget_nav_menu ul li.current_page_item,
.page-template-template-family-huddles-latest .widget_nav_menu ul li.current_page_parent,
.page-template-template-family-huddles-single .subnav ul li.current_page_item,
.page-template-template-family-huddles-single .subnav ul li.current_page_parent,
.page-template-template-family-huddles-single .widget_nav_menu ul li.current_page_item,
.page-template-template-family-huddles-single .widget_nav_menu ul li.current_page_parent,
.page-template-template-family-huddles-update .subnav ul li.current_page_item,
.page-template-template-family-huddles-update .subnav ul li.current_page_parent,
.page-template-template-family-huddles-update .widget_nav_menu ul li.current_page_item,
.page-template-template-family-huddles-update .widget_nav_menu ul li.current_page_parent,
.page-template-template-family-huddles .subnav ul li.current_page_item,
.page-template-template-family-huddles .subnav ul li.current_page_parent,
.page-template-template-family-huddles .widget_nav_menu ul li.current_page_item,
.page-template-template-family-huddles .widget_nav_menu ul li.current_page_parent,
.page-template-template-huddles .subnav ul li.current_page_item,
.page-template-template-huddles .subnav ul li.current_page_parent,
.page-template-template-huddles .widget_nav_menu ul li.current_page_item,
.page-template-template-huddles .widget_nav_menu ul li.current_page_parent,
.page-template-template-leadership .subnav ul li.current_page_item,
.page-template-template-leadership .subnav ul li.current_page_parent,
.page-template-template-leadership .widget_nav_menu ul li.current_page_item,
.page-template-template-leadership .widget_nav_menu ul li.current_page_parent,
.page-template-template-my-locker .subnav ul li.current_page_item,
.page-template-template-my-locker .subnav ul li.current_page_parent,
.page-template-template-my-locker .widget_nav_menu ul li.current_page_item,
.page-template-template-my-locker .widget_nav_menu ul li.current_page_parent,
.page-template-template-playbook-single .subnav ul li.current_page_item,
.page-template-template-playbook-single .subnav ul li.current_page_parent,
.page-template-template-playbook-single .widget_nav_menu ul li.current_page_item,
.page-template-template-playbook-single .widget_nav_menu ul li.current_page_parent,
.page-template-template-research-advisors .subnav ul li.current_page_item,
.page-template-template-research-advisors .subnav ul li.current_page_parent,
.page-template-template-research-advisors .widget_nav_menu ul li.current_page_item,
.page-template-template-research-advisors .widget_nav_menu ul li.current_page_parent,
.page-template-template-resource-insights .subnav ul li.current_page_item,
.page-template-template-resource-insights .subnav ul li.current_page_parent,
.page-template-template-resource-insights .widget_nav_menu ul li.current_page_item,
.page-template-template-resource-insights .widget_nav_menu ul li.current_page_parent,
.page-template-template-resource-webinars .subnav ul li.current_page_item,
.page-template-template-resource-webinars .subnav ul li.current_page_parent,
.page-template-template-resource-webinars .widget_nav_menu ul li.current_page_item,
.page-template-template-resource-webinars .widget_nav_menu ul li.current_page_parent,
.page-template-template-resource .subnav ul li.current_page_item,
.page-template-template-resource .subnav ul li.current_page_parent,
.page-template-template-resource .widget_nav_menu ul li.current_page_item,
.page-template-template-resource .widget_nav_menu ul li.current_page_parent,
.page-template-template-resources .subnav ul li.current_page_item,
.page-template-template-resources .subnav ul li.current_page_parent,
.page-template-template-resources .widget_nav_menu ul li.current_page_item,
.page-template-template-resources .widget_nav_menu ul li.current_page_parent,
.page-template-template-solutions .subnav ul li.current_page_item,
.page-template-template-solutions .subnav ul li.current_page_parent,
.page-template-template-solutions .widget_nav_menu ul li.current_page_item,
.page-template-template-solutions .widget_nav_menu ul li.current_page_parent,
.page-template-template-table.about .subnav ul li.current_page_item,
.page-template-template-table.about .subnav ul li.current_page_parent,
.page-template-template-table.about .widget_nav_menu ul li.current_page_item,
.page-template-template-table.about .widget_nav_menu ul li.current_page_parent,
.page-template-template-table.parents .subnav ul li.current_page_item,
.page-template-template-table.parents .subnav ul li.current_page_parent,
.page-template-template-table.parents .widget_nav_menu ul li.current_page_item,
.page-template-template-table.parents .widget_nav_menu ul li.current_page_parent,
.page-template-template-table.partners .subnav ul li.current_page_item,
.page-template-template-table.partners .subnav ul li.current_page_parent,
.page-template-template-table.partners .widget_nav_menu ul li.current_page_item,
.page-template-template-table.partners .widget_nav_menu ul li.current_page_parent,
.page-template-template-table.solutions .subnav ul li.current_page_item,
.page-template-template-table.solutions .subnav ul li.current_page_parent,
.page-template-template-table.solutions .widget_nav_menu ul li.current_page_item,
.page-template-template-table.solutions .widget_nav_menu ul li.current_page_parent,
.page-template-template-table.testimonials .subnav ul li.current_page_item,
.page-template-template-table.testimonials .subnav ul li.current_page_parent,
.page-template-template-table.testimonials .widget_nav_menu ul li.current_page_item,
.page-template-template-table.testimonials .widget_nav_menu ul li.current_page_parent,
.page-template-template-walloffame .subnav ul li.current_page_item,
.page-template-template-walloffame .subnav ul li.current_page_parent,
.page-template-template-walloffame .widget_nav_menu ul li.current_page_item,
.page-template-template-walloffame .widget_nav_menu ul li.current_page_parent,
.post-template-single-family-huddle .subnav ul li.current_page_item,
.post-template-single-family-huddle .subnav ul li.current_page_parent,
.post-template-single-family-huddle .widget_nav_menu ul li.current_page_item,
.post-template-single-family-huddle .widget_nav_menu ul li.current_page_parent,
.page-template-template-solutions .subnav ul li.current_page_item,
.page-template-template-solutions .subnav ul li.current_page_parent,
.page-template-template-solutions .widget_nav_menu ul li.current_page_item,
.page-template-template-solutions .widget_nav_menu ul li.current_page_parent,
.page-template-template-case-study .subnav ul li.current_page_item,
.page-template-template-case-study .subnav ul li.current_page_parent,
.page-template-template-case-study .widget_nav_menu ul li.current_page_item,
.page-template-template-case-study .widget_nav_menu ul li.current_page_parent,
.page-template-template-my-locker .subnav ul li.current_page_item,
.page-template-template-my-locker .subnav ul li.current_page_parent,
.page-template-template-my-locker .widget_nav_menu ul li.current_page_item,
.page-template-template-my-locker .widget_nav_menu ul li.current_page_parent,
.page-template-template-changelog .subnav ul li.current_page_item,
.page-template-template-changelog .subnav ul li.current_page_parent,
.page-template-template-changelog .widget_nav_menu ul li.current_page_item,
.page-template-template-changelog .widget_nav_menu ul li.current_page_parent,
.page-template-template-careers .subnav ul li.current_page_item,
.page-template-template-careers .subnav ul li.current_page_parent,
.page-template-template-careers .widget_nav_menu ul li.current_page_item,
.page-template-template-careers .widget_nav_menu ul li.current_page_parent,
.page-template-template-solutions-students .subnav ul li.current_page_item,
.page-template-template-solutions-students .subnav ul li.current_page_parent,
.page-template-template-solutions-students .widget_nav_menu ul li.current_page_item,
.page-template-template-solutions-students .widget_nav_menu ul li.current_page_parent,
.page-template-template-solutions-schools .subnav ul li.current_page_item,
.page-template-template-solutions-schools .subnav ul li.current_page_parent,
.page-template-template-solutions-schools .widget_nav_menu ul li.current_page_item,
.page-template-template-solutions-schools .widget_nav_menu ul li.current_page_parent,
.page-template-template-solutions-parents .subnav ul li.current_page_item,
.page-template-template-solutions-parents .subnav ul li.current_page_parent,
.page-template-template-solutions-parents .widget_nav_menu ul li.current_page_item,
.page-template-template-solutions-parents .widget_nav_menu ul li.current_page_parent,
.page-template-template-solutions .subnav ul li.current_page_item,
.page-template-template-solutions .subnav ul li.current_page_parent,
.page-template-template-solutions .widget_nav_menu ul li.current_page_item,
.page-template-template-solutions .widget_nav_menu ul li.current_page_parent,
.page-template-template-table-grid .subnav ul li.current_page_item,
.page-template-template-table-grid .subnav ul li.current_page_parent,
.page-template-template-table-grid .widget_nav_menu ul li.current_page_item,
.page-template-template-table-grid .widget_nav_menu ul li.current_page_parent {
  border-left: 3px solid #005ab6;
}
.page-template-template-blog .subnav ul li:hover,
.page-template-template-blog .widget_nav_menu ul li:hover,
.page-template-default.careers .subnav ul li:hover,
.page-template-default.careers .widget_nav_menu ul li:hover,
.page-template-default.schools .subnav ul li:hover,
.page-template-default.schools .widget_nav_menu ul li:hover,
.page-template-default.student-leaders .subnav ul li:hover,
.page-template-default.student-leaders .widget_nav_menu ul li:hover,
.page-template-default.students .subnav ul li:hover,
.page-template-default.students .widget_nav_menu ul li:hover,
.page-template-template-careers .subnav ul li:hover,
.page-template-template-careers .widget_nav_menu ul li:hover,
.page-template-template-case-study .subnav ul li:hover,
.page-template-template-case-study .widget_nav_menu ul li:hover,
.page-template-template-changelog .subnav ul li:hover,
.page-template-template-changelog .widget_nav_menu ul li:hover,
.page-template-template-family-huddles-latest .subnav ul li:hover,
.page-template-template-family-huddles-latest .widget_nav_menu ul li:hover,
.page-template-template-family-huddles-single .subnav ul li:hover,
.page-template-template-family-huddles-single .widget_nav_menu ul li:hover,
.page-template-template-family-huddles-update .subnav ul li:hover,
.page-template-template-family-huddles-update .widget_nav_menu ul li:hover,
.page-template-template-family-huddles .subnav ul li:hover,
.page-template-template-family-huddles .widget_nav_menu ul li:hover,
.page-template-template-huddles .subnav ul li:hover,
.page-template-template-huddles .widget_nav_menu ul li:hover,
.page-template-template-leadership .subnav ul li:hover,
.page-template-template-leadership .widget_nav_menu ul li:hover,
.page-template-template-my-locker .subnav ul li:hover,
.page-template-template-my-locker .widget_nav_menu ul li:hover,
.page-template-template-playbook-single .subnav ul li:hover,
.page-template-template-playbook-single .widget_nav_menu ul li:hover,
.page-template-template-research-advisors .subnav ul li:hover,
.page-template-template-research-advisors .widget_nav_menu ul li:hover,
.page-template-template-resource-insights .subnav ul li:hover,
.page-template-template-resource-insights .widget_nav_menu ul li:hover,
.page-template-template-resource-webinars .subnav ul li:hover,
.page-template-template-resource-webinars .widget_nav_menu ul li:hover,
.page-template-template-resource .subnav ul li:hover,
.page-template-template-resource .widget_nav_menu ul li:hover,
.page-template-template-resources .subnav ul li:hover,
.page-template-template-resources .widget_nav_menu ul li:hover,
.page-template-template-solutions .subnav ul li:hover,
.page-template-template-solutions .widget_nav_menu ul li:hover,
.page-template-template-table.about .subnav ul li:hover,
.page-template-template-table.about .widget_nav_menu ul li:hover,
.page-template-template-table.parents .subnav ul li:hover,
.page-template-template-table.parents .widget_nav_menu ul li:hover,
.page-template-template-table.partners .subnav ul li:hover,
.page-template-template-table.partners .widget_nav_menu ul li:hover,
.page-template-template-table.solutions .subnav ul li:hover,
.page-template-template-table.solutions .widget_nav_menu ul li:hover,
.page-template-template-table.testimonials .subnav ul li:hover,
.page-template-template-table.testimonials .widget_nav_menu ul li:hover,
.page-template-template-walloffame .subnav ul li:hover,
.page-template-template-walloffame .widget_nav_menu ul li:hover,
.post-template-single-family-huddle .subnav ul li:hover,
.post-template-single-family-huddle .widget_nav_menu ul li:hover,
.page-template-template-solutions .subnav ul li:hover,
.page-template-template-solutions .widget_nav_menu ul li:hover,
.page-template-template-case-study .subnav ul li:hover,
.page-template-template-case-study .widget_nav_menu ul li:hover,
.page-template-template-my-locker .subnav ul li:hover,
.page-template-template-my-locker .widget_nav_menu ul li:hover,
.page-template-template-changelog .subnav ul li:hover,
.page-template-template-changelog .widget_nav_menu ul li:hover,
.page-template-template-careers .subnav ul li:hover,
.page-template-template-careers .widget_nav_menu ul li:hover,
.page-template-template-solutions-students .subnav ul li:hover,
.page-template-template-solutions-students .widget_nav_menu ul li:hover,
.page-template-template-solutions-schools .subnav ul li:hover,
.page-template-template-solutions-schools .widget_nav_menu ul li:hover,
.page-template-template-solutions-parents .subnav ul li:hover,
.page-template-template-solutions-parents .widget_nav_menu ul li:hover,
.page-template-template-solutions .subnav ul li:hover,
.page-template-template-solutions .widget_nav_menu ul li:hover,
.page-template-template-table-grid .subnav ul li:hover,
.page-template-template-table-grid .widget_nav_menu ul li:hover {
  border-left: 3px solid #005ab6;
}

.page-template-template-walloffame .bdyWrapper .bdyCol:last-child {
  width: 100%;
  margin: 0px auto;
  max-width: 980px;
}

.widget_search {
  margin-bottom: 30px;
}

footer {
  width: 100%;
  background: #4D5761;
  color: #ffffff;
}
footer .footer-logo {
  max-width: 140px;
  margin: 60px auto 0px auto;
}
@media (max-width: 768px) {
  footer .footer-logo {
    margin: 30px auto 0px auto;
  }
}
footer .footerBtm {
  padding: 35px 0px;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
  width: 90%;
  max-width: 980px;
  margin: 0px auto;
}
@media (max-width: 768px) {
  footer .footerBtm {
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    justify-content: center;
  }
}
footer .footerBtm .footerBtmCol {
  width: 70%;
}
@media (max-width: 768px) {
  footer .footerBtm .footerBtmCol {
    width: 100%;
  }
  footer .footerBtm .footerBtmCol:first-child {
    order: 2;
  }
  footer .footerBtm .footerBtmCol:last-child {
    order: 1;
    padding-bottom: 30px;
  }
}
footer .footerBtm .footerBtmCol2 {
  width: 30%;
}
@media (max-width: 768px) {
  footer .footerBtm .footerBtmCol2 {
    width: 100%;
  }
  footer .footerBtm .footerBtmCol2:first-child {
    order: 2;
  }
  footer .footerBtm .footerBtmCol2:last-child {
    order: 1;
    padding-bottom: 30px;
  }
}
footer .footerBtm .copyright {
  font-size: 15px;
  line-height: 18.75px;
  font-size: 0.8333333333rem;
  line-height: 1.0416666667rem;
  letter-spacing: 0.04em;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: left;
}
@media (max-width: 768px) {
  footer .footerBtm .copyright {
    text-align: center;
  }
}
footer .footerBtm .footer-social {
  text-align: right;
  font-size: 30px;
}
@media (max-width: 768px) {
  footer .footerBtm .footer-social {
    text-align: center;
    font-size: 25px;
  }
}
footer .footerBtm .footer-social .social-icon {
  display: inline-block;
  padding: 0px 3px;
}
footer .footerBtm .footer-social .social-icon a {
  color: #ffffff;
}
footer .footerBtm .footer-social .social-icon a:hover {
  color: #D5C29B;
}
@media (max-width: 768px) {
  footer .footerBtm .footer-social .social-icon {
    padding: 0px 8px;
  }
}
footer .footerLinks {
  padding-bottom: 30px;
  width: 90%;
  margin: 0px auto;
}
footer #menu-footer-links {
  padding: 0px;
  margin: 0px;
}
footer .footer-widget-title {
  padding-bottom: 5px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}
footer #menu-footer-menu {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 0px;
  padding: 0px 0px 60px 0px;
  text-align: left;
  width: 90%;
  max-width: 1280px;
  margin: 0px auto;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) repeat(4, 1fr);
  justify-items: anchor-center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (max-width: 860px) {
  footer #menu-footer-menu {
    padding-bottom: 30px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    max-width: 345px;
  }
}
footer #menu-footer-menu li {
  list-style: none;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 54px;
  font-size: 1.3333333333rem;
  line-height: 3rem;
  letter-spacing: 0.04em;
}
@media (max-width: 860px) {
  footer #menu-footer-menu li {
    font-size: 20px;
    line-height: 35px;
    font-size: 1.1111111111rem;
    line-height: 1.9444444444rem;
    letter-spacing: 0.04em;
  }
}
footer #menu-footer-menu li a:hover {
  color: #D5C29B;
}
@media (max-width: 860px) {
  footer #menu-footer-menu li:nth-child(odd) {
    width: 145px;
    justify-self: end;
  }
}
footer #menu-footer-menu > li:first-child {
  justify-self: start;
  line-height: 3.6rem;
}
@media (max-width: 860px) {
  footer #menu-footer-menu > li:first-child {
    grid-column: 1/span 2;
    justify-self: stretch;
    border-top: 1px solid #ffffff;
    text-align: center;
    margin-top: 0px;
    padding-bottom: 20px;
    width: 100%;
  }
}
footer #menu-footer-menu > li:first-child li {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  font-size: 1.3333333333rem;
  line-height: 1.3333333333rem;
  letter-spacing: 0.04em;
  padding-bottom: 1.3rem;
}
@media (max-width: 860px) {
  footer #menu-footer-menu > li:first-child li {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    font-size: 1.1111111111rem;
    line-height: 1.9444444444rem;
    letter-spacing: 0.04em;
    border-top: 1px solid #ffffff;
    padding-bottom: 0px;
  }
}
@media (max-width: 860px) {
  footer #menu-footer-menu > li:first-child li:last-child {
    border-bottom: 1px solid #ffffff;
  }
}
footer #menu-footer-menu ul {
  padding: 0px;
  margin: 0px;
}
footer #menu-footer-menu ul li {
  text-transform: capitalize;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 21.6px;
  font-size: 0.8888888889rem;
  line-height: 1.2rem;
  letter-spacing: 0.04em;
  padding-bottom: 0.8rem;
}
footer #menu-footer-menu a {
  color: #ffffff;
  text-decoration: none;
  text-decoration: none;
  opacity: 0.75;
}
footer .footerWrapper {
  border-top: 4px solid #4D5761;
}
footer .footerCntnt {
  background: #ffffff;
  color: #343434;
  width: 100%;
  padding: 95px 0px;
  text-align: center;
}
footer .footerCntnt .footerTxt {
  font-size: 35px;
  line-height: 43.75px;
  font-size: 1.9444444444rem;
  line-height: 2.4305555556rem;
  letter-spacing: 0.04em;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: italic;
}
@media (max-width: 860px) {
  footer .footerCntnt .footerTxt {
    font-size: 25px;
    line-height: 31.25px;
    font-size: 1.3888888889rem;
    line-height: 1.7361111111rem;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 860px) {
  footer .footerCntnt {
    padding: 40px 0px;
  }
}
footer .footerNav {
  background: #343434;
  color: #ffffff;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  text-align: center;
  padding: 85px 0px 50px 0px;
}
@media (max-width: 860px) {
  footer .footerNav {
    padding: 30px 0px;
  }
}
footer .hbspt-form {
  margin: auto;
}
footer .hbspt-form form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, auto);
  -moz-column-gap: 10px;
       column-gap: 10px;
}
footer .hbspt-form .hs-dependent-field, footer .hbspt-form div:nth-child(n+5) {
  grid-column: 1/span 3;
}
footer .hbspt-form .hs_submit {
  text-align: center;
}
footer .hbspt-form .hs_submit input[type=submit] {
  border: none;
  min-width: 100%;
}
footer .hbspt-form .hs_submit input[type=submit]:hover {
  border: none;
}
footer .hbspt-form input,
footer .hbspt-form textarea,
footer .hbspt-form select {
  background: #ffffff;
}
footer .hbspt-form select {
  padding: 13px 10px;
}
footer .hbspt-form input {
  min-width: auto;
}
footer .hbspt-form input::-webkit-input-placeholder {
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-style: italic;
}
footer .hbspt-form input::-moz-placeholder {
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-style: italic;
}
footer .hbspt-form input:-ms-input-placeholder {
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-style: italic;
}
footer .hbspt-form input:-moz-placeholder {
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-style: italic;
}
footer .hbspt-form option:disabled {
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-style: italic;
}
footer .hbspt-form input.invalid.error,
footer .hbspt-form textarea.invalid.error,
footer .hbspt-form select.invalid.error {
  outline: 1px solid #f11c60;
}
@media (max-width: 860px) {
  footer .hbspt-form .hs-richtext {
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
  }
}

#menu-footer-copyright-menu {
  padding: 0px;
  margin: 0px;
}
#menu-footer-copyright-menu li {
  list-style: none;
  display: inline-block;
  border-right: 1px solid #ffffff;
  padding-right: 7px;
  padding-left: 4px;
  margin-top: 5px;
}
#menu-footer-copyright-menu li:last-child {
  border-right: none;
}
#menu-footer-copyright-menu a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
#menu-footer-copyright-menu a:hover {
  text-decoration: none;
  color: #D5C29B;
  border-color: #D5C29B;
}

.sociallinks-wrapper {
  display: -moz-flex;
  display: flex;
  width: 100%;
  max-width: 215px;
  margin: 40px auto 0 auto;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -moz-align-items: center;
  align-items: center;
  padding: 0;
}
.sociallinks-wrapper li {
  list-style: none;
  margin: 0 12px;
  font-size: 40px;
  line-height: 40px;
  font-size: 2.2222222222rem;
  line-height: 2.2222222222rem;
  letter-spacing: 0.04em;
}
.sociallinks-wrapper li a {
  color: #ffffff;
}
.sociallinks-wrapper li a:hover {
  opacity: 0.75;
}

aside.sidebar {
  margin-bottom: 40px;
}

/* Blog */
.page-template-template-resources .date,
.page-template-template-resource .date,
.page-template-template-resource-alt .date,
.page-template-template-blog .date,
.page-template-template-press .date,
body.search .date,
body.category .date,
.page-template-template-family-huddles .date,
.page-template-template-family-huddles-latest .date,
.page-template-template-family-huddles-update .date {
  color: #6C737F;
  margin-bottom: 15px;
}
.page-template-template-resources .date .fa,
.page-template-template-resource .date .fa,
.page-template-template-resource-alt .date .fa,
.page-template-template-blog .date .fa,
.page-template-template-press .date .fa,
body.search .date .fa,
body.category .date .fa,
.page-template-template-family-huddles .date .fa,
.page-template-template-family-huddles-latest .date .fa,
.page-template-template-family-huddles-update .date .fa {
  color: #55bbeb;
  padding-right: 10px;
}
.page-template-template-resources h2,
.page-template-template-resource h2,
.page-template-template-resource-alt h2,
.page-template-template-blog h2,
.page-template-template-press h2,
body.search h2,
body.category h2,
.page-template-template-family-huddles h2,
.page-template-template-family-huddles-latest h2,
.page-template-template-family-huddles-update h2 {
  margin-bottom: 15px;
}
.page-template-template-resources .post-details,
.page-template-template-resource .post-details,
.page-template-template-resource-alt .post-details,
.page-template-template-blog .post-details,
.page-template-template-press .post-details,
body.search .post-details,
body.category .post-details,
.page-template-template-family-huddles .post-details,
.page-template-template-family-huddles-latest .post-details,
.page-template-template-family-huddles-update .post-details {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.page-template-template-resources .post-details .post-thumb,
.page-template-template-resource .post-details .post-thumb,
.page-template-template-resource-alt .post-details .post-thumb,
.page-template-template-blog .post-details .post-thumb,
.page-template-template-press .post-details .post-thumb,
body.search .post-details .post-thumb,
body.category .post-details .post-thumb,
.page-template-template-family-huddles .post-details .post-thumb,
.page-template-template-family-huddles-latest .post-details .post-thumb,
.page-template-template-family-huddles-update .post-details .post-thumb {
  margin-right: 20px;
}
.page-template-template-resources .post-details .post-thumb img,
.page-template-template-resource .post-details .post-thumb img,
.page-template-template-resource-alt .post-details .post-thumb img,
.page-template-template-blog .post-details .post-thumb img,
.page-template-template-press .post-details .post-thumb img,
body.search .post-details .post-thumb img,
body.category .post-details .post-thumb img,
.page-template-template-family-huddles .post-details .post-thumb img,
.page-template-template-family-huddles-latest .post-details .post-thumb img,
.page-template-template-family-huddles-update .post-details .post-thumb img {
  max-width: 150px;
  max-height: 150px;
}
.page-template-template-resources .post-details .post-thumb .thumb-placeholder,
.page-template-template-resource .post-details .post-thumb .thumb-placeholder,
.page-template-template-resource-alt .post-details .post-thumb .thumb-placeholder,
.page-template-template-blog .post-details .post-thumb .thumb-placeholder,
.page-template-template-press .post-details .post-thumb .thumb-placeholder,
body.search .post-details .post-thumb .thumb-placeholder,
body.category .post-details .post-thumb .thumb-placeholder,
.page-template-template-family-huddles .post-details .post-thumb .thumb-placeholder,
.page-template-template-family-huddles-latest .post-details .post-thumb .thumb-placeholder,
.page-template-template-family-huddles-update .post-details .post-thumb .thumb-placeholder {
  background: #eeeeee;
  width: 150px;
  height: 150px;
}
@media (max-width: 560px) {
  .page-template-template-resources .post-details .post-thumb,
  .page-template-template-resource .post-details .post-thumb,
  .page-template-template-resource-alt .post-details .post-thumb,
  .page-template-template-blog .post-details .post-thumb,
  .page-template-template-press .post-details .post-thumb,
  body.search .post-details .post-thumb,
  body.category .post-details .post-thumb,
  .page-template-template-family-huddles .post-details .post-thumb,
  .page-template-template-family-huddles-latest .post-details .post-thumb,
  .page-template-template-family-huddles-update .post-details .post-thumb {
    flex: 1 100%;
    order: 1;
    padding-bottom: 20px;
    max-width: 100px;
  }
}
.page-template-template-resources .post-details .post-summary,
.page-template-template-resource .post-details .post-summary,
.page-template-template-resource-alt .post-details .post-summary,
.page-template-template-blog .post-details .post-summary,
.page-template-template-press .post-details .post-summary,
body.search .post-details .post-summary,
body.category .post-details .post-summary,
.page-template-template-family-huddles .post-details .post-summary,
.page-template-template-family-huddles-latest .post-details .post-summary,
.page-template-template-family-huddles-update .post-details .post-summary {
  margin: 5px 20px 0px 20px;
  width: 100%;
  max-width: 800px;
}
@media (max-width: 560px) {
  .page-template-template-resources .post-details .post-summary,
  .page-template-template-resource .post-details .post-summary,
  .page-template-template-resource-alt .post-details .post-summary,
  .page-template-template-blog .post-details .post-summary,
  .page-template-template-press .post-details .post-summary,
  body.search .post-details .post-summary,
  body.category .post-details .post-summary,
  .page-template-template-family-huddles .post-details .post-summary,
  .page-template-template-family-huddles-latest .post-details .post-summary,
  .page-template-template-family-huddles-update .post-details .post-summary {
    margin-left: 0px;
    margin-right: 0px;
    flex: 1 100%;
    order: 2;
  }
}
@media (max-width: 560px) {
  .page-template-template-resources .post-details,
  .page-template-template-resource .post-details,
  .page-template-template-resource-alt .post-details,
  .page-template-template-blog .post-details,
  .page-template-template-press .post-details,
  body.search .post-details,
  body.category .post-details,
  .page-template-template-family-huddles .post-details,
  .page-template-template-family-huddles-latest .post-details,
  .page-template-template-family-huddles-update .post-details {
    margin-bottom: 0px;
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
.page-template-template-resources article,
.page-template-template-resource article,
.page-template-template-resource-alt article,
.page-template-template-blog article,
.page-template-template-press article,
body.search article,
body.category article,
.page-template-template-family-huddles article,
.page-template-template-family-huddles-latest article,
.page-template-template-family-huddles-update article {
  padding-top: 25px !important;
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  max-width: 1010px;
}
.page-template-template-resources article h2 a,
.page-template-template-resource article h2 a,
.page-template-template-resource-alt article h2 a,
.page-template-template-blog article h2 a,
.page-template-template-press article h2 a,
body.search article h2 a,
body.category article h2 a,
.page-template-template-family-huddles article h2 a,
.page-template-template-family-huddles-latest article h2 a,
.page-template-template-family-huddles-update article h2 a {
  color: #343434;
}
.page-template-template-resources article h2 a:hover,
.page-template-template-resource article h2 a:hover,
.page-template-template-resource-alt article h2 a:hover,
.page-template-template-blog article h2 a:hover,
.page-template-template-press article h2 a:hover,
body.search article h2 a:hover,
body.category article h2 a:hover,
.page-template-template-family-huddles article h2 a:hover,
.page-template-template-family-huddles-latest article h2 a:hover,
.page-template-template-family-huddles-update article h2 a:hover {
  color: #005CB9;
  text-decoration: none;
}
.page-template-template-resources article:first-child,
.page-template-template-resource article:first-child,
.page-template-template-resource-alt article:first-child,
.page-template-template-blog article:first-child,
.page-template-template-press article:first-child,
body.search article:first-child,
body.category article:first-child,
.page-template-template-family-huddles article:first-child,
.page-template-template-family-huddles-latest article:first-child,
.page-template-template-family-huddles-update article:first-child {
  padding-top: 18px !important;
}
@media (max-width: 560px) {
  .page-template-template-resources article,
  .page-template-template-resource article,
  .page-template-template-resource-alt article,
  .page-template-template-blog article,
  .page-template-template-press article,
  body.search article,
  body.category article,
  .page-template-template-family-huddles article,
  .page-template-template-family-huddles-latest article,
  .page-template-template-family-huddles-update article {
    padding-bottom: 25px;
  }
}

.wp-caption.aligncenter {
  margin: 10px auto;
}
@media (max-width: 650px) {
  .wp-caption.alignright, .wp-caption.alignleft {
    display: block;
    margin: 15px auto;
    float: none;
  }
}
.wp-caption .wp-caption-text {
  padding: 10px 5px;
}

.page-template-template-social article {
  width: 100%;
  max-width: 1010px;
}
.page-template-template-social article > p {
  max-width: 800px;
}

body.single .post-wrapper {
  margin-top: 0px;
}
@media (max-width: 900px) {
  body.single .post-wrapper {
    margin-top: 20px;
  }
}
body.single .date {
  color: #6C737F;
}
body.single h2 {
  margin-bottom: 35px;
}
body.single a.backBtn {
  color: #005CB9;
}
body.single a.backBtn:hover {
  text-decoration: none;
}
body.single a.backBtn i {
  padding-right: 5px;
}
body.single .external-link {
  padding-top: 20px;
}
body.single .related-articles {
  border-top: 1px solid #F3F4F6;
  padding-top: 40px;
  margin-top: 40px;
  color: #005CB9;
}
body.single .related-articles a:hover {
  text-decoration: underline;
}
body.single #sidebar {
  will-change: min-height;
}
body.single .sidebar__inner {
  transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
body.single .shareWrapper {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 25px;
  float: right;
}
body.single .shareWrapper .share-icon {
  font-size: 35px;
  line-height: 52.5px;
  font-size: 1.9444444444rem;
  line-height: 2.9166666667rem;
  letter-spacing: 0.04em;
  display: -moz-flex;
  display: flex;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin: 10px 2px;
  cursor: pointer;
}
body.single .shareWrapper .share-icon svg:hover {
  fill: #55bbeb;
}
body.single .shareWrapper .share-facebook svg {
  fill: #3b5998;
}
body.single .shareWrapper .share-twitter svg {
  fill: #3fa1f1;
}
body.single .shareWrapper .share-linkedin svg {
  fill: #0077b5;
}
body.single .shareWrapper .share-email {
  margin-left: 5px;
  color: #9DA4AE;
}
body.single .shareWrapper .share-email a {
  color: #9DA4AE;
  line-height: 52px;
}
body.single .shareWrapper .share-email a:visited {
  color: #9DA4AE;
}
body.single .shareWrapper .share-email a:hover {
  color: #55bbeb;
  text-decoration: none;
}
body.single .shareWrapper.mobile {
  float: none;
  -moz-flex-direction: row;
  flex-direction: row;
  margin-top: 0px;
  margin-bottom: 55px;
  display: none;
}
body.single .shareWrapper.mobile div {
  margin-right: 20px;
}
@media (max-width: 900px) {
  body.single .shareWrapper.desktop {
    display: none;
  }
  body.single .shareWrapper.mobile {
    display: flex;
  }
}
@media (max-width: 900px) {
  body.single article.category-blog h2 {
    margin-bottom: 0px;
  }
}

.fa-tsienvelope {
  background-image: url(/wp-content/themes/socialinstitute-theme/img/tsienvelope.svg);
  background-size: 100%;
  padding-right: 0px !important;
  margin-right: 10px;
  width: 40px;
  height: 25px;
}
.fa-tsienvelope:hover {
  background-position: 0px -25px;
}

.page-template-template-bio .bio-header {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  align-content: center;
  max-width: 730px;
  width: 100%;
}
@media (max-width: 560px) {
  .page-template-template-bio .bio-header {
    display: block;
  }
}
.page-template-template-bio .bio-image {
  margin-right: 20px;
  width: 25%;
}
@media (max-width: 560px) {
  .page-template-template-bio .bio-image {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.page-template-template-bio .bio-image img {
  border-radius: 50%;
  width: 100%;
  max-width: 165px;
}
.page-template-template-bio .bio-wrapper {
  padding-left: 20px;
  width: 75%;
}
@media (max-width: 560px) {
  .page-template-template-bio .bio-wrapper {
    width: 100%;
    padding-left: 0px;
  }
}
.page-template-template-bio .bio_name {
  font-size: 30px;
  line-height: 45px;
  font-size: 1.6666666667rem;
  line-height: 2.5rem;
  letter-spacing: 0.04em;
}
@media (max-width: 560px) {
  .page-template-template-bio .bio_name {
    text-align: center;
  }
}
.page-template-template-bio .bio_title {
  font-size: 17px;
  line-height: 25.5px;
  font-size: 0.9444444444rem;
  line-height: 1.4166666667rem;
  letter-spacing: 0.04em;
  padding-bottom: 20px;
}
@media (max-width: 560px) {
  .page-template-template-bio .bio_title {
    text-align: center;
  }
}

.page-template-template-table article > p {
  max-width: 800px;
}
@media (max-width: 899px) {
  .page-template-template-table article > p {
    max-width: 100%;
  }
}

.team-image {
  text-align: left;
}
.team-image img {
  max-width: 150px;
  width: 100%;
  border-radius: 50%;
  margin: 0px 0px 15px 0px;
}

.table-half {
  width: 100%;
  max-width: 730px;
  display: -moz-flex;
  display: flex;
  margin-bottom: 40px;
}
.table-half .table-column {
  width: 50%;
}
.table-half .table-column:first-child {
  margin-right: 25px;
}
@media (max-width: 560px) {
  .table-half .table-column:first-child {
    margin-right: 0px;
  }
}
.table-half .table-column:last-child {
  margin-left: 25px;
}
@media (max-width: 560px) {
  .table-half .table-column:last-child {
    margin-left: 0px;
  }
}
.table-half .table-column .table-row {
  color: #13cbb6;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.table-half .table-column .table-row:first-child {
  margin-bottom: 0px;
}
.table-half .table-column .table-row:first-child img {
  width: 100%;
  max-width: 150px;
  margin: 10px 0px;
}
.table-half .table-column .table-row:last-child {
  margin-bottom: 0px;
  color: #4D5761;
  text-transform: none;
}
@media (max-width: 560px) {
  .table-half .table-column .table-row:last-child {
    text-align: left;
  }
}
@media (max-width: 560px) {
  .table-half .table-column .table-row {
    text-align: center;
  }
}
@media (max-width: 560px) {
  .table-half .table-column {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 560px) {
  .table-half {
    display: block;
  }
}

.table-third {
  width: 100%;
  max-width: 730px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.table-third .table-column {
  width: 33.33%;
  margin: 30px;
}
.table-third .table-column img {
  margin: 0px;
}
.table-third .table-column:first-child {
  margin-left: 0px;
}
.table-third .table-column:last-child {
  margin-right: 0px;
}

.table-testimonial {
  width: 100%;
  max-width: 730px;
  display: -moz-flex;
  display: flex;
  margin-bottom: 40px;
  border-bottom: 1px solid #d9d9da;
  padding-bottom: 40px;
}
.table-testimonial:last-child {
  border-bottom: none;
}
.table-testimonial .table-column:first-child {
  width: 25%;
  margin-right: 25px;
}
.table-testimonial .table-column:first-child img {
  width: 100%;
  max-width: 150px;
  border-radius: 50%;
}
@media (max-width: 560px) {
  .table-testimonial .table-column:first-child {
    width: 100%;
    margin-right: 0px;
    text-align: center;
  }
}
.table-testimonial .table-column:last-child {
  width: 75%;
  margin-left: 25px;
}
@media (max-width: 560px) {
  .table-testimonial .table-column:last-child {
    width: 100%;
    margin-left: 0px;
  }
}
.table-testimonial .table-column .table-row:first-child {
  margin-bottom: 20px;
}
.table-testimonial .table-column .table-row:last-child {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 560px) {
  .table-testimonial {
    display: block;
  }
}

table {
  width: 100%;
  max-width: 1010px;
  margin-top: 30px;
}
table img {
  width: 100%;
}
table.team-loop {
  border-bottom: 1px solid #d9d9da;
}
table.team-loop:first-child {
  margin-top: 0px;
}
table.team-loop:last-child {
  border-bottom: none;
}
@media (max-width: 650px) {
  table.team-loop {
    margin-top: 0px;
  }
}
table.team-loop img {
  max-width: 150px;
  border-radius: 50%;
}
table.team-loop td {
  padding: 0px;
  border: none !important;
  font-size: 17px;
  line-height: 25.5px;
  font-size: 0.9444444444rem;
  line-height: 1.4166666667rem;
  letter-spacing: 0.04em;
}
table.team-loop tr.row-1 .column-1 {
  width: 25%;
  padding-right: 20px;
}
table.team-loop tr.row-1 .column-2 {
  width: 75%;
  font-size: 30px;
  line-height: 45px;
  font-size: 1.6666666667rem;
  line-height: 2.5rem;
  letter-spacing: 0.04em;
  padding-left: 20px;
}
@media (max-width: 650px) {
  table.team-loop tr.row-1 .column-2 {
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }
}
table.team-loop tr.row-2 .column-2 {
  padding-left: 20px;
}
@media (max-width: 650px) {
  table.team-loop tr.row-2 .column-2 {
    padding-left: 0px;
    text-align: center;
  }
}
table.team-loop tr.row-3 .column-2 {
  padding-top: 20px;
  padding-left: 20px;
}
@media (max-width: 650px) {
  table.team-loop tr.row-3 .column-2 {
    padding-left: 0px;
  }
}
table.team-loop tr.row-4 .column-2 {
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
}
@media (max-width: 650px) {
  table.team-loop tr.row-4 .column-2 {
    padding-left: 0px;
  }
}
table.service-loop tr.row-1 .column-1 {
  font-size: 30px;
  line-height: 45px;
  font-size: 1.6666666667rem;
  line-height: 2.5rem;
  letter-spacing: 0.04em;
  padding-bottom: 20px;
}
table.service-loop tr.row-2 .column-1 {
  border-radius: 5px;
  padding: 20px;
  width: 150px;
  vertical-align: middle;
}
table.service-loop tr.row-2 .column-1 img {
  max-width: 110px !important;
}
@media (max-width: 650px) {
  table.service-loop tr.row-2 .column-1 {
    display: none;
  }
}
table.service-loop tr.row-2 .column-2 {
  padding-left: 40px;
  padding-bottom: 20px;
}
@media (max-width: 650px) {
  table.service-loop tr.row-2 .column-2 {
    padding-left: 0px;
  }
}
table.service-loop tr.row-3 .column-2 {
  padding-left: 40px;
}
@media (max-width: 650px) {
  table.service-loop tr.row-3 .column-2 {
    padding-left: 0px;
  }
}
table.service-loop td {
  padding: 0px;
  border: none !important;
}
table.client-loop {
  margin-top: 0px;
  margin-bottom: 0px;
}
table.client-loop td {
  padding: 35px;
  width: 33.33%;
  vertical-align: middle !important;
  text-align: center;
}
table.table-1-loop {
  margin-top: 30px;
  margin-bottom: 0px;
}
table.table-1-loop td {
  border: none !important;
  width: 50%;
  padding-right: 40px;
}
table.table-1-loop .row-1 img {
  max-width: 150px;
}
table.table-1-loop .row-2 {
  color: #13cbb6;
  text-transform: uppercase;
}
table.table-2-loop {
  margin-bottom: 30px;
  margin-top: 0px;
}
table.table-2-loop tr.row-1 .column-1 {
  font-size: 30px;
  line-height: 45px;
  font-size: 1.6666666667rem;
  line-height: 2.5rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding-bottom: 20px;
}
table.table-2-loop tr.row-2 .column-1 {
  border-radius: 5px;
  width: 25%;
  padding-right: 20px;
}
table.table-2-loop tr.row-2 .column-1 img {
  max-width: 150px;
}
@media (max-width: 560px) {
  table.table-2-loop tr.row-2 .column-1 {
    display: none;
  }
}
table.table-2-loop tr.row-2 .column-2 {
  padding-left: 20px;
  padding-bottom: 20px;
  width: 75%;
}
@media (max-width: 560px) {
  table.table-2-loop tr.row-2 .column-2 {
    padding-left: 0px;
  }
}
table.table-2-loop tr.row-3 .column-2 {
  padding-left: 20px;
}
@media (max-width: 560px) {
  table.table-2-loop tr.row-3 .column-2 {
    padding-left: 0px;
  }
}
table.table-2-loop td {
  padding: 0px;
  border: none !important;
}
table.table-3-loop {
  margin: 0px;
}
table.table-3-loop td {
  width: 25%;
  padding-right: 20px;
}
table.testimonial-loop {
  border-bottom: 1px solid #d9d9da;
}
table.testimonial-loop:first-child {
  margin-top: 0px;
}
table.testimonial-loop:last-child {
  border-bottom: none;
}
table.testimonial-loop img {
  max-width: 150px;
  border-radius: 50%;
}
table.testimonial-loop td {
  border: none !important;
}
table.testimonial-loop .row-1 .column-1 {
  padding-right: 20px;
  width: 25%;
}
table.testimonial-loop .row-1 .column-2 {
  width: 75%;
  padding-left: 20px;
}
table.testimonial-loop .row-2 .column-2 {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 40px;
  padding-left: 20px;
}

.dropdownBtn {
  display: none;
  padding: 12px;
  border: solid 2px #005CB9;
  background: white;
  margin-top: 10px;
  color: #005CB9;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.dropdownBtn:hover {
  color: #ffffff;
  background-color: #005CB9;
}
.dropdownBtn.down {
  border-radius: 5px 5px 0px 0px;
  color: #ffffff;
  background-color: #005CB9;
}
.dropdownBtn i {
  margin-left: 5px;
}
@media (max-width: 899px) {
  .dropdownBtn {
    display: block;
  }
}

.page-template-default.advisors .sidebar-widget,
.page-template-template-blog .sidebar-widget,
.page-template-default.careers .sidebar-widget,
.page-template-default.positive-approach .sidebar-widget,
.page-template-default.schools .sidebar-widget,
.page-template-default.student-leaders .sidebar-widget,
.page-template-default.students .sidebar-widget,
.page-template-template-careers .sidebar-widget,
.page-template-template-case-study .sidebar-widget,
.page-template-template-changelog .sidebar-widget,
.page-template-template-family-huddles-single .sidebar-widget,
.page-template-template-family-huddles-update .sidebar-widget,
.page-template-template-family-huddles .sidebar-widget,
.page-template-template-huddles-latest .sidebar-widget,
.page-template-template-huddles .sidebar-widget,
.page-template-template-leadership .sidebar-widget,
.page-template-template-my-locker .sidebar-widget,
.page-template-template-parent-resources .sidebar-widget,
.page-template-template-parent-resources .sidebar-widget,
.page-template-template-playbook-single .sidebar-widget,
.page-template-template-playbook .sidebar-widget,
.page-template-template-spanish-playbook .sidebar-widget,
.page-template-template-research-advisors .sidebar-widget,
.page-template-template-resource-insights .sidebar-widget,
.page-template-template-resource-webinars .sidebar-widget,
.page-template-template-resource .sidebar-widget,
.page-template-template-resources .sidebar-widget,
.page-template-template-sample-family-huddle .sidebar-widget,
.page-template-template-sample-playbook .sidebar-widget,
.page-template-template-solutions .sidebar-widget,
.page-template-template-solutions .sidebar-widget,
.page-template-template-table.about .sidebar-widget,
.page-template-template-table.parents .sidebar-widget,
.page-template-template-table.partners .sidebar-widget,
.page-template-template-table.solutions .sidebar-widget,
.page-template-default.positive-approach .sidebar-widget,
.page-template-template-leadership .sidebar-widget,
.page-template-template-resources .sidebar-widget,
.page-template-template-resource .sidebar-widget,
.page-template-template-resource-insights .sidebar-widget,
.page-template-template-resource-webinars .sidebar-widget,
.page-template-template-huddles-latest .sidebar-widget,
.page-template-template-family-huddles-update .sidebar-widget,
.page-template-template-family-huddles .sidebar-widget,
.page-template-template-family-huddles-single .sidebar-widget,
.page-template-template-playbook .sidebar-widget,
.page-template-template-playbook-single .sidebar-widget,
.page-template-template-solutions .sidebar-widget,
.page-template-template-case-study .sidebar-widget,
.page-template-template-my-locker .sidebar-widget,
.page-template-template-changelog .sidebar-widget,
.page-template-template-careers .sidebar-widget,
.page-template-template-solutions-students .sidebar-widget,
.page-template-template-solutions-schools .sidebar-widget,
.page-template-template-solutions-parents .sidebar-widget,
.page-template-template-solutions .sidebar-widget,
.page-template-template-table-grid .sidebar-widget {
  position: relative;
}
@media (max-width: 899px) {
  .page-template-default.advisors .sidebar-widget .widget_nav_menu,
  .page-template-template-blog .sidebar-widget .widget_nav_menu,
  .page-template-default.careers .sidebar-widget .widget_nav_menu,
  .page-template-default.positive-approach .sidebar-widget .widget_nav_menu,
  .page-template-default.schools .sidebar-widget .widget_nav_menu,
  .page-template-default.student-leaders .sidebar-widget .widget_nav_menu,
  .page-template-default.students .sidebar-widget .widget_nav_menu,
  .page-template-template-careers .sidebar-widget .widget_nav_menu,
  .page-template-template-case-study .sidebar-widget .widget_nav_menu,
  .page-template-template-changelog .sidebar-widget .widget_nav_menu,
  .page-template-template-family-huddles-single .sidebar-widget .widget_nav_menu,
  .page-template-template-family-huddles-update .sidebar-widget .widget_nav_menu,
  .page-template-template-family-huddles .sidebar-widget .widget_nav_menu,
  .page-template-template-huddles-latest .sidebar-widget .widget_nav_menu,
  .page-template-template-huddles .sidebar-widget .widget_nav_menu,
  .page-template-template-leadership .sidebar-widget .widget_nav_menu,
  .page-template-template-my-locker .sidebar-widget .widget_nav_menu,
  .page-template-template-parent-resources .sidebar-widget .widget_nav_menu,
  .page-template-template-parent-resources .sidebar-widget .widget_nav_menu,
  .page-template-template-playbook-single .sidebar-widget .widget_nav_menu,
  .page-template-template-playbook .sidebar-widget .widget_nav_menu,
  .page-template-template-spanish-playbook .sidebar-widget .widget_nav_menu,
  .page-template-template-research-advisors .sidebar-widget .widget_nav_menu,
  .page-template-template-resource-insights .sidebar-widget .widget_nav_menu,
  .page-template-template-resource-webinars .sidebar-widget .widget_nav_menu,
  .page-template-template-resource .sidebar-widget .widget_nav_menu,
  .page-template-template-resources .sidebar-widget .widget_nav_menu,
  .page-template-template-sample-family-huddle .sidebar-widget .widget_nav_menu,
  .page-template-template-sample-playbook .sidebar-widget .widget_nav_menu,
  .page-template-template-solutions .sidebar-widget .widget_nav_menu,
  .page-template-template-solutions .sidebar-widget .widget_nav_menu,
  .page-template-template-table.about .sidebar-widget .widget_nav_menu,
  .page-template-template-table.parents .sidebar-widget .widget_nav_menu,
  .page-template-template-table.partners .sidebar-widget .widget_nav_menu,
  .page-template-template-table.solutions .sidebar-widget .widget_nav_menu,
  .page-template-default.positive-approach .sidebar-widget .widget_nav_menu,
  .page-template-template-leadership .sidebar-widget .widget_nav_menu,
  .page-template-template-resources .sidebar-widget .widget_nav_menu,
  .page-template-template-resource .sidebar-widget .widget_nav_menu,
  .page-template-template-resource-insights .sidebar-widget .widget_nav_menu,
  .page-template-template-resource-webinars .sidebar-widget .widget_nav_menu,
  .page-template-template-huddles-latest .sidebar-widget .widget_nav_menu,
  .page-template-template-family-huddles-update .sidebar-widget .widget_nav_menu,
  .page-template-template-family-huddles .sidebar-widget .widget_nav_menu,
  .page-template-template-family-huddles-single .sidebar-widget .widget_nav_menu,
  .page-template-template-playbook .sidebar-widget .widget_nav_menu,
  .page-template-template-playbook-single .sidebar-widget .widget_nav_menu,
  .page-template-template-solutions .sidebar-widget .widget_nav_menu,
  .page-template-template-case-study .sidebar-widget .widget_nav_menu,
  .page-template-template-my-locker .sidebar-widget .widget_nav_menu,
  .page-template-template-changelog .sidebar-widget .widget_nav_menu,
  .page-template-template-careers .sidebar-widget .widget_nav_menu,
  .page-template-template-solutions-students .sidebar-widget .widget_nav_menu,
  .page-template-template-solutions-schools .sidebar-widget .widget_nav_menu,
  .page-template-template-solutions-parents .sidebar-widget .widget_nav_menu,
  .page-template-template-solutions .sidebar-widget .widget_nav_menu,
  .page-template-template-table-grid .sidebar-widget .widget_nav_menu {
    overflow: hidden;
    position: absolute;
    background: #ffffff;
    width: 100%;
    z-index: 1;
  }
  .page-template-default.advisors .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-blog .sidebar-widget .widget_nav_menu .menu,
  .page-template-default.careers .sidebar-widget .widget_nav_menu .menu,
  .page-template-default.positive-approach .sidebar-widget .widget_nav_menu .menu,
  .page-template-default.schools .sidebar-widget .widget_nav_menu .menu,
  .page-template-default.student-leaders .sidebar-widget .widget_nav_menu .menu,
  .page-template-default.students .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-careers .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-case-study .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-changelog .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-family-huddles-single .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-family-huddles-update .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-family-huddles .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-huddles-latest .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-huddles .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-leadership .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-my-locker .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-parent-resources .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-parent-resources .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-playbook-single .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-playbook .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-spanish-playbook .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-research-advisors .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-resource-insights .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-resource-webinars .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-resource .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-resources .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-sample-family-huddle .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-sample-playbook .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-solutions .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-solutions .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-table.about .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-table.parents .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-table.partners .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-table.solutions .sidebar-widget .widget_nav_menu .menu,
  .page-template-default.positive-approach .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-leadership .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-resources .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-resource .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-resource-insights .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-resource-webinars .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-huddles-latest .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-family-huddles-update .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-family-huddles .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-family-huddles-single .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-playbook .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-playbook-single .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-solutions .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-case-study .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-my-locker .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-changelog .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-careers .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-solutions-students .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-solutions-schools .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-solutions-parents .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-solutions .sidebar-widget .widget_nav_menu .menu,
  .page-template-template-table-grid .sidebar-widget .widget_nav_menu .menu {
    margin-top: -500%;
    border: 2px solid #005CB9;
    border-top-width: 1px;
    transition: all 0.5s ease;
  }
  .page-template-default.advisors .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-blog .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-default.careers .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-default.positive-approach .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-default.schools .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-default.student-leaders .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-default.students .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-careers .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-case-study .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-changelog .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-family-huddles-single .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-family-huddles-update .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-family-huddles .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-huddles-latest .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-huddles .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-leadership .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-my-locker .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-parent-resources .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-parent-resources .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-playbook-single .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-playbook .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-spanish-playbook .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-research-advisors .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-resource-insights .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-resource-webinars .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-resource .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-resources .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-sample-family-huddle .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-sample-playbook .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-solutions .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-solutions .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-table.about .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-table.parents .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-table.partners .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-table.solutions .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-default.positive-approach .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-leadership .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-resources .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-resource .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-resource-insights .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-resource-webinars .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-huddles-latest .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-family-huddles-update .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-family-huddles .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-family-huddles-single .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-playbook .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-playbook-single .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-solutions .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-case-study .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-my-locker .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-changelog .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-careers .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-solutions-students .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-solutions-schools .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-solutions-parents .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-solutions .sidebar-widget .widget_nav_menu .menu > li,
  .page-template-template-table-grid .sidebar-widget .widget_nav_menu .menu > li {
    border: none;
  }
  .page-template-default.advisors .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-blog .sidebar-widget .widget_nav_menu .menu li,
  .page-template-default.careers .sidebar-widget .widget_nav_menu .menu li,
  .page-template-default.positive-approach .sidebar-widget .widget_nav_menu .menu li,
  .page-template-default.schools .sidebar-widget .widget_nav_menu .menu li,
  .page-template-default.student-leaders .sidebar-widget .widget_nav_menu .menu li,
  .page-template-default.students .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-careers .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-case-study .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-changelog .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-family-huddles-single .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-family-huddles-update .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-family-huddles .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-huddles-latest .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-huddles .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-leadership .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-my-locker .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-parent-resources .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-parent-resources .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-playbook-single .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-playbook .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-spanish-playbook .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-research-advisors .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-resource-insights .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-resource-webinars .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-resource .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-resources .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-sample-family-huddle .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-sample-playbook .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-solutions .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-solutions .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-table.about .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-table.parents .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-table.partners .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-table.solutions .sidebar-widget .widget_nav_menu .menu li,
  .page-template-default.positive-approach .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-leadership .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-resources .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-resource .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-resource-insights .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-resource-webinars .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-huddles-latest .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-family-huddles-update .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-family-huddles .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-family-huddles-single .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-playbook .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-playbook-single .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-solutions .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-case-study .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-my-locker .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-changelog .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-careers .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-solutions-students .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-solutions-schools .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-solutions-parents .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-solutions .sidebar-widget .widget_nav_menu .menu li,
  .page-template-template-table-grid .sidebar-widget .widget_nav_menu .menu li {
    padding: 10px 10px 10px 28px;
  }
  .page-template-default.advisors .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-blog .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-default.careers .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-default.positive-approach .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-default.schools .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-default.student-leaders .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-default.students .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-careers .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-case-study .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-changelog .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-family-huddles-single .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-family-huddles-update .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-family-huddles .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-huddles-latest .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-huddles .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-leadership .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-my-locker .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-parent-resources .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-parent-resources .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-playbook-single .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-playbook .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-spanish-playbook .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-research-advisors .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-resource-insights .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-resource-webinars .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-resource .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-resources .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-sample-family-huddle .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-sample-playbook .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-solutions .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-solutions .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-table.about .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-table.parents .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-table.partners .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-table.solutions .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-default.positive-approach .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-leadership .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-resources .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-resource .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-resource-insights .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-resource-webinars .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-huddles-latest .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-family-huddles-update .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-family-huddles .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-family-huddles-single .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-playbook .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-playbook-single .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-solutions .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-case-study .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-my-locker .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-changelog .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-careers .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-solutions-students .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-solutions-schools .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-solutions-parents .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-solutions .sidebar-widget .widget_nav_menu .menu.down,
  .page-template-template-table-grid .sidebar-widget .widget_nav_menu .menu.down {
    margin-top: 0%;
  }
}
.page-template-default.advisors aside.sidebar,
.page-template-template-blog aside.sidebar,
.page-template-default.careers aside.sidebar,
.page-template-default.positive-approach aside.sidebar,
.page-template-default.schools aside.sidebar,
.page-template-default.student-leaders aside.sidebar,
.page-template-default.students aside.sidebar,
.page-template-template-careers aside.sidebar,
.page-template-template-case-study aside.sidebar,
.page-template-template-changelog aside.sidebar,
.page-template-template-family-huddles-single aside.sidebar,
.page-template-template-family-huddles-update aside.sidebar,
.page-template-template-family-huddles aside.sidebar,
.page-template-template-huddles-latest aside.sidebar,
.page-template-template-huddles aside.sidebar,
.page-template-template-leadership aside.sidebar,
.page-template-template-my-locker aside.sidebar,
.page-template-template-parent-resources aside.sidebar,
.page-template-template-parent-resources aside.sidebar,
.page-template-template-playbook-single aside.sidebar,
.page-template-template-playbook aside.sidebar,
.page-template-template-spanish-playbook aside.sidebar,
.page-template-template-research-advisors aside.sidebar,
.page-template-template-resource-insights aside.sidebar,
.page-template-template-resource-webinars aside.sidebar,
.page-template-template-resource aside.sidebar,
.page-template-template-resources aside.sidebar,
.page-template-template-sample-family-huddle aside.sidebar,
.page-template-template-sample-playbook aside.sidebar,
.page-template-template-solutions aside.sidebar,
.page-template-template-solutions aside.sidebar,
.page-template-template-table.about aside.sidebar,
.page-template-template-table.parents aside.sidebar,
.page-template-template-table.partners aside.sidebar,
.page-template-template-table.solutions aside.sidebar,
.page-template-default.positive-approach aside.sidebar,
.page-template-template-leadership aside.sidebar,
.page-template-template-resources aside.sidebar,
.page-template-template-resource aside.sidebar,
.page-template-template-resource-insights aside.sidebar,
.page-template-template-resource-webinars aside.sidebar,
.page-template-template-huddles-latest aside.sidebar,
.page-template-template-family-huddles-update aside.sidebar,
.page-template-template-family-huddles aside.sidebar,
.page-template-template-family-huddles-single aside.sidebar,
.page-template-template-playbook aside.sidebar,
.page-template-template-playbook-single aside.sidebar,
.page-template-template-solutions aside.sidebar,
.page-template-template-case-study aside.sidebar,
.page-template-template-my-locker aside.sidebar,
.page-template-template-changelog aside.sidebar,
.page-template-template-careers aside.sidebar,
.page-template-template-solutions-students aside.sidebar,
.page-template-template-solutions-schools aside.sidebar,
.page-template-template-solutions-parents aside.sidebar,
.page-template-template-solutions aside.sidebar,
.page-template-template-table-grid aside.sidebar {
  margin-bottom: 20px;
}

#videoModal {
  position: fixed;
  width: 100%;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: rgba(52, 52, 52, 0.6);
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  z-index: 2000000;
}
#videoModal.hideVid {
  display: none;
}
#videoModal.showVid {
  display: -moz-flex;
  display: flex;
}
#videoModal .modalContent {
  background: #ffffff;
  width: 90%;
  padding: 50px 20px 20px 20px;
  position: relative;
}
#videoModal .closeBtn {
  padding: 10px;
  text-transform: uppercase;
  color: #005CB9;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  right: 12px;
  top: 10px;
  cursor: pointer;
}

.positiveApproach {
  margin: 50px 0px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.positiveApproach > div {
  width: 60%;
}
.positiveApproach > div:first-child {
  width: 40%;
}
@media (max-width: 1144px) {
  .positiveApproach > div:first-child {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .positiveApproach > div:first-child {
    width: 100%;
  }
}
@media (max-width: 1144px) {
  .positiveApproach > div {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .positiveApproach > div {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .positiveApproach {
    display: block;
  }
}

.videoWrapper {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.videoWrapper iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.homeBenefits {
  text-align: left;
  padding-right: 25px;
}
@media (max-width: 1024px) {
  .homeBenefits {
    text-align: center;
    padding-right: 0px;
  }
}
.homeBenefits .benefitsTitle {
  padding-bottom: 15px;
  font-size: 25px;
  line-height: 25px;
  font-size: 1.3888888889rem;
  line-height: 1.3888888889rem;
  letter-spacing: 0.04em;
  color: #13cbb6;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .homeBenefits .benefitsTitle {
    -moz-justify-content: center;
    justify-content: center;
    font-size: 20px;
    line-height: 20px;
    font-size: 1.1111111111rem;
    line-height: 1.1111111111rem;
    letter-spacing: 0.04em;
  }
}
.homeBenefits .benefitsTitle div:first-child {
  background: #13cbb6;
  border-radius: 50%;
  width: 80px;
}
@media (max-width: 1144px) {
  .homeBenefits .benefitsTitle div:first-child {
    display: none;
  }
}
.homeBenefits .benefitsTitle div:last-child {
  padding-left: 10px;
  padding-top: 5px;
}
@media (max-width: 1144px) {
  .homeBenefits .benefitsTitle div:last-child {
    padding-left: 0px;
    padding-top: 0px;
  }
}
.homeBenefits ul {
  padding: 0px;
  margin: 0px;
}
.homeBenefits ul li {
  list-style: decimal;
  margin-left: 25px;
  padding-bottom: 5px;
}
@media (max-width: 1024px) {
  .homeBenefits ul li {
    text-align: left;
  }
}

.videoContent.positiveApproach-video {
  max-width: 800px;
}
@media (max-width: 1024px) {
  .videoContent.positiveApproach-video {
    margin: 30px auto;
  }
}

/* ============================================================
  CUSTOM PAGINATION
============================================================ */
.pagination {
  margin: 0px;
}

.custom-pagination {
  margin-top: 20px;
}

.custom-pagination span,
.custom-pagination a {
  display: inline-block;
  padding: 2px 10px;
}

.custom-pagination a {
  background-color: #eee;
  color: #55bbeb;
}

.custom-pagination a:hover {
  background-color: #55bbeb;
  text-decoration: none;
  color: #ffffff;
}

.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
  display: none;
}

.custom-pagination span.dots {
  padding: 0;
  color: gainsboro;
}

.custom-pagination span.current {
  background-color: #55bbeb;
  color: #ffffff;
}

/* ============================================================
  CUSTOM CHECKOUT
============================================================ */
section .pmpro_checkout-fields {
  margin-top: 20px;
}
section .pmpro_asterisk {
  display: none;
}

form.pmpro_membership_checkout .pmpro_checkout-fields #account_agreements_div .pmprorh_grouped_checkboxes li {
  padding: 10px 0 10px 50px;
  text-indent: -50px;
}
form.pmpro_membership_checkout .pmpro_checkout-fields #account_agreements_div .pmprorh_grouped_checkboxes .pmprorh_checkbox_span {
  align-content: center;
}
form.pmpro_membership_checkout .pmpro_checkout-fields #account_agreements_div .pmprorh_grouped_checkboxes .pmprorh_checkbox_span label {
  display: inline;
  vertical-align: middle;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
}
form.pmpro_membership_checkout .pmpro_checkout-fields #account_agreements_div .pmprorh_grouped_checkboxes .pmprorh_checkbox_span label a.checkoutAgreeLinks {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
form.pmpro_membership_checkout .pmpro_checkout-fields #account_agreements_div .pmprorh_grouped_checkboxes .pmprorh_checkbox_span label a.checkoutAgreeLinks:hover {
  color: #13cbb6;
  text-decoration: none;
}
form.pmpro_membership_checkout .pmpro_checkout-fields #account_agreements_div .pmprorh_grouped_checkboxes .pmprorh_checkbox_span input {
  margin: 0 15px;
  width: -moz-fit-content;
  width: fit-content;
}
form.pmpro_membership_checkout .pmpro_checkout-fields #account_agreements_div .pmprorh_grouped_checkboxes input[type=checkbox] {
  border: 2px solid #eee;
  height: 18px;
  vertical-align: middle;
  width: 18px;
}
form.pmpro_membership_checkout #noLongerIndividual {
  font-size: 16px;
  line-height: 24px;
  font-size: 0.8888888889rem;
  line-height: 1.3333333333rem;
  letter-spacing: 0.04em;
  margin: 15px 15px 25px;
}
form.pmpro_membership_checkout #noLongerIndividual a {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}
form.pmpro_membership_checkout #noLongerIndividual a:hover {
  color: #13cbb6;
  text-decoration: none;
}

.pmpro_checkout.top1em {
  max-width: none;
}
.pmpro_checkout.top1em thead {
  display: none;
}

.page-template-template-checkout footer .footerWrapper,
.page-template-template-checkout footer .footerNav {
  display: none;
}

.pmpro_submit {
  text-align: left !important;
}
.pmpro_submit hr {
  border-top: 2px solid #eee;
}

#pmpro_processing_message {
  color: #005CB9;
  margin-top: 10px;
  text-align: left !important;
}

.pmpro_select#role {
  border: 2px solid #4D5761;
  background-color: #eee;
  background-size: 20px;
  max-width: 100%;
  padding: 20px;
  font-size: 18px;
  line-height: 18px;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.04em;
}

#pmpro_btn-submit_hubspot_api {
  background: #005CB9;
  border: 2px solid #005CB9;
  padding: 15px 15px 12px 15px;
  width: auto;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
#pmpro_btn-submit_hubspot_api:hover {
  background: #ffffff;
  border: 2px solid #005CB9;
  color: #005CB9;
  opacity: 1;
}

#pmpro_form .pmpro_checkout hr {
  border-top: 2px solid #eee;
}
#pmpro_form .pmpro_checkout h3 {
  margin: 0px 0px 15px 0px;
}
#pmpro_form .pmpro_checkout h3 span {
  margin: 10px 0;
}
#pmpro_form .pmpro_checkout h3 .pmpro_checkout-h3-name {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  line-height: 26px;
  font-size: 1.4444444444rem;
  line-height: 1.4444444444rem;
  letter-spacing: 0.04em;
}
#pmpro_form .pmpro_checkout h3 .pmpro_checkout-h3-msg {
  display: block;
  font-size: 16px;
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-style: italic;
}
#pmpro_form .pmpro_checkout h3 .pmpro_checkout-h3-msg a {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: italic;
}
#pmpro_form .pmpro_checkout h3 .pmpro_checkout-h3-msg a:hover {
  color: #13cbb6;
  text-decoration: none;
}
#pmpro_form .pmpro_checkout #invite_code {
  max-width: 100%;
}
#pmpro_form .pmpro_checkout #other_discount_code_tr {
  display: -moz-flex;
  display: flex;
  margin: 0px 0px 5px 0px;
  max-width: 600px;
  width: 100%;
}
#pmpro_form .pmpro_checkout #other_discount_code_tr input[type=button] {
  background: none;
  border: 4px solid #343434;
  max-width: 30%;
  text-transform: uppercase;
}
#pmpro_form .pmpro_checkout #other_discount_code_tr input[type=text] {
  max-width: 70%;
}
#pmpro_form .pmpro_checkout .discount-msg {
  font-size: 13px;
  line-height: 16.25px;
  font-size: 0.7222222222rem;
  line-height: 0.9027777778rem;
  letter-spacing: 0.04em;
  padding-left: 10px;
}
#pmpro_form .pmpro_payment-discount-code {
  display: none;
}
#pmpro_form #pmpro_mailing_lists {
  display: none;
}
@media (max-width: 768px) {
  #pmpro_form input[type=text],
  #pmpro_form input[type=password],
  #pmpro_form input[type=text]#other_discount_code {
    width: 100%;
  }
}

.membership-checkout form ::-webkit-input-placeholder {
  color: rgba(77, 87, 97, 0.8);
  font-style: italic;
}
.membership-checkout form ::-moz-placeholder {
  color: rgba(77, 87, 97, 0.8);
  font-style: italic;
}
.membership-checkout form :-ms-input-placeholder {
  color: rgba(77, 87, 97, 0.8);
  font-style: italic;
}
.membership-checkout form :-moz-placeholder {
  color: rgba(77, 87, 97, 0.8);
  font-style: italic;
}
.membership-checkout form.pmpro_form input {
  background: #eee;
  border: 2px solid #4D5761;
  max-width: 100%;
  padding: 10px;
  width: 100%;
  font-size: 18px;
  line-height: 27px;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
}
.membership-checkout form.pmpro_form label {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 27px;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
}
.membership-checkout form select {
  -webkit-appearance: none;
  background: url(img/dropdown-arrow.png) #f7f7f7 no-repeat;
  background-position: 95% center;
  background-size: 27px;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  max-width: 100%;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  font-size: 0.8888888889rem;
  line-height: 0.8888888889rem;
  letter-spacing: 0.04em;
}
.membership-checkout form select:focus {
  outline: 0;
}
.membership-checkout form .pmpro_submit input[type=submit] {
  background: none;
  border: 4px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  text-transform: uppercase;
}
.membership-checkout form .pmpro_submit input[type=submit]:focus {
  outline: none;
}
.membership-checkout form .pmpro_submit input[type=submit]:hover {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  opacity: 0.75;
}
@media (max-width: 768px) {
  .membership-checkout form .pmpro_submit {
    margin: 20px auto 0px auto;
    width: 90%;
  }
}
.membership-checkout .checkout-bdyWrapper {
  margin: 50px auto;
  max-width: 1098px;
  width: 90%;
  /*@include flexbox();
       @media (max-width: 768px) {
           @include flex-wrap(wrap);
       }
      .checkoutColumn {
          &:first-child {
              width: 65%;
              padding: 50px 100px;
              @media (max-width: 860px) {
                  width: 50%;
                  padding: 50px;
              }
              @media (max-width: 768px) {
                  width: 90%;
                  padding: 30px 0px;
                  margin: 0px auto;
              }
          }
          &:last-child {
              position: relative;
              width: 35%;
              background: $black;
              color: $white;
              padding: 50px;
              @media (max-width: 860px) {
                  width: 50%;
              }
              @media (max-width: 768px) {
                  width: 100%;
                  padding: 30px 0px;
              }
          }
      }*/
}
.membership-checkout .titleWrapper {
  width: 100%;
  margin: 0px auto;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$orange+0,f11c60+100 */
  background: #13cbb6; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-100deg, #13cbb6 0%, #005CB9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$color1, endColorstr=$color2,GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.membership-checkout .contentTitle {
  width: 65%;
  color: #ffffff;
  padding: 45px 0 10px;
  max-width: 1280px;
  margin: 0 auto;
}
.membership-checkout .contentTitle h1 {
  font-size: 60px;
  line-height: 60px;
  font-size: 3.3333333333rem;
  line-height: 3.3333333333rem;
  letter-spacing: 0.04em;
  margin: 20px 0 10px;
  text-transform: uppercase;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
}
@media (max-width: 860px) {
  .membership-checkout .contentTitle {
    padding: 30px 0px;
  }
  .membership-checkout .contentTitle .contentSubTitle {
    margin: 0px auto;
    width: 90%;
  }
}
.membership-checkout .checkoutSummary.fixedNav {
  position: fixed;
  top: 50px;
  width: 28%;
}
@media (max-width: 1144px) {
  .membership-checkout .checkoutSummary.fixedNav {
    width: 25%;
  }
}
@media (max-width: 980px) {
  .membership-checkout .checkoutSummary.fixedNav {
    width: 24%;
  }
}
@media (max-width: 860px) {
  .membership-checkout .checkoutSummary.fixedNav {
    width: 38%;
  }
}
@media (max-width: 768px) {
  .membership-checkout .checkoutSummary.fixedNav {
    position: relative;
    top: auto;
    width: 90%;
  }
}
.membership-checkout .checkoutSummary.fixedNav.fixedFtr {
  bottom: 0px;
  position: absolute;
  top: auto;
  width: 81%;
}
@media (max-width: 1144px) {
  .membership-checkout .checkoutSummary.fixedNav.fixedFtr {
    width: 74%;
  }
}
@media (max-width: 980px) {
  .membership-checkout .checkoutSummary.fixedNav.fixedFtr {
    width: 70%;
  }
}
@media (max-width: 860px) {
  .membership-checkout .checkoutSummary.fixedNav.fixedFtr {
    width: 77%;
  }
}
@media (max-width: 768px) {
  .membership-checkout .checkoutSummary.fixedNav.fixedFtr {
    bottom: auto;
    position: relative;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .membership-checkout .checkoutSummary {
    margin: 0px auto;
    width: 90%;
  }
}
.membership-checkout .checkoutSummary h3 {
  border-bottom: 2px solid #ffffff;
  margin: 0px 0px 20px 0px;
  padding-bottom: 10px;
}
.membership-checkout .checkoutSummary .summaryContent {
  font-size: 16px;
  line-height: 24px;
  font-size: 0.8888888889rem;
  line-height: 1.3333333333rem;
  letter-spacing: 0.04em;
  padding-bottom: 20px;
}
.membership-checkout .checkoutSummary .summaryContent .summaryContentTitle {
  font-weight: 600;
  font-size: 22px;
  line-height: 27.5px;
  font-size: 1.2222222222rem;
  line-height: 1.5277777778rem;
  letter-spacing: 0.04em;
}
.membership-checkout .checkoutSummary .summaryFeeWrapper {
  border-bottom: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  padding: 20px 0px;
}
.membership-checkout .checkoutSummary .summaryFeeWrapper .summaryRow {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.membership-checkout .checkoutSummary .summaryFeeWrapper .summaryColumn {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.membership-checkout .checkoutSummary .summaryFeeWrapper .summaryDiscount,
.membership-checkout .checkoutSummary .summaryFeeWrapper .summaryDisountValue {
  display: none;
}
.membership-checkout .checkoutSummary .summaryFeeWrapper .summaryTotal,
.membership-checkout .checkoutSummary .summaryFeeWrapper .summaryTotalValue {
  font-weight: 600;
  padding: 5px 0px;
  font-size: 22px;
  line-height: 33px;
  font-size: 1.2222222222rem;
  line-height: 1.8333333333rem;
  letter-spacing: 0.04em;
}
.membership-checkout #pmpro_level_cost {
  display: none;
}
.membership-checkout #pmpro_email_signature .email-desc {
  font-size: 16px;
  line-height: 36px;
  font-size: 0.8888888889rem;
  line-height: 2rem;
  letter-spacing: 0.04em;
  padding-bottom: 20px;
}
.membership-checkout #pmpro_email_signature .email-form {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
.membership-checkout #pmpro_email_signature .email-form .input {
  width: 60%;
}
@media (max-width: 860px) {
  .membership-checkout #pmpro_email_signature .email-form .input {
    width: 100%;
  }
}
.membership-checkout #pmpro_email_signature .email-form .email-checkbox-wrap {
  padding-left: 30px;
  width: 40%;
}
@media (max-width: 860px) {
  .membership-checkout #pmpro_email_signature .email-form .email-checkbox-wrap {
    padding-left: 0px;
    padding-top: 15px;
    width: 100%;
  }
}
.membership-checkout #pmpro_email_signature .email-form .email-checkbox {
  position: relative;
}
.membership-checkout #pmpro_email_signature .email-form .email-checkbox input {
  height: 16px;
  width: 16px;
}
.membership-checkout #pmpro_email_signature .email-form input[type=checkbox] {
  left: 0%;
  position: absolute;
}
.membership-checkout #pmpro_email_signature .email-form input[type=checkbox] + label span {
  background: url(img/checkbox-btn.png) no-repeat;
  background-position: -75px 0px;
  background-size: 400%;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  left: 0%;
  margin-right: 8px;
  position: absolute;
  vertical-align: middle;
  width: 25px;
}
.membership-checkout #pmpro_email_signature .email-form input[type=checkbox] + label {
  margin-left: 35px;
}
.membership-checkout #pmpro_email_signature .email-form input[type=checkbox]:checked + label span {
  background-position: -50px 0px;
}
.membership-checkout #pmpro_email_signature .email-form input[type=text] {
  font-size: 20px;
  line-height: 30px;
  font-size: 1.1111111111rem;
  line-height: 1.6666666667rem;
  letter-spacing: 0.04em;
}
.membership-checkout #pmpro_payment_information_fields {
  display: none;
}
.membership-checkout #pmpro_payment_information_fields .pmpro_checkout-h3-msg {
  padding-top: 10px;
}
.membership-checkout #pmpro_payment_information_fields .pmpro_checkout-h3-msg img {
  height: auto;
  max-width: 135px;
  padding: 0px 5px;
  vertical-align: middle;
  width: 100%;
}
.membership-checkout #pmpro_payment_information_fields select {
  width: 35%;
}
.membership-checkout #pmpro_payment_information_fields select#ExpirationMonth {
  margin-right: 10px;
}
.membership-checkout #pmpro_payment_information_fields select#ExpirationYear {
  margin-left: 10px;
}
@media (max-width: 860px) {
  .membership-checkout #pmpro_payment_information_fields select {
    background-position: 90%;
    width: 40%;
  }
}
.membership-checkout #pmpro_billing_address_fields {
  display: none;
}
.membership-checkout #pmpro_billing_address_fields .pmpro_checkout-fields {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
}
.membership-checkout #pmpro_billing_address_fields .pmpro_checkout-fields > div {
  width: 50%;
}
@media (max-width: 860px) {
  .membership-checkout #pmpro_billing_address_fields .pmpro_checkout-fields > div {
    width: 100%;
  }
}
.membership-checkout #pmpro_billing_address_fields .pmpro_checkout-fields div:nth-child(odd) {
  padding-right: 30px;
}
@media (max-width: 860px) {
  .membership-checkout #pmpro_billing_address_fields .pmpro_checkout-fields div:nth-child(odd) {
    padding-right: 0px;
  }
}
.membership-checkout .pmpro_checkout-field.pmpro_payment-cvv small {
  color: #ffffff;
  font-size: 11px;
  line-height: 16.5px;
  font-size: 0.6111111111rem;
  line-height: 0.9166666667rem;
  letter-spacing: 0.04em;
}
.membership-checkout .pmpro_checkout-field.pmpro_payment-cvv small a {
  border-bottom: 2px solid #005CB9;
  color: #005CB9;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.membership-checkout .pmpro_checkout-field.pmpro_payment-cvv small a:hover {
  border-bottom: 2px solid rgba(0, 92, 185, 0.75);
  opacity: 0.75;
  text-decoration: none;
}

.login .nav-title {
  width: 100%;
}
.login .nav-title h1 {
  text-align: center;
}
.login .loginBdyCol {
  width: 100%;
}
.login .LogInContent {
  display: grid;
  grid-template-columns: 50% 50%;
}
.login .LogInContent .LogInColumn:first-child {
  padding-right: 30px;
  border-right: 1px solid #343434;
}
@media (max-width: 860px) {
  .login .LogInContent .LogInColumn:first-child {
    border-right: none;
    padding-right: 0px;
    padding-bottom: 30px;
    border-bottom: 1px solid #343434;
  }
}
.login .LogInContent .LogInColumn:first-child p a {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.login .LogInContent .LogInColumn:last-child {
  padding-left: 30px;
}
.login .LogInContent .LogInColumn:last-child a {
  background: #005CB9;
  color: #ffffff;
  padding: 10px 20px 8px 20px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 25px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  border: 2px solid #005CB9;
  text-decoration: none;
}
.login .LogInContent .LogInColumn:last-child a:hover {
  background: #ffffff;
  color: #005CB9;
}
@media (max-width: 860px) {
  .login .LogInContent .LogInColumn:last-child a {
    width: 90%;
    max-width: 450px;
    display: block;
    text-align: center;
  }
}
@media (max-width: 860px) {
  .login .LogInContent .LogInColumn:last-child {
    padding-left: 0px;
    padding-top: 30px;
  }
}
@media (max-width: 860px) {
  .login .LogInContent {
    grid-template-columns: 100%;
  }
}
.login h3 {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  line-height: 35.1px;
  font-size: 1.4444444444rem;
  line-height: 1.95rem;
  letter-spacing: 0.04em;
}
.login .pmpro_member_display_name {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.login .pmpro_member_log_out a {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.tml-login ::-webkit-input-placeholder,
.tml-lostpassword ::-webkit-input-placeholder {
  color: rgba(243, 244, 246, 0.8);
}
.tml-login ::-moz-placeholder,
.tml-lostpassword ::-moz-placeholder {
  color: rgba(243, 244, 246, 0.8);
}
.tml-login :-ms-input-placeholder,
.tml-lostpassword :-ms-input-placeholder {
  color: rgba(243, 244, 246, 0.8);
}
.tml-login :-moz-placeholder,
.tml-lostpassword :-moz-placeholder {
  color: rgba(243, 244, 246, 0.8);
}
.tml-login label,
.tml-lostpassword label {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.tml-login input,
.tml-lostpassword input {
  border: 1px solid #eee;
  padding: 10px;
  color: #4D5761;
  border-radius: 5px;
  background: #eeeeee;
  margin: 0px;
}
.tml-login .tml-user-login-wrap label,
.tml-lostpassword .tml-user-login-wrap label {
  display: none;
}
.tml-login .tml-user-pass-wrap label,
.tml-lostpassword .tml-user-pass-wrap label {
  display: none;
}
.tml-login p,
.tml-lostpassword p {
  padding-bottom: 0px;
}
.tml-login p.tml-submit-wrap,
.tml-lostpassword p.tml-submit-wrap {
  margin-bottom: 0px;
}
.tml-login input[type=submit],
.tml-lostpassword input[type=submit] {
  border: 2px solid rgba(255, 255, 255, 0.45);
  background: #005CB9;
  border-radius: 0px;
  opacity: 1;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 10px 20px 8px 20px;
}
.tml-login input[type=submit]:hover,
.tml-lostpassword input[type=submit]:hover {
  border: 2px solid #005CB9;
  background: #ffffff;
  color: #005CB9;
}

.tml-links {
  padding: 0px;
  list-style: none;
  margin: 0px;
}
.tml-links li {
  padding-bottom: 0px !important;
}

.tml-user-avatar {
  display: none;
}

.tml-user-links {
  padding: 0px;
  margin: 0px;
  display: none;
  list-style: none;
}
.tml-user-links a {
  display: inline-block;
  list-style: none;
  border: 2px solid #13cbb6;
  border-radius: 4px;
  margin: 5px 6px;
  text-align: left;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  min-height: 55px;
  opacity: 0;
  background-color: #13cbb6;
  color: #ffffff;
  text-decoration: none;
  display: block;
  min-height: inherit;
  padding: 11px 0px;
  text-align: center;
  margin: 0px;
  opacity: 1;
}
.tml-user-links a:hover {
  background-color: transparent;
  color: #13cbb6;
}
.tml-user-links a:hover a {
  color: #13cbb6;
}
.tml-user-links a:hover .fa-tsienvelope {
  background-position: 0px -25px;
}
.tml-user-links a a {
  color: #ffffff;
  font-size: 16px;
  line-height: 17.6px;
  font-size: 0.8888888889rem;
  line-height: 0.9777777778rem;
  letter-spacing: 0.04em;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 14px 7px 14px;
}
.tml-user-links a a:hover {
  text-decoration: none;
  color: #13cbb6;
}
.tml-user-links a a i {
  font-size: 2em !important;
  padding-right: 10px;
  margin-top: -5px;
}

.pmpro_login_wrap {
  margin-top: 25px;
  margin-bottom: 0px;
}
.pmpro_login_wrap p.pmpro_actions_nav {
  text-align: left;
  margin: 0px;
  padding: 0px;
}
.pmpro_login_wrap p.pmpro_actions_nav a {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.pmpro_login_wrap #loginform {
  /*.tml-user-login-wrap {
    label {
      display: none;
    }
  }*/
  /*.tml-user-pass-wrap {
    label {
      display: none;
    }
  }*/
}
.pmpro_login_wrap #loginform ::-webkit-input-placeholder {
  color: rgba(243, 244, 246, 0.8);
}
.pmpro_login_wrap #loginform ::-moz-placeholder {
  color: rgba(243, 244, 246, 0.8);
}
.pmpro_login_wrap #loginform :-ms-input-placeholder {
  color: rgba(243, 244, 246, 0.8);
}
.pmpro_login_wrap #loginform :-moz-placeholder {
  color: rgba(243, 244, 246, 0.8);
}
.pmpro_login_wrap #loginform label {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pmpro_login_wrap #loginform input {
  border: 2px solid #4D5761;
  padding: 10px;
  color: #4D5761;
  border-radius: 5px;
  background: #eeeeee;
  margin: 0px;
}
.pmpro_login_wrap #loginform input[type=text],
.pmpro_login_wrap #loginform input[type=password] {
  width: 100%;
  max-width: 450px;
}
.pmpro_login_wrap #loginform p {
  padding-bottom: 0px;
  /*&.tml-submit-wrap {
    margin-bottom: 0px;
  }*/
}
.pmpro_login_wrap #loginform input[type=submit] {
  border: 2px solid #005CB9;
  background: #005CB9;
  border-radius: 0px;
  opacity: 1;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 10px 20px 8px 20px;
}
.pmpro_login_wrap #loginform input[type=submit]:hover {
  border: 2px solid #005CB9;
  background: #ffffff;
  color: #005CB9;
}
@media (max-width: 860px) {
  .pmpro_login_wrap #loginform input[type=submit] {
    width: 90%;
    max-width: 450px;
  }
}

.logged-in #pmpro_account-profile ul {
  margin: 0px;
  padding: 0px;
}
.logged-in #pmpro_account-profile ul li {
  padding-bottom: 0px;
  list-style: none;
}
.logged-in #pmpro_account-profile .pmpro_actionlinks {
  display: none;
}
.logged-in #pmpro_account-membership > .pmpro_actionlinks {
  display: none;
}

.locker-fee > ul,
.locker-billing > ul {
  margin: 0px;
  padding: 0px;
}
.locker-fee > ul li,
.locker-billing > ul li {
  padding-bottom: 0px !important;
  list-style: none;
}
.locker-fee #pmpro_account .pmpro_box:first-child,
.locker-billing #pmpro_account .pmpro_box:first-child {
  margin-top: 0px;
  padding-top: 0px;
  border-top: none;
}
.locker-fee .level-description,
.locker-billing .level-description {
  margin-bottom: 18px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.pmpro_checkout a.pmpro_btn-select {
  background-color: #005CB9;
  border: 2px solid #005CB9;
  border-radius: 0px;
  color: #ffffff;
}
.pmpro_checkout a.pmpro_btn-select:hover {
  border: 2px solid #005CB9 !important;
  background-color: #ffffff !important;
  color: #005CB9 !important;
}

.pmpro-billing .pmpro_checkout tbody td,
.pmpro-billing .pmpro_checkout thead th {
  padding: 10px 0px;
}
.pmpro-billing form table {
  max-width: none;
}
.pmpro-billing form.pmpro_form div {
  text-align: left;
}
.pmpro-billing form.pmpro_form label {
  display: block;
  float: none;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-size: 0.8888888889rem;
  line-height: 1.3333333333rem;
  letter-spacing: 0.04em;
  color: #13cbb6;
  padding-bottom: 3px;
  width: 100%;
}
.pmpro-billing form.pmpro_form input {
  border: 1px solid #F3F4F6;
  padding: 10px;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .pmpro-billing form.pmpro_form input[type=text] {
    width: 100%;
  }
}
.pmpro-billing form input[type=submit],
.pmpro-billing form input[type=button] {
  background: #13cbb6;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  font-size: 18px;
  line-height: 18px;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.04em;
  padding: 18px 10px;
  max-width: 49%;
  width: 100%;
  display: inline-block;
}
.pmpro-billing form input#bcity {
  max-width: 98%;
}
@media (max-width: 480px) {
  .pmpro-billing form input#bcity {
    max-width: 97%;
  }
}
.pmpro-billing form input#bstate,
.pmpro-billing form input#bzipcode {
  max-width: 48%;
  margin-top: 10px;
}
.pmpro-billing form #pmpro_billing_address_fields {
  margin-bottom: 30px;
}
.pmpro-billing form #pmpro_billing_address_fields th {
  padding: 10px 0px;
  font-size: 25px;
  line-height: 25px;
  font-size: 1.3888888889rem;
  line-height: 1.3888888889rem;
  letter-spacing: 0.04em;
  color: #13cbb6;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pmpro-billing form #pmpro_billing_address_fields tbody td > div {
  width: 80%;
}
@media (max-width: 768px) {
  .pmpro-billing form #pmpro_billing_address_fields tbody td > div {
    width: 100%;
  }
}
.pmpro-billing form #pmpro_payment_information_fields .pmpro_thead-name {
  width: 50%;
}
.pmpro-billing form #pmpro_payment_information_fields .pmpro_thead-msg {
  font-size: 13px;
  line-height: 13px;
  font-size: 0.7222222222rem;
  line-height: 0.7222222222rem;
  letter-spacing: 0.04em;
  width: 50%;
  text-align: left;
}
.pmpro-billing form #pmpro_payment_information_fields .pmpro_payment-cvv input {
  width: 35%;
}
.pmpro-billing form #pmpro_payment_information_fields .pmpro_thead-name {
  font-size: 25px;
  line-height: 25px;
  font-size: 1.3888888889rem;
  line-height: 1.3888888889rem;
  letter-spacing: 0.04em;
  color: #13cbb6;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pmpro-billing form #pmpro_payment_information_fields tbody td > div {
  width: 49%;
  vertical-align: top;
}
@media (max-width: 768px) {
  .pmpro-billing form #pmpro_payment_information_fields tbody td > div {
    width: 100%;
  }
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  padding: 0px 20px;
}
.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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./assets/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/assets/fonts/slick/slick.eot");
  src: url("./fonts/assets/fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/assets/fonts/slick/slick.woff") format("woff"), url("./fonts/assets/fonts/slick/slick.ttf") format("truetype"), url("./fonts/assets/fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-initialized .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.hero .heroContent {
  width: 100%;
  left: 0px;
  right: 0px;
  text-shadow: none;
  max-width: 100%;
  bottom: 0px;
  background: #D5C29B;
  text-align: center;
  padding: 20px;
}
@media (max-width: 930px) {
  .hero .heroContent-wrap {
    max-width: 60%;
    font-size: 16px;
    line-height: 1.5em;
    margin: 0px auto;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .hero .heroContent-wrap {
    max-width: 530px;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0px auto;
  }
}
@media (max-width: 560px) {
  .hero .heroContent-wrap {
    max-width: 90%;
    font-size: 12px;
    line-height: 1.5em;
    margin: 0px auto;
  }
}
@media (max-width: 530px) {
  .hero .heroContent-wrap {
    max-width: 250px;
    font-size: 12px;
    line-height: 1.5em;
    margin: 0px auto;
  }
}
.hero .remoteLearningBtn {
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
}
.hero .remoteLearningBtn:hover {
  text-decoration: underline;
}

.heroNavigation {
  width: 100%;
  padding: 0px;
  margin: 0px;
  color: #ffffff;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: space-around;
  justify-content: space-around;
  background: #005CB9;
}
.heroNavigation li {
  list-style: none;
  padding: 15px 20px 10px 20px;
  border: rgba(255, 255, 255, 0.4) 4px solid;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  cursor: pointer;
  margin: 10px;
}
.heroNavigation li:hover {
  background: rgba(255, 255, 255, 0.6);
  color: #005CB9;
}
@media (max-width: 860px) {
  .heroNavigation li {
    margin: 10px 10px 0px 10px;
  }
  .heroNavigation li:last-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .heroNavigation {
    position: relative;
  }
}
@media (max-width: 860px) {
  .heroNavigation {
    flex-wrap: wrap;
  }
}

.nav-search {
  margin-right: 20px;
}

form .message-option {
  display: none !important;
}
form.search .search-wrapper {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  width: 100%;
}
form.search .search-wrapper i {
  color: #4D5761;
  font-size: 20px;
  line-height: 20px;
  font-size: 1.1111111111rem;
  line-height: 1.1111111111rem;
  letter-spacing: 0.04em;
  padding: 8px 4px 8px 15px;
  transform: scaleX(-1);
}
form.search .search-wrapper input::-webkit-input-placeholder {
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-style: italic;
}
form.search .search-wrapper input::-moz-placeholder {
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-style: italic;
}
form.search .search-wrapper input:-ms-input-placeholder {
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-style: italic;
}
form.search .search-wrapper input:-moz-placeholder {
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-style: italic;
}
form.search .search-wrapper input.search-input {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
  border: none;
  background: none;
  width: 100%;
  padding: 0px 0px 0px 15px;
  font-size: 16px;
  line-height: 24px;
  font-size: 0.8888888889rem;
  line-height: 1.3333333333rem;
  letter-spacing: 0.04em;
}
main form.search {
  display: none;
}
.nav-search form.search i {
  cursor: pointer;
}
.nav-search form.search input {
  cursor: default;
}
.nav-search form.search input::-webkit-input-placeholder {
  opacity: 0;
}
.nav-search form.search input::-moz-placeholder {
  opacity: 0;
}
.nav-search form.search input:-ms-input-placeholder {
  opacity: 0;
}
.nav-search form.search input:-moz-placeholder {
  opacity: 0;
}
.nav-search form.search input:focus {
  cursor: text;
}
.nav-search form.search input:focus::-webkit-input-placeholder {
  opacity: 1;
}
.nav-search form.search input:focus::-moz-placeholder {
  opacity: 1;
}
.nav-search form.search input:focus:-ms-input-placeholder {
  opacity: 1;
}
.nav-search form.search input:focus:-moz-placeholder {
  opacity: 1;
}
@media (max-width: 960px) {
  .nav-search form.search {
    display: none;
  }
}

form .wpcf7-form div {
  background: #eeeeee;
  border-radius: 5px;
  padding: 10px;
  margin: 12px 0px;
}
form .wpcf7-form div i {
  color: #ffffff;
  font-size: 25px;
  line-height: 37.5px;
  font-size: 1.3888888889rem;
  line-height: 2.0833333333rem;
  letter-spacing: 0.04em;
  width: 40px;
}
form .wpcf7-form div.contact-dropdown {
  padding: 0px 0px 0px 10px;
  margin: 0px;
}
form .wpcf7-form div.contact-dropdown i {
  width: 35px;
}
form .wpcf7-form input {
  border: none;
  background: #eeeeee;
  padding-bottom: 5px;
  width: 85%;
}
form .wpcf7-form input[type=submit] {
  text-align: center;
  width: 100%;
  background: #13cbb6;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px;
  border: 2px solid #13cbb6;
  text-transform: uppercase;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 27px;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
}
form .wpcf7-form input[type=submit]:hover {
  border: 2px solid #13cbb6;
  background: #ffffff;
  color: #13cbb6;
}
form .wpcf7-form .checkbox-options .wpcf7-list-item.first {
  margin: 0px;
}
form .wpcf7-form .checkbox-options .wpcf7-list-item-label {
  font-weight: normal;
}
form .wpcf7-form .checkbox-options input[type=checkbox] {
  width: auto;
}
@media (max-width: 500px) {
  form .wpcf7-form .checkbox-options .wpcf7-list-item {
    margin: 0px;
  }
  form .wpcf7-form .checkbox-options i {
    vertical-align: top;
  }
  form .wpcf7-form .checkbox-options .wpcf7-form-control-wrap {
    display: inline-block;
  }
  form .wpcf7-form .checkbox-options .wpcf7-list-item {
    display: block;
  }
}
form .wpcf7-form select {
  border: none;
  background: #eeeeee;
  height: 38px;
  width: 85%;
  max-width: 425px;
  -webkit-appearance: none;
}
form .wpcf7-form select:focus {
  outline: none;
}
form .wpcf7-form select option.invalid {
  color: green;
}
form .wpcf7-form select[name=dropdown] {
  -webkit-appearance: none;
}
form .wpcf7-form select[name=dropdown] option.invalid {
  color: purple;
}
form .wpcf7-form textarea {
  background: #eeeeee;
  border: none;
  outline: 0;
  width: 85%;
}
form .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 21px;
  font-size: 0.7777777778rem;
  line-height: 1.1666666667rem;
  letter-spacing: 0.04em;
}

.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.general div {
  background: #eeeeee;
  border-radius: 5px;
  padding: 10px;
  margin: 12px 0px;
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.general div:last-child {
  background: none;
  padding: 0px;
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.general div i {
  color: #ffffff;
  font-size: 25px;
  line-height: 37.5px;
  font-size: 1.3888888889rem;
  line-height: 2.0833333333rem;
  letter-spacing: 0.04em;
  width: 40px;
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.general div.dropdown-options {
  padding: 0px 0px 0px 10px;
  margin: 0px;
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.general div.dropdown-options i {
  width: 35px;
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.general input {
  border: none;
  background: #eeeeee;
  padding-bottom: 5px;
  width: 85%;
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.general div:nth-last-child(2) {
  padding: 0px 10px;
  height: 62px;
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.general div:nth-last-child(2) select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #4D5761;
  background: #eeeeee;
  border: none;
  outline: none;
  padding-top: 5px;
  padding-left: 2px;
  width: 85%;
  height: 100%;
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.general div:nth-last-child(2) select:invalid {
  color: #757575;
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.general input[type=submit] {
  text-align: center;
  width: 100%;
  background: #13cbb6;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px;
  border: 2px solid #13cbb6;
  text-transform: uppercase;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 27px;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.general input[type=submit]:hover {
  border: 2px solid #13cbb6;
  background: #ffffff;
  color: #13cbb6;
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.general textarea {
  background: #eeeeee;
  border: none;
  outline: 0;
  width: 85%;
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form .userInput {
  display: inline-block;
}
@media (max-width: 768px) {
  .mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form .userInput {
    display: block;
  }
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form .userInput .contactInfo {
  display: block;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form .userInput .contactInfo {
    padding-bottom: 10px;
  }
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form .userInput .contactInfo div {
  display: inline-block;
}
@media (max-width: 768px) {
  .mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form .userInput .contactInfo div {
    display: block;
  }
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form .userInput .contactInfo div input {
  color: #4D5761;
  background: #ffffff;
  padding: 11px 15px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 16px;
  font-size: 0.8888888889rem;
  line-height: 0.8888888889rem;
  letter-spacing: 0.04em;
  border: none;
}
@media (max-width: 768px) {
  .mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form .userInput .contactInfo div input {
    width: 100%;
    max-width: 300px;
  }
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form .userInput .contactInfo div input:focus {
  outline: none;
  border: none;
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form .userInput .contactInfo div input::-webkit-input-placeholder {
  color: #9DA4AE;
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form .userInput .contactInfo div input::-moz-placeholder {
  color: #9DA4AE;
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form .userInput .contactInfo div input:-ms-input-placeholder {
  color: #9DA4AE;
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form .userInput .contactInfo div input:-moz-placeholder {
  color: #9DA4AE;
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form .userInput .contactInfo div input[type=email] {
  width: 100%;
  max-width: 250px;
}
@media (max-width: 768px) {
  .mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form .userInput .contactInfo div input[type=email] {
    max-width: 300px;
  }
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form .userInput .contactInfo div input[type=text] {
  width: 100%;
  max-width: 180px;
}
@media (max-width: 768px) {
  .mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form .userInput .contactInfo div input[type=text] {
    max-width: 300px;
  }
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form .userInput .role {
  display: flex;
}
@media (max-width: 768px) {
  .mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form .userInput .role {
    display: block;
  }
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form .userInput .role div {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-size: 0.8888888889rem;
  line-height: 0.8888888889rem;
  letter-spacing: 0.04em;
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form .userInput .role div:first-child {
  flex: 1;
  padding-right: 5px;
}
@media (max-width: 768px) {
  .mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form .userInput .role div:first-child {
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  .mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form .userInput .role div {
    display: block;
  }
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form .userInput .role div select {
  height: 42px;
  width: 100%;
  color: #4D5761;
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='64px' height='64px' viewBox='0 0 64 64' enable-background='new 0 0 64 64' xml:space='preserve'%3E%3Cg%3E%3Cpolyline fill='none' stroke='%23000000' stroke-width='2' stroke-linejoin='bevel' stroke-miterlimit='10' points='48.936,31 31.936,48 14.936,31 '/%3E%3C/g%3E%3Cg%3E%3Cpolyline fill='none' stroke='%23000000' stroke-width='2' stroke-linejoin='bevel' stroke-miterlimit='10' points='48.936,16 31.936,33 14.936,16 '/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: right 5px top 50%;
  padding: 11px 45px 11px 15px;
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 16px;
  font-size: 0.8888888889rem;
  line-height: 0.8888888889rem;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form .userInput .role div select {
    max-width: 300px;
  }
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form .userInput .role div select:invalid {
  color: #9DA4AE;
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form .userInput .role .submit {
  display: inline-block;
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form .userInput .role .submit input[type=submit] {
  background: #343434;
  color: #ffffff;
  border: 4px solid #ffffff;
  vertical-align: middle;
  font-size: 16px;
  line-height: 16px;
  font-size: 0.8888888889rem;
  line-height: 0.8888888889rem;
  letter-spacing: 0.04em;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 15px 8px 15px;
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form .userInput .role .submit input[type=submit]:hover {
  opacity: 0.75;
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form input::-webkit-input-placeholder {
  color: #e4e4e4;
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form input::-moz-placeholder {
  color: #e4e4e4;
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form input:-ms-input-placeholder {
  color: #e4e4e4;
}
.mc4wp-form .mc4wp-form-fields .wp-mailchimp-form.footer-form input:-moz-placeholder {
  color: #e4e4e4;
}
@media (max-width: 875px) {
  .mc4wp-form .mc4wp-form-fields div {
    display: block;
    padding-bottom: 10px;
  }
  .mc4wp-form .mc4wp-form-fields div:last-child {
    padding-bottom: 0px;
  }
}

.wp-mailchimp-form input.location {
  display: none;
}

.join-lockerroom-form input {
  border: 2px solid #F3F4F6;
  border-radius: 8px;
  padding: 10px;
  min-width: 300px;
  margin-bottom: 10px;
  color: #4D5761;
}
.join-lockerroom-form input[type=submit] {
  border: 2px solid #13cbb6;
  border-radius: 8px;
  padding: 10px;
  min-width: 300px;
  margin-bottom: 10px;
  background-color: #13cbb6;
  color: #ffffff;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
.join-lockerroom-form input[type=submit]:visited, .join-lockerroom-form input[type=submit]:focus {
  border: 2px solid #13cbb6;
  border-radius: 8px;
  padding: 10px;
  min-width: 300px;
  margin-bottom: 10px;
  background-color: #13cbb6;
  color: #ffffff;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.join-lockerroom-form input[type=submit]:hover {
  background-color: transparent;
  color: #13cbb6;
}

#join-lockerroom form ::-webkit-input-placeholder {
  color: rgba(243, 244, 246, 0.8);
}
#join-lockerroom form ::-moz-placeholder {
  color: rgba(243, 244, 246, 0.8);
}
#join-lockerroom form :-ms-input-placeholder {
  color: rgba(243, 244, 246, 0.8);
}
#join-lockerroom form :-moz-placeholder {
  color: rgba(243, 244, 246, 0.8);
}

.hbspt-form {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 820px;
  margin: 0px 0px 30px 0px;
}
.home .hbspt-form {
  margin: auto;
}
.hbspt-form .hs-form-field {
  text-align: left;
}
.hbspt-form .hs-error-msgs {
  color: #f11c60;
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 15px;
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}
.hbspt-form .hs-error-msgs li {
  padding: 0px !important;
}
.hbspt-form .legal-consent-container {
  text-align: left;
  font-size: 15px;
  padding-top: 20px;
}
.hbspt-form .hs_recaptcha {
  margin-top: 0px;
  padding-bottom: 20px;
  display: none;
}
.hbspt-form ul {
  margin: 5px 0px 15px 0px;
  padding: 0px;
}
.hbspt-form li.hs-form-booleancheckbox {
  list-style: none;
}
.hbspt-form input,
.hbspt-form textarea,
.hbspt-form select {
  border: 1px solid #F3F4F6;
  border-radius: 5px;
  padding: 10px;
  min-width: 300px;
  margin-bottom: 10px;
  color: #4D5761;
  width: 100%;
  background: rgba(52, 52, 52, 0.05);
}
.hbspt-form input.invalid.error,
.hbspt-form textarea.invalid.error,
.hbspt-form select.invalid.error {
  border: 1px solid #f11c60;
}
.hbspt-form label {
  font-weight: normal;
}
.hbspt-form.hs-form-booleancheckbox-display {
  display: grid;
  grid-template-columns: 30px auto;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-size: 15px;
  line-height: 20.25px;
  font-size: 0.8333333333rem;
  line-height: 1.125rem;
  letter-spacing: 0.04em;
}
.hbspt-form.hs-form-booleancheckbox-display input {
  min-width: unset;
}

.hs_submit {
  text-align: left;
}
.hs_submit input[type=submit] {
  background: #005CB9;
  color: #ffffff;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: auto;
  border-radius: 0px;
  border: 2px solid #005CB9;
  text-transform: uppercase;
  margin: 0px;
}
.hs_submit input[type=submit]:hover {
  color: #005CB9;
  background: #ffffff;
}

.page-template-template-resource-insights .card .post-summary h2 a {
  text-transform: none;
}

.card.featured .post-header {
  color: #343434;
}

.page-template-template-tsi-insights .featuredPosts {
  border: 2px solid #D5C29B;
  margin-bottom: 30px;
}
.page-template-template-tsi-insights .featuredPosts .featuredTitle {
  background: #D5C29B;
  color: #343434;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  padding: 15px;
  font-size: 20px;
  line-height: 20px;
  font-size: 1.1111111111rem;
  line-height: 1.1111111111rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.page-template-template-tsi-insights .featuredPosts .featuredLoop {
  padding: 20px 15px;
}
.page-template-template-tsi-insights .featuredPosts .featuredLoop article {
  padding-top: 0px;
}
.page-template-template-tsi-insights .insightLoop {
  border-top: 1px solid #e4e4e4;
  padding-top: 30px;
}
.page-template-template-tsi-insights .insightLoop article {
  border-bottom: 1px solid #e4e4e4;
  padding: 25px 0px;
}
.page-template-template-tsi-insights .insightLoop article:first-child {
  padding-top: 0px;
}
.page-template-template-tsi-insights .insightLoop article:last-child {
  border-bottom: none;
}
.page-template-template-tsi-insights .thumb-placeholder {
  background: #e4e4e4;
  width: 150px;
  height: 150px;
}
.page-template-template-tsi-insights .post-details {
  display: grid;
  grid-template-columns: 150px auto;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding-top: 10px;
}
.page-template-template-tsi-insights .post-summary p {
  padding-bottom: 0px;
}
.page-template-template-tsi-insights .post-link a {
  font-weight: 700;
}

.post-template-single-insights .bdyBackLink,
.single-cpt_insight .bdyBackLink {
  margin-bottom: 20px;
}
.post-template-single-insights .nav-title,
.single-cpt_insight .nav-title {
  width: 100%;
}
.post-template-single-insights .nav-title h1,
.single-cpt_insight .nav-title h1 {
  text-align: center;
}
.post-template-single-insights .bdyWrapper .bdyCol:first-child,
.single-cpt_insight .bdyWrapper .bdyCol:first-child {
  min-width: auto;
  width: 100%;
}
.post-template-single-insights .bdyWrapper .bdyCol:last-child,
.single-cpt_insight .bdyWrapper .bdyCol:last-child {
  width: 100%;
}
.post-template-single-insights .bdyWrapper .bdyCol .bdyArticle,
.single-cpt_insight .bdyWrapper .bdyCol .bdyArticle {
  max-width: unset;
}
.post-template-single-insights .postBdyWrap,
.single-cpt_insight .postBdyWrap {
  display: grid;
  grid-template-columns: 2fr 1.25fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-content: unset;
}
@media (max-width: 980px) {
  .post-template-single-insights .postBdyWrap,
  .single-cpt_insight .postBdyWrap {
    grid-template-columns: 1fr;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}
.post-template-single-insights .post-form,
.single-cpt_insight .post-form {
  padding-left: 30px;
  padding-bottom: 30px;
}
@media (max-width: 980px) {
  .post-template-single-insights .post-form,
  .single-cpt_insight .post-form {
    padding-left: 0px;
    padding-top: 30px;
  }
}
.post-template-single-insights .hbspt-form .hs_submit input[type=submit],
.single-cpt_insight .hbspt-form .hs_submit input[type=submit] {
  width: 100%;
}
.post-template-single-insights .hbspt-form .submitted-message p,
.single-cpt_insight .hbspt-form .submitted-message p {
  padding-bottom: 20px;
}
.post-template-single-insights .hbspt-form .submitted-message a,
.single-cpt_insight .hbspt-form .submitted-message a {
  background: #005CB9;
  padding: 15px;
  color: #ffffff;
}
.post-template-single-insights .hbspt-form .submitted-message a:hover,
.single-cpt_insight .hbspt-form .submitted-message a:hover {
  border: 2px solid #005CB9;
  background: #ffffff;
  color: #005CB9;
  text-decoration: none;
}

.page-template-template-adwords .headerWrapper,
.single-cpt_webinar .webinar-past .headerWrapper, .page-template-template-adwords-webinar .headerWrapper {
  -moz-align-items: center;
  align-items: center;
  padding-bottom: 20px;
}
@media (max-width: 860px) {
  .page-template-template-adwords .headerWrapper,
  .single-cpt_webinar .webinar-past .headerWrapper, .page-template-template-adwords-webinar .headerWrapper {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.page-template-template-adwords .headerWrapper .navbar,
.single-cpt_webinar .webinar-past .headerWrapper .navbar, .page-template-template-adwords-webinar .headerWrapper .navbar {
  margin-bottom: 0px !important;
  border: none;
  min-height: auto;
}
.page-template-template-adwords .requestDemoBtn,
.single-cpt_webinar .webinar-past .requestDemoBtn, .page-template-template-adwords-webinar .requestDemoBtn {
  background: #005CB9;
  padding: 12px 18px 8px 18px;
  color: #ffffff;
  outline: 2px solid #005CB9;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  line-height: 25.5px;
  font-size: 0.9444444444rem;
  line-height: 1.4166666667rem;
  letter-spacing: 0.04em;
}
.page-template-template-adwords .requestDemoBtn:hover,
.single-cpt_webinar .webinar-past .requestDemoBtn:hover, .page-template-template-adwords-webinar .requestDemoBtn:hover {
  background: #ffffff;
  color: #005CB9;
}
.page-template-template-adwords .bdyWrapper,
.single-cpt_webinar .webinar-past .bdyWrapper, .page-template-template-adwords-webinar .bdyWrapper {
  margin: 30px auto;
}
.page-template-template-adwords .bdyWrapper .bdyCol:first-child,
.single-cpt_webinar .webinar-past .bdyWrapper .bdyCol:first-child, .page-template-template-adwords-webinar .bdyWrapper .bdyCol:first-child {
  min-width: auto;
  width: 100%;
}
.page-template-template-adwords .bdyWrapper .bdyCol:last-child,
.single-cpt_webinar .webinar-past .bdyWrapper .bdyCol:last-child, .page-template-template-adwords-webinar .bdyWrapper .bdyCol:last-child {
  width: 100%;
}
.page-template-template-adwords .bdyWrapper .bdyCol .bdyArticle,
.single-cpt_webinar .webinar-past .bdyWrapper .bdyCol .bdyArticle, .page-template-template-adwords-webinar .bdyWrapper .bdyCol .bdyArticle {
  max-width: unset;
}
.page-template-template-adwords .postBdyWrap,
.single-cpt_webinar .webinar-past .postBdyWrap, .page-template-template-adwords-webinar .postBdyWrap {
  display: grid;
  grid-template-columns: 2fr 1.25fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-content: unset;
}
@media (max-width: 980px) {
  .page-template-template-adwords .postBdyWrap,
  .single-cpt_webinar .webinar-past .postBdyWrap, .page-template-template-adwords-webinar .postBdyWrap {
    grid-template-columns: 1fr;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}
.page-template-template-adwords .post-form,
.single-cpt_webinar .webinar-past .post-form, .page-template-template-adwords-webinar .post-form {
  padding-left: 30px;
  padding-bottom: 30px;
}
@media (max-width: 980px) {
  .page-template-template-adwords .post-form,
  .single-cpt_webinar .webinar-past .post-form, .page-template-template-adwords-webinar .post-form {
    padding-left: 0px;
    padding-top: 30px;
  }
}
.page-template-template-adwords .hbspt-form .hs-main-font-element,
.single-cpt_webinar .webinar-past .hbspt-form .hs-main-font-element, .page-template-template-adwords-webinar .hbspt-form .hs-main-font-element {
  font-size: 17px;
  line-height: 21.25px;
  font-size: 0.9444444444rem;
  line-height: 1.1805555556rem;
  letter-spacing: 0.04em;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 20px;
}
.page-template-template-adwords .hbspt-form .hs_submit input[type=submit],
.single-cpt_webinar .webinar-past .hbspt-form .hs_submit input[type=submit], .page-template-template-adwords-webinar .hbspt-form .hs_submit input[type=submit] {
  width: 100%;
}
.page-template-template-adwords .hbspt-form .submitted-message p,
.single-cpt_webinar .webinar-past .hbspt-form .submitted-message p, .page-template-template-adwords-webinar .hbspt-form .submitted-message p {
  padding-bottom: 20px;
}
.page-template-template-adwords .hbspt-form .submitted-message a,
.single-cpt_webinar .webinar-past .hbspt-form .submitted-message a, .page-template-template-adwords-webinar .hbspt-form .submitted-message a {
  background: #005CB9;
  padding: 15px;
  color: #ffffff;
}
.page-template-template-adwords .hbspt-form .submitted-message a:hover,
.single-cpt_webinar .webinar-past .hbspt-form .submitted-message a:hover, .page-template-template-adwords-webinar .hbspt-form .submitted-message a:hover {
  border: 2px solid #005CB9;
  background: #ffffff;
  color: #005CB9;
  text-decoration: none;
}

.page-template-template-adwords main article h2 {
  padding-bottom: 30px;
}

.page-template-template-adwords-webinar h1.adwordWebinar {
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 10px;
  font-size: 60px;
  line-height: 60px;
  font-size: 3.3333333333rem;
  line-height: 3.3333333333rem;
  letter-spacing: 0.04em;
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-adwords-webinar h2 {
  padding-bottom: 30px;
}
.page-template-template-adwords-webinar h3 {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page-template-template-adwords-webinar h3 a:hover {
  text-decoration: none;
  color: #13cbb6;
}
.page-template-template-adwords-webinar .sectionSpacing {
  padding-bottom: 30px;
}
.page-template-template-adwords-webinar .webinarGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 50px;
       column-gap: 50px;
  padding-bottom: 30px;
}
.page-template-template-adwords-webinar .links {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  align-content: center;
}
.page-template-template-adwords-webinar .links i {
  margin-top: -2px;
  margin-left: 5px;
}
.page-template-template-adwords-webinar .links:hover {
  color: #13cbb6;
  text-decoration: none;
}

/* --- || MIXIN'S || --- */
/* --- || STUDENT SPOTLIGHT || --- */
.studentspotlight-container {
  /* max-width: 960px; not needed */
  height: auto;
  /* Small device min-width */
  min-width: 350px;
  /* 350px matched WP default min */
  padding: 1.5rem 0 1.5rem 0;
}
.studentspotlight-container .studentspotlight-header {
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  background-color: #bdae8f;
  /* Gold */
  color: #343434;
  /* White */
  padding: 16px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
  font-size: 1.3333333333rem;
  line-height: 2rem;
  letter-spacing: 0.04em;
  text-align: left;
}
.studentspotlight-container .studentspotlight-wrapper {
  display: flex;
  border: 2px solid #bdae8f;
  /* Gold */
  position: relative;
  flex-direction: row;
  padding: 30px;
  /* Student Spotlight Image */
  /* Student Spotlight Content */
}
@media (max-width: 960px) {
  .studentspotlight-container .studentspotlight-wrapper {
    flex-direction: column;
  }
}
.studentspotlight-container .studentspotlight-wrapper .studentspotlight-image {
  width: 50%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding-right: 15px;
}
.studentspotlight-container .studentspotlight-wrapper .studentspotlight-image img {
  min-width: 100%;
}
@media (max-width: 960px) {
  .studentspotlight-container .studentspotlight-wrapper .studentspotlight-image {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 15px;
  }
}
.studentspotlight-container .studentspotlight-wrapper .studentspotlight-content-wrapper {
  width: 50%;
  padding-left: 15px;
}
.studentspotlight-container .studentspotlight-wrapper .studentspotlight-content-wrapper p {
  padding-bottom: 0 !important;
}
.studentspotlight-container .studentspotlight-wrapper .studentspotlight-content-wrapper .studentspotlight-standard {
  font-size: 30px;
  line-height: 30px;
  font-size: 1.6666666667rem;
  line-height: 1.6666666667rem;
  letter-spacing: 0.04em;
  color: #005CB9;
  /* Navy Blue */
  text-transform: uppercase;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  padding: 0px 0px 10px 0px;
}
.studentspotlight-container .studentspotlight-wrapper .studentspotlight-content-wrapper .studentspotlight-title {
  color: #343434;
  padding: 0 0px 12px 0px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  line-height: 42px;
  font-size: 1.9444444444rem;
  line-height: 2.3333333333rem;
  letter-spacing: 0.04em;
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  .studentspotlight-container .studentspotlight-wrapper .studentspotlight-content-wrapper .studentspotlight-title {
    font-size: 22px;
    line-height: 26.4px;
    font-size: 1.2222222222rem;
    line-height: 1.4666666667rem;
    letter-spacing: 0.04em;
  }
}
.studentspotlight-container .studentspotlight-wrapper .studentspotlight-content-wrapper .studentspotlight-content {
  color: #343434;
  /* Black */
  padding: 0 0px 20px 0px;
}
@media (max-width: 960px) {
  .studentspotlight-container .studentspotlight-wrapper .studentspotlight-content-wrapper {
    width: 100%;
    padding-left: 0px;
    padding-top: 15px;
  }
}

/* Post Student Spotlight Content */
.post-spotlight-content {
  padding-top: 2.5rem;
}
.post-spotlight-content p {
  padding-bottom: 0 !important;
}

/* --- || ISOTOPE GRID || --- */
.isotope-grid {
  position: relative;
  /* Hidden Class for Testing */
  /* Grid */
}
.isotope-grid .dropdownBtn {
  margin-bottom: 25px !important;
}
.isotope-grid .dropdownBtn.down {
  margin-bottom: 0px !important;
}
.isotope-grid .hidden-item {
  display: none;
}
.isotope-grid a {
  display: inline-block;
}
.isotope-grid a:hover {
  text-decoration: none;
}
.isotope-grid .grid-filters {
  /* margin: 30px 0px 50px 0px; */
  margin: 30px 0px 50px 0px;
  width: 100%;
  /* --- || HOVER FILTER || --- */
  /* --- || HOVER EFFECT || --- */
  /* --- || SHOW ALL || --- */
  /* --- || PYP || --- */
  /* --- || FYI || --- */
  /* --- || PTYC || --- */
  /* --- || UYMFG || --- */
  /* --- || SAB || --- */
  /* --- || CB || --- */
  /* --- || HTP || --- */
}
.isotope-grid .grid-filters .vertical-align-middle {
  display: inline-block;
  height: 100px;
  vertical-align: middle;
}
.isotope-grid .grid-filters .hovfilter {
  display: inline-block;
  cursor: pointer;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  position: relative;
  text-decoration: none;
  z-index: 1;
  color: #ffffff;
}
.isotope-grid .grid-filters .hovfilter:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  box-sizing: content-box;
}
.isotope-grid .grid-filters .hovfilter:before {
  font-size: 48px;
  line-height: 72px;
  font-size: 2.6666666667rem;
  line-height: 4rem;
  letter-spacing: 0.04em;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.isotope-grid .grid-filters .hovfilter.hoveffect {
  transition: background 0.2s, color 0.2s;
}
.isotope-grid .grid-filters .hovfilter.hoveffect:after {
  top: -3px;
  left: -3px;
  padding: 3px;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}
.isotope-grid .grid-filters .hovfilter.hoveffect.color-a:hover:after {
  transform: scale(1);
  opacity: 1;
}
.isotope-grid .grid-filters .hovfilter.hoveffect.color-a:active:after {
  transform: scale(1);
  opacity: 1;
}
.isotope-grid .grid-filters ul {
  padding: 0px;
  background-color: #ffffff;
  border-top-width: 1px;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between !important;
  /* --- || SHOW ALL || --- */
  /* --- || PYP || --- */
  /* --- || FYI || --- */
  /* --- || PTYC || --- */
  /* --- || UYMFG || --- */
  /* --- || SAB || --- */
  /* --- || CB || --- */
  /* --- || HTP || --- */
}
.isotope-grid .grid-filters ul .all-gold img {
  width: 47px;
}
.isotope-grid .grid-filters ul .all-gold .hovfilter.hoveffect:after {
  box-shadow: 0 0 0 8px #D5C29B;
}
.isotope-grid .grid-filters ul .pyp-navy-black .hovfilter.hoveffect:after {
  box-shadow: 0 0 0 8px #005CB9;
}
.isotope-grid .grid-filters ul .fyi-ruby-yellow .hovfilter.hoveffect:after {
  box-shadow: 0 0 0 8px #f11c60;
}
.isotope-grid .grid-filters ul .ptyc-navy-robinsegg .hovfilter.hoveffect:after {
  box-shadow: 0 0 0 8px #005CB9;
}
.isotope-grid .grid-filters ul .uymfg-ruby-black .hovfilter.hoveffect:after {
  box-shadow: 0 0 0 8px #f11c60;
}
.isotope-grid .grid-filters ul .sab-robinsegg-black .hovfilter.hoveffect:after {
  box-shadow: 0 0 0 8px #13cbb6;
}
.isotope-grid .grid-filters ul .cb-yellow-black .hovfilter.hoveffect:after {
  box-shadow: 0 0 0 8px #ffd447;
}
.isotope-grid .grid-filters ul .htp-purple-ruby .hovfilter.hoveffect:after {
  box-shadow: 0 0 0 8px #613BC9;
}
.isotope-grid .grid-filters ul li {
  list-style: none;
  width: 100px;
  height: 175px;
  margin: 10px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  /* --- || FILTER LABEL || --- */
}
.isotope-grid .grid-filters ul li img {
  height: 45px;
  vertical-align: middle !important;
  position: relative;
  right: 3px;
  bottom: 5px;
}
.bdyWrapper .bdyCol article .isotope-grid .grid-filters ul li {
  padding-bottom: 20px;
  margin-bottom: 66px;
}
.isotope-grid .grid-filters ul li .filter-label {
  margin-top: 15px;
  font-size: 12px;
  line-height: 13.8px;
  font-size: 0.6666666667rem;
  line-height: 0.7666666667rem;
  letter-spacing: 0.04em;
  color: #343434;
}
@media (max-width: 899px) {
  .isotope-grid .grid-filters ul {
    margin-top: -205%;
    display: block;
    text-align: center;
    transition: all 0.5s ease;
  }
  .isotope-grid .grid-filters ul.down {
    margin-top: 0%;
  }
}
.isotope-grid .grid-filters .all-gold {
  color: #ffffff;
  background-color: #bdae8f;
}
.isotope-grid .grid-filters .pyp-navy-black {
  /* For browsers that do not support gradients */
  background-color: #005CB9;
  /* Navy #005CB9 → Black rgba(0, 0, 80, 0.75) = #000050 */
  background: linear-gradient(135deg, #005CB9, #000050);
}
.isotope-grid .grid-filters .fyi-ruby-yellow {
  /* For browsers that do not support gradients */
  background-color: #ffd447;
  /* Yellow #FFD447 → Ruby #F11C60 */
  background: linear-gradient(135deg, #ffd447, #f11c60);
}
.isotope-grid .grid-filters .ptyc-navy-robinsegg {
  /* For browsers that do not support gradients */
  background-color: #005CB9;
  /* Navy #005CB9 → Robin's Egg #13CBB6 */
  background: linear-gradient(135deg, #005CB9, #13cbb6);
}
.isotope-grid .grid-filters .uymfg-ruby-black {
  /* For browsers that do not support gradients */
  background-color: #f11c60;
  /* Ruby #F11C60 → Black rgba(0, 0, 80, 0.75) = #000050*/
  background: linear-gradient(135deg, #f11c60, #000050);
}
.isotope-grid .grid-filters .sab-robinsegg-black {
  /* For browsers that do not support gradients */
  background-color: #13cbb6;
  /* Robin's Egg #13CBB6 → Black rgba(0, 0, 80, 0.75) = #000050*/
  background: linear-gradient(135deg, #13cbb6, #000050);
}
.isotope-grid .grid-filters .cb-yellow-black {
  /* For browsers that do not support gradients */
  background-color: #ffd447;
  /* Yellow #FFD447 → Black rgba(0, 0, 80, 0.75) = #000050*/
  background: linear-gradient(135deg, #ffd447, #000050);
}
.isotope-grid .grid-filters .htp-purple-ruby {
  /* For browsers that do not support gradients */
  background-color: #613BC9;
  /* Purple #7F61D1 → Ruby #F11C60 */
  background: linear-gradient(135deg, #613BC9, #f11c60);
}
@media (max-width: 899px) {
  .isotope-grid .grid-filters {
    overflow: hidden;
    position: absolute;
    width: 100%;
    margin: 0px;
    z-index: 100;
  }
}
.isotope-grid .grid {
  margin: 0 auto;
}
.isotope-grid .gridWrap {
  position: relative;
  width: 176px;
  height: 200px;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 20px;
}
.isotope-grid .gridWrap:hover .item-hover {
  top: 0%;
}
.isotope-grid .item {
  width: 100%;
  text-align: center;
}
.isotope-grid .grid-item {
  /* --- || PYP || --- */
  /* --- || FYI || --- */
  /* --- || PTYC || --- */
  /* --- || UYMFG || --- */
  /* --- || SAB || --- */
  /* --- || CB || --- */
  /* --- || HTP || --- */
}
.isotope-grid .grid-item .gridWrap .item {
  height: 100px;
  margin: 11% auto;
}
.isotope-grid .grid-item.pyp-navy-black .gridWrap {
  /* For browsers that do not support gradients */
  background-color: #005CB9;
  /* Navy #005CB9 → Black rgba(0, 0, 80, 0.75) = #000050 */
  background: linear-gradient(135deg, #005CB9, #000050);
}
.isotope-grid .grid-item.pyp-navy-black .gridWrap .item-hover {
  /* For browsers that do not support gradients */
  background-color: #005CB9;
  /* Navy #005CB9 → Black rgba(0, 0, 80, 0.75) = #000050 */
  background: linear-gradient(135deg, #005CB9, #000050);
}
.isotope-grid .grid-item.protect-your-privacy .gridWrap .item {
  background: url("img/filter-lock.svg") no-repeat;
  width: 76px;
}
.isotope-grid .grid-item.fyi-ruby-yellow .gridWrap {
  /* For browsers that do not support gradients */
  background-color: #ffd447;
  /* Yellow #FFD447 → Ruby #F11C60 */
  background: linear-gradient(135deg, #ffd447, #f11c60);
}
.isotope-grid .grid-item.fyi-ruby-yellow .gridWrap .item-hover {
  /* For browsers that do not support gradients */
  background-color: #ffd447;
  /* Yellow #FFD447 → Ruby #F11C60 */
  background: linear-gradient(135deg, #ffd447, #f11c60);
}
.isotope-grid .grid-item.find-your-influencers .gridWrap .item {
  background: url("img/filter-megaphone.svg") no-repeat;
  width: 109px;
}
.isotope-grid .grid-item.ptyc-navy-robinsegg .gridWrap {
  /* For browsers that do not support gradients */
  background-color: #005CB9;
  /* Navy #005CB9 → Robin's Egg #13CBB6 */
  background: linear-gradient(135deg, #005CB9, #13cbb6);
}
.isotope-grid .grid-item.ptyc-navy-robinsegg .gridWrap .item-hover {
  /* For browsers that do not support gradients */
  background-color: #005CB9;
  /* Navy #005CB9 → Robin's Egg #13CBB6 */
  background: linear-gradient(135deg, #005CB9, #13cbb6);
}
.isotope-grid .grid-item.play-to-your-core .gridWrap .item {
  background: url("img/filter-heart.svg") no-repeat;
  width: 110px;
}
.isotope-grid .grid-item.uymfg-ruby-black .gridWrap {
  /* For browsers that do not support gradients */
  background-color: #f11c60;
  /* Ruby #F11C60 → Black rgba(0, 0, 80, 0.75) = #000050*/
  background: linear-gradient(135deg, #f11c60, #000050);
}
.isotope-grid .grid-item.uymfg-ruby-black .gridWrap .item-hover {
  /* For browsers that do not support gradients */
  background-color: #f11c60;
  /* Ruby #F11C60 → Black rgba(0, 0, 80, 0.75) = #000050*/
  background: linear-gradient(135deg, #f11c60, #000050);
}
.isotope-grid .grid-item.use-your-mic-for-good .gridWrap .item {
  background: url("img/filter-mic.svg") no-repeat;
  width: 53px;
}
.isotope-grid .grid-item.sab-robinsegg-black .gridWrap {
  /* For browsers that do not support gradients */
  background-color: #13cbb6;
  /* Robin's Egg #13CBB6 → Black rgba(0, 0, 80, 0.75) = #000050*/
  background: linear-gradient(135deg, #13cbb6, #000050);
}
.isotope-grid .grid-item.sab-robinsegg-black .gridWrap .item-hover {
  /* For browsers that do not support gradients */
  background-color: #13cbb6;
  /* Robin's Egg #13CBB6 → Black rgba(0, 0, 80, 0.75) = #000050*/
  background: linear-gradient(135deg, #13cbb6, #000050);
}
.isotope-grid .grid-item.strike-a-balance .gridWrap .item {
  background: url("img/filter-balance.svg") no-repeat;
  width: 114px;
}
.isotope-grid .grid-item.cb-yellow-black .gridWrap {
  /* For browsers that do not support gradients */
  background-color: #ffd447;
  /* Yellow #FFD447 → Black rgba(0, 0, 80, 0.75) = #000050*/
  background: linear-gradient(135deg, #ffd447, #000050);
}
.isotope-grid .grid-item.cb-yellow-black .gridWrap .item-hover {
  /* For browsers that do not support gradients */
  background-color: #ffd447;
  /* Yellow #FFD447 → Black rgba(0, 0, 80, 0.75) = #000050*/
  background: linear-gradient(135deg, #ffd447, #000050);
}
.isotope-grid .grid-item.cyberback .gridWrap .item {
  background: url("img/filter-cyberback.svg") no-repeat;
  width: 110px;
}
.isotope-grid .grid-item.htp-purple-ruby .gridWrap {
  /* For browsers that do not support gradients */
  background-color: #613BC9;
  /* Purple #7F61D1 → Ruby #F11C60 */
  background: linear-gradient(135deg, #613BC9, #f11c60);
}
.isotope-grid .grid-item.htp-purple-ruby .gridWrap .item-hover {
  /* For browsers that do not support gradients */
  background-color: #613BC9;
  /* Purple #7F61D1 → Ruby #F11C60 */
  background: linear-gradient(135deg, #613BC9, #f11c60);
}
.isotope-grid .grid-item.handle-the-pressure .gridWrap .item {
  background: url("img/filter-pressure.svg") no-repeat;
  width: 96px;
}
.isotope-grid .item-hover {
  position: absolute;
  width: 100%;
  top: 70%;
  height: 200px;
  transition: all 0.25s linear;
}
.isotope-grid .item-hover .nameWrap {
  background: #ffffff;
  color: #343434;
  font-size: 12px;
  line-height: 16.2px;
  font-size: 0.6666666667rem;
  line-height: 0.9rem;
  letter-spacing: 0.04em;
  padding: 10px 5px;
  width: 100%;
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.isotope-grid .item-hover .nameWrap .item-handle {
  color: #343434;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.isotope-grid .item-hover .item-summary {
  padding: 15px 10px 10px 15px;
  font-size: 12px;
  line-height: 15.6px;
  font-size: 0.6666666667rem;
  line-height: 0.8666666667rem;
  letter-spacing: 0.04em;
  color: #ffffff;
}
.isotope-grid .item-hover a.item-link {
  border: 1px solid #ffffff;
  font-size: 10px;
  line-height: 12.5px;
  font-size: 0.5555555556rem;
  line-height: 0.6944444444rem;
  letter-spacing: 0.04em;
  padding: 4px;
  border-radius: 5px;
  text-transform: uppercase;
  color: white;
  position: absolute;
  bottom: 10px;
  text-decoration: none;
  right: 10px;
}
.isotope-grid .item-hover a.item-link:hover {
  background: #ffffff;
  color: #343434;
  text-decoration: none;
}

.page-template-template-walloffame.wall-of-wins main article h2 {
  color: #343434;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 36px;
  line-height: 36px;
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: 0.04em;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.page-template-template-case-study .card .post-summary h2 a {
  text-transform: none;
}

.page-template-template-casestudies .featuredPosts {
  border: 2px solid #D5C29B;
  margin-bottom: 30px;
}
.page-template-template-casestudies .featuredPosts .featuredTitle {
  background: #D5C29B;
  color: #ffffff;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  padding: 15px;
  font-size: 20px;
  line-height: 20px;
  font-size: 1.1111111111rem;
  line-height: 1.1111111111rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.page-template-template-casestudies .featuredPosts .featuredLoop {
  padding: 20px 15px;
}
.page-template-template-casestudies .featuredPosts .featuredLoop article {
  padding-top: 0px;
}
.page-template-template-casestudies .casestudiesLoop {
  border-top: 1px solid #e4e4e4;
  padding-top: 30px;
}
.page-template-template-casestudies .casestudiesLoop article {
  border-bottom: 1px solid #e4e4e4;
  padding: 25px 0px;
}
.page-template-template-casestudies .casestudiesLoop article:first-child {
  padding-top: 0px;
}
.page-template-template-casestudies .casestudiesLoop article:last-child {
  border-bottom: none;
}
.page-template-template-casestudies .thumb-placeholder {
  background: #e4e4e4;
  width: 150px;
  height: 150px;
}
.page-template-template-casestudies .post-details {
  display: grid;
  grid-template-columns: 150px auto;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding-top: 10px;
}
.page-template-template-casestudies .post-summary p {
  padding-bottom: 0px;
}
.page-template-template-casestudies .post-link a {
  font-weight: 700;
}

.post-template-single-casestudies .bdyBackLink,
.single-cpt_casestudies .bdyBackLink {
  margin-bottom: 20px;
}
.post-template-single-casestudies .nav-title,
.single-cpt_casestudies .nav-title {
  width: 100%;
}
.post-template-single-casestudies .nav-title h1,
.single-cpt_casestudies .nav-title h1 {
  text-align: center;
}
.post-template-single-casestudies .bdyWrapper .bdyCol:first-child,
.single-cpt_casestudies .bdyWrapper .bdyCol:first-child {
  min-width: auto;
  width: 100%;
}
.post-template-single-casestudies .bdyWrapper .bdyCol:last-child,
.single-cpt_casestudies .bdyWrapper .bdyCol:last-child {
  width: 100%;
}
.post-template-single-casestudies .bdyWrapper .bdyCol .bdyArticle,
.single-cpt_casestudies .bdyWrapper .bdyCol .bdyArticle {
  max-width: unset;
}
.post-template-single-casestudies .postBdyWrap,
.single-cpt_casestudies .postBdyWrap {
  display: grid;
  grid-template-columns: 2fr 1.25fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-content: unset;
}
@media (max-width: 980px) {
  .post-template-single-casestudies .postBdyWrap,
  .single-cpt_casestudies .postBdyWrap {
    grid-template-columns: 1fr;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}
.post-template-single-casestudies .post-form,
.single-cpt_casestudies .post-form {
  padding-left: 30px;
  padding-bottom: 30px;
}
@media (max-width: 980px) {
  .post-template-single-casestudies .post-form,
  .single-cpt_casestudies .post-form {
    padding-left: 0px;
    padding-top: 30px;
  }
}
.post-template-single-casestudies .hbspt-form .hs_submit input[type=submit],
.single-cpt_casestudies .hbspt-form .hs_submit input[type=submit] {
  width: 100%;
}
.post-template-single-casestudies .hbspt-form .submitted-message p,
.single-cpt_casestudies .hbspt-form .submitted-message p {
  padding-bottom: 20px;
}
.post-template-single-casestudies .hbspt-form .submitted-message a,
.single-cpt_casestudies .hbspt-form .submitted-message a {
  background: #005CB9;
  padding: 15px;
  color: #ffffff;
}
.post-template-single-casestudies .hbspt-form .submitted-message a:hover,
.single-cpt_casestudies .hbspt-form .submitted-message a:hover {
  border: 2px solid #005CB9;
  background: #ffffff;
  color: #005CB9;
  text-decoration: none;
}

.page-template-template-case-study .introCopy p,
.page-template-template-casestudies .introCopy p {
  margin: 0 0 25px;
}

.page-template-template-resource-webinars {
  /* ajax load more */
  /* Grid layout for webinars */
  /* card */
  /* featured card */
  /* default brief layout (blog, downloads) */
  /* webinar layout for brief - displays on /resources */
  /* shared between landing and single pages */
}
.page-template-template-resource-webinars .check-back-soon {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  border-bottom: 1px solid rgba(243, 244, 246, 0.8);
}
.page-template-template-resource-webinars .alm-load-more-btn.done {
  display: none;
}
.page-template-template-resource-webinars .bdyGrid,
.page-template-template-resource-webinars .alm-reveal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-template-template-resource-webinars .card {
  margin-bottom: 3rem;
  border-left: 2px solid #12c8b6;
}
@media (min-width: 1280px) {
  .page-template-template-resource-webinars .card {
    flex: 0 1 50%;
  }
}
@media (min-width: 560px) {
  .page-template-template-resource-webinars .card .post-details {
    display: flex;
  }
}
.page-template-template-resource-webinars .card .post-thumb {
  flex: 1 1 25%;
  padding: 5px 8px 10px;
  /*.webinar-presented {
    @media (max-width: 650px) {
      max-width: 60%;
    }
  }*/
}
.page-template-template-resource-webinars .card .post-thumb img {
  display: block;
  width: 90%;
  min-width: 92px;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 1px solid #343434;
}
@media (max-width: 768px) {
  .page-template-template-resource-webinars .card .post-thumb img {
    max-width: 50%;
    margin: 0 auto 20px;
  }
}
@media (max-width: 650px) {
  .page-template-template-resource-webinars .card .post-thumb img {
    max-width: 60%;
  }
}
@media (max-width: 560px) {
  .page-template-template-resource-webinars .card .post-thumb img {
    margin: 0 auto 20px 0;
  }
}
@media (min-width: 768px) {
  .page-template-template-resource-webinars .card .post-thumb {
    padding: 5px 8px 20px;
  }
}
.page-template-template-resource-webinars .card .post-summary {
  flex: 1 1 75%;
  padding: 0 30px 0 10px;
}
.page-template-template-resource-webinars .card .post-summary h2 {
  font-size: 20px;
  line-height: 1.3;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page-template-template-resource-webinars .card .post-summary h2 a {
  color: #343434;
  text-transform: none;
}
.page-template-template-resource-webinars .card .post-summary h2 a:hover {
  color: #005CB9;
  text-decoration: none;
}
.page-template-template-resource-webinars .card .post-summary p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}
.page-template-template-resource-webinars .card .post-summary .webinar-date {
  font-size: 18px;
  margin: 0 0 10px;
}
.page-template-template-resource-webinars .card .post-summary a {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page-template-template-resource-webinars .card-webinar-featured {
  flex: 1 1 100%;
  margin-bottom: 2rem;
  border-left: 0;
}
@media (max-width: 1024px) {
  .page-template-template-resource-webinars .card-webinar-featured .post-details {
    flex-flow: row wrap;
  }
}
.page-template-template-resource-webinars .card-webinar-featured .post-header {
  background-color: #D5C29B;
  color: #343434;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 22px;
  text-transform: uppercase;
  padding: 6px 20px 8px;
}
.page-template-template-resource-webinars .card-webinar-featured .post-thumb {
  flex: 1 1 auto;
  padding: 20px 20px 10px 20px;
}
.page-template-template-resource-webinars .card-webinar-featured .post-thumb .post-thumb-container {
  width: 150px;
  max-width: 150px;
}
.page-template-template-resource-webinars .card-webinar-featured .post-thumb .webinar-presented {
  width: 100%;
  margin: auto;
}
.page-template-template-resource-webinars .card-webinar-featured .post-thumb img {
  width: 100%;
  max-width: 150px;
  border-radius: 50%;
  border: 1px solid #343434;
}
@media (max-width: 1024px) {
  .page-template-template-resource-webinars .card-webinar-featured .post-thumb {
    flex: 1 25%;
    order: 1;
  }
}
.page-template-template-resource-webinars .card-webinar-featured .post-summary {
  flex: 1 1 auto;
  padding: 20px 20px 10px 20px;
}
.page-template-template-resource-webinars .card-webinar-featured .post-summary h2 {
  margin-bottom: 25px;
}
.page-template-template-resource-webinars .card-webinar-featured .post-summary p {
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .page-template-template-resource-webinars .card-webinar-featured .post-summary {
    flex: 1 75%;
    order: 2;
  }
}
.page-template-template-resource-webinars .card-webinar-featured .post-date {
  display: flex;
  padding-top: 40px;
  flex-direction: column;
  align-content: center;
}
.page-template-template-resource-webinars .card-webinar-featured .post-date .webinar-date {
  background-color: #343434;
  padding: 10px 10px 15px 15px;
  margin: 0 0 15px 0;
  color: #ffffff;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 22px;
}
@media (max-width: 1024px) {
  .page-template-template-resource-webinars .card-webinar-featured .post-date .webinar-date {
    margin: 10px 20px;
  }
}
@media (max-width: 1024px) {
  .page-template-template-resource-webinars .card-webinar-featured .post-date {
    flex: 1 100%;
    order: 3;
    padding: 0;
  }
}
.page-template-template-resource-webinars .card-webinar-featured .webinar-register {
  border-radius: 0px !important;
  margin: 0px 20px 20px 20px;
}
.page-template-template-resource-webinars .card-webinar-featured article {
  border: 2px solid #bdae8f !important;
}
.page-template-template-resource-webinars .card:not(.card-webinar-featured) .post-thumb img {
  max-width: 90%;
  width: 90%;
}
@media (max-width: 560px) {
  .page-template-template-resource-webinars .card:not(.card-webinar-featured) .post-thumb img {
    max-width: 35%;
  }
}
.page-template-template-resource-webinars .brief h2 a {
  color: #343434 !important;
}
.page-template-template-resource-webinars .brief:hover h2 a {
  color: #005CB9 !important;
  text-decoration: none;
}
.page-template-template-resource-webinars .brief .label-type {
  padding: 5px 10px 0;
  margin: 0 10px 1rem 0;
  display: inline-block;
  background: #065bbb;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
}
.page-template-template-resource-webinars .brief .date {
  color: #F3F4F6;
  margin-bottom: 0 !important;
}
.page-template-template-resource-webinars .brief .post-thumb {
  text-transform: uppercase;
}
.page-template-template-resource-webinars .brief .post-summary h3 {
  margin-top: 0;
}
.page-template-template-resource-webinars .brief p {
  padding-bottom: 0 !important;
}
.page-template-template-resource-webinars .brief .post-details {
  margin-top: 1.5rem;
}
.page-template-template-resource-webinars .brief-webinar .webinar-date {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.page-template-template-resource-webinars .webinar-date {
  font-size: 1.4rem;
  margin: 0 0 2rem;
}
.page-template-template-resource-webinars .webinar-presented {
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 0.75rem;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 2px;
  padding: 0;
}
@media (max-width: 560px) {
  .page-template-template-resource-webinars .webinar-presented {
    margin-left: 0;
    width: 35%;
  }
}
.page-template-template-resource-webinars .links {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.page-template-template-resource-webinars .resources-header {
  color: #343434;
  font-family: "DinCondBold";
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 25px;
  flex: 1 1 100%;
}
.page-template-template-resource-webinars .btn {
  color: #ffffff;
  background-color: #005cb9;
  text-transform: uppercase;
  border: 2px solid;
  padding: 18px 28px 14px;
  font-size: 0.8rem;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 0 !important;
}
.page-template-template-resource-webinars .btn:hover {
  background-color: #ffffff;
  border: 2px solid #005CB9;
  color: #005CB9 !important;
  text-decoration: none;
}

.purple {
  color: #613BC9;
}

.service-loop.purple {
  color: #343434;
}
.service-loop.purple .row-2 .column-1 {
  background-color: #613BC9;
}

.blue {
  color: #55bbeb;
}

.service-loop.blue {
  color: #343434;
}
.service-loop.blue .row-2 .column-1 {
  background-color: #55bbeb;
}

.teal {
  color: #13cbb6;
}

.service-loop.teal {
  color: #343434;
}
.service-loop.teal .row-2 .column-1 {
  background-color: #13cbb6;
}

.whats-a-family-huddle .family-huddles {
  color: #343434;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  font-size: 2.2222222222rem;
  line-height: 2.2222222222rem;
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: uppercase;
  padding-top: 0;
  margin: 0 0 0.5em;
}
.whats-a-family-huddle article li {
  list-style: none;
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
.whats-a-family-huddle article li img {
  align-self: baseline;
  margin: 0 10px 0 0;
  max-width: 20px;
}
.whats-a-family-huddle article li span {
  padding-bottom: 5px;
}

.tsi-standard-container {
  display: -moz-flex;
  display: flex;
  align-content: center;
  margin-bottom: 2em;
}
.tsi-standard-container div:nth-child(1) {
  align-self: center;
  margin: 0 2em;
}
.tsi-standard-container div:nth-child(1) [class*=wp-image] {
  max-width: 145px;
  max-height: 145px;
}
@media (max-width: 640px) {
  .tsi-standard-container div:nth-child(1) {
    align-self: flex-start;
    margin: 0;
  }
}
@media (max-width: 640px) {
  .tsi-standard-container {
    flex-direction: column;
  }
}

.tsi-standard-details {
  align-self: flex-start;
  margin-top: 25px;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.tsi-standard-details p,
.tsi-standard-details ul {
  margin-bottom: 0;
  padding: 0;
  color: #343434;
}
.tsi-standard-details p {
  color: #005CB9;
}
.tsi-standard-details p span {
  padding-bottom: 2px;
  border-bottom: 2px solid #343434;
  font-size: 18px;
  line-height: 36px;
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 0.04em;
}
.tsi-standard-details p:nth-child(1) {
  text-transform: uppercase;
}
.tsi-standard-details p:nth-child(2) {
  font-size: 18px;
  line-height: 23.4px;
  font-size: 1rem;
  line-height: 1.3rem;
  letter-spacing: 0.04em;
}

.bdyWrapper .bdyCol article .tsi-standard-details li {
  padding-bottom: 0;
  display: inline-flex;
  justify-content: center;
}
.bdyWrapper .bdyCol article .tsi-standard-details li span {
  padding-left: 5px;
}

.family-huddles-grade {
  color: #343434;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  font-size: 2.2222222222rem;
  line-height: 2.6666666667rem;
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: uppercase;
  padding-top: 0;
  margin: 0 0 1em;
}

article.category-family-huddles {
  display: -moz-flex;
  display: flex;
  align-content: flex-start;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-flex-direction: column;
  flex-direction: column;
}
article.category-family-huddles .family-huddle-theme {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}
article.category-family-huddles .tsi-standard {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  font-size: 0.8888888889rem;
  line-height: 1.1111111111rem;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  color: #343434;
}

@media (max-width: 768px) {
  .category-family-huddles .post-wrapper div:nth-child(1) {
    display: flex;
    align-content: center;
    margin-right: 15px;
  }
  .category-family-huddles .post-wrapper div:nth-child(1) .tsi-standard {
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    font-size: 0.8888888889rem;
    line-height: 1.1111111111rem;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
    color: #343434;
    margin-top: 15px;
    align-self: center;
  }
}

.tsi-standards-icon {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  height: 125px;
  width: 125px;
  margin: 15px auto;
  max-width: 145px;
}

.family-huddle-standards {
  display: grid;
  grid-template-columns: 100%;
}
.family-huddle-standards article .grade-huddle-link {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 35px;
  font-size: 1.5555555556rem;
  line-height: 1.9444444444rem;
  letter-spacing: 0.04em;
  margin-top: 10px;
  padding: 15px 0;
}
.family-huddle-standards article .grade-huddle-link a {
  color: #343434;
}
.family-huddle-standards article .grade-huddle-link a:hover {
  text-decoration: none;
  color: #005CB9;
}
.family-huddle-standards article .post-details .post-summary {
  margin-left: 0;
}
.family-huddle-standards article.category-play-to-your-core {
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}
.family-huddle-standards article.category-handle-the-pressure {
  border-bottom: none;
}

.category-use-your-mic-for-good {
  order: 6;
}
.category-use-your-mic-for-good .tsi-standards-icon {
  background-image: url(img/icon-useYourMicForGood.png);
}

.category-handle-the-pressure {
  order: 7;
}
.category-handle-the-pressure .tsi-standards-icon {
  background-image: url(img/icon-handleThePressure.png);
}

.category-find-your-influencers {
  order: 5;
}
.category-find-your-influencers .tsi-standards-icon {
  background-image: url(img/icon-findYourInfluencers.png);
}

.category-cyberback {
  order: 4;
}
.category-cyberback .tsi-standards-icon {
  background-image: url(img/icon-cyberback.png);
}

.category-strike-a-balance {
  order: 3;
}
.category-strike-a-balance .tsi-standards-icon {
  background-image: url(img/icon-strikeABalance.png);
}

.category-protect-your-privacy {
  order: 2;
}
.category-protect-your-privacy .tsi-standards-icon {
  background-image: url(img/icon-protectYourPrivacy.png);
}

.category-play-to-your-core {
  order: 1;
}
.category-play-to-your-core .tsi-standards-icon {
  background-image: url(img/icon-playToYourCore.png);
}

.huddle-grade {
  background-color: #005CB9;
  color: #ffffff;
  min-height: 45px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding: 2px 25px;
  margin: 0 0 10px 0 0;
  text-transform: uppercase;
}

.single-huddle-title.row {
  margin: 0 -1em 1em 0;
}
@media (max-width: 560px) {
  .single-huddle-title.row {
    margin: 0 -1em 0.5em 0;
  }
}

.single-huddle-title div:nth-child(2) {
  margin-top: 1em;
  padding: 0 15px 0 0;
}
.single-huddle-title .family-huddle {
  color: #343434;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  font-size: 2.2222222222rem;
  line-height: 2.2222222222rem;
  letter-spacing: 0.04em;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 560px) {
  .single-huddle-title .family-huddle {
    font-size: 32px;
    line-height: 32px;
    font-size: 1.7777777778rem;
    line-height: 1.7777777778rem;
    letter-spacing: 0.04em;
  }
}

.single-huddle-icon {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  height: 125px;
  width: 125px;
}

.huddle-standard {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin: 10px 0px 0px 0px;
  padding-bottom: 0px !important;
}

.students-are,
.huddle-related-articles,
.continue-at-home {
  color: #343434;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 28px;
  font-size: 1.5555555556rem;
  line-height: 1.5555555556rem;
  letter-spacing: 0.04em;
  text-align: left;
  padding-top: 0;
  margin-bottom: 15px;
}

.single .bdyWrapper .bdyCol .related-articles-list li a {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}

.home-huddle-list li ul {
  padding-top: 15px;
}
.home-huddle-list li ul li {
  list-style-type: disc;
}
.home-huddle-list li ul li:after {
  display: none;
}
.home-huddle-list li:after {
  content: "";
  display: block;
  height: 3px;
  width: 110%;
  margin: 1.5em 0 0 -1.5em;
  background: #D5C29B;
}
.home-huddle-list li::marker {
  font-size: 24px;
  line-height: 24px;
  font-size: 1.3333333333rem;
  line-height: 1.3333333333rem;
  letter-spacing: 0.04em;
}

.page-template-template-family-huddles .toolkit-menu .menu-family-huddles,
.page-template-template-family-huddles-single .toolkit-menu .menu-family-huddles,
.post-template-single-family-huddle .toolkit-menu .menu-family-huddles,
.single-cpt_familyhuddles .toolkit-menu .menu-family-huddles {
  border-bottom: 2px solid #ffffff;
}
.page-template-template-family-huddles .toolkit-menu .menu-family-huddles a,
.page-template-template-family-huddles-single .toolkit-menu .menu-family-huddles a,
.post-template-single-family-huddle .toolkit-menu .menu-family-huddles a,
.single-cpt_familyhuddles .toolkit-menu .menu-family-huddles a {
  opacity: 1;
}
.page-template-template-family-huddles .family-huddle-standards article .post-wrapper div:first-child a,
.page-template-template-family-huddles-single .family-huddle-standards article .post-wrapper div:first-child a,
.post-template-single-family-huddle .family-huddle-standards article .post-wrapper div:first-child a,
.single-cpt_familyhuddles .family-huddle-standards article .post-wrapper div:first-child a {
  margin: 0 auto;
}

.single-cpt_familyhuddles .backBtn {
  display: -moz-flex;
  display: flex;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.page-template-template-family-huddles .links {
  text-transform: uppercase;
}

.page-template-template-family-huddles-single .family-huddles-content .post-titles {
  color: #343434;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  font-size: 2.2222222222rem;
  line-height: 2.2222222222rem;
  letter-spacing: 0.04em;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.page-template-template-family-huddles-single .family-huddles-content h2 {
  color: #343434;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  font-size: 2.2222222222rem;
  line-height: 2.2222222222rem;
  letter-spacing: 0.04em;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.page-template-template-family-huddles-single .family-huddles-content h3 {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 28px;
  font-size: 1.5555555556rem;
  line-height: 1.5555555556rem;
  letter-spacing: 0.04em;
  padding-bottom: 15px;
}
.page-template-template-family-huddles-single .family-huddles-content ul {
  padding-left: 1em;
}
@media (max-width: 560px) {
  .page-template-template-family-huddles-single .family-huddles-content ul {
    padding-left: 0;
  }
}
.page-template-template-family-huddles-single .family-huddles-content ul li {
  list-style-position: outside;
}
.page-template-template-family-huddles-single .family-huddles-content ul li [class*=wp-image] {
  max-width: 25px;
  margin: 0;
  padding-right: 8px;
}
.page-template-template-family-huddles-single .family-huddles-content [class*=wp-image] {
  max-width: 160px;
  max-height: 160px;
  margin: 0 auto;
}
.page-template-template-family-huddles-single .family-huddles-content p:nth-child(n+4) {
  display: inline-flex;
  padding: 10px 5px;
}
@media (max-width: 500px) {
  .page-template-template-family-huddles-single .family-huddles-content p:nth-child(n+4) {
    display: block;
    text-align: center;
  }
}
.page-template-template-family-huddles-single .family-huddles-content p:nth-child(3n+6) {
  margin-right: 0;
}
@media (min-width: 1200px) {
  .page-template-template-family-huddles-single .family-huddles-content p:nth-child(3n+6) {
    margin-right: calc(50% - 300px);
  }
}
.page-template-template-family-huddles-single .family-huddles-content p {
  margin: 0 5px;
}
.page-template-template-family-huddles-single .family-huddles-content p a {
  margin: 15px 15px;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  transition: background 0.2s;
}
.page-template-template-family-huddles-single .family-huddles-content p a:after {
  pointer-events: none;
  position: absolute;
  height: 100%;
  max-height: 175px;
  width: 100%;
  max-width: 175px;
  border-radius: 50%;
  content: "";
  box-sizing: content-box;
  opacity: 0;
  top: -3px;
  left: -3px;
  padding: 3px;
  box-shadow: 0 0 0 10px #005CB9;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
}
.page-template-template-family-huddles-single .family-huddles-content p a.icon-link-ls:after {
  box-shadow: 0 0 0 10px #f11c60;
}
.page-template-template-family-huddles-single .family-huddles-content p a.icon-link-ms:after {
  box-shadow: 0 0 0 10px #613BC9;
}
.page-template-template-family-huddles-single .family-huddles-content p a.icon-link-us:after {
  box-shadow: 0 0 0 10px #005CB9;
}
.page-template-template-family-huddles-single .family-huddles-content p a:hover:after {
  transform: scale(1);
  opacity: 1;
}

.family-huddle-standards article .post-wrapper div:nth-child(1) {
  display: flex;
  flex-direction: column;
}

.cpt_changelog-template-default h1,
.page-template-template-changelog h1 {
  text-transform: uppercase;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
}
.cpt_changelog-template-default h2,
.cpt_changelog-template-default h3,
.page-template-template-changelog h2,
.page-template-template-changelog h3 {
  text-transform: none;
}
.cpt_changelog-template-default h3,
.page-template-template-changelog h3 {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  line-height: 25px;
  font-size: 1.3888888889rem;
  line-height: 1.3888888889rem;
  letter-spacing: 0.04em;
}
.cpt_changelog-template-default article,
.page-template-template-changelog article {
  padding-bottom: 25px;
}
.cpt_changelog-template-default article .post-wrapper,
.page-template-template-changelog article .post-wrapper {
  padding-left: 0;
}
.cpt_changelog-template-default article .changelogTitleWrap .date,
.page-template-template-changelog article .changelogTitleWrap .date {
  background: #065bbb;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  margin: 0 10px 1rem 0;
  padding: 5px 10px 0;
  text-transform: uppercase;
}
.cpt_changelog-template-default article .changelogNewWrap,
.page-template-template-changelog article .changelogNewWrap {
  margin-top: 25px;
}

.cpt_changelog-template-default h2 {
  text-transform: uppercase;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  font-size: 2.2222222222rem;
  line-height: 2.2222222222rem;
  letter-spacing: 0.04em;
}
@media (max-width: 900px) {
  .cpt_changelog-template-default .bdyArticle {
    margin-left: 18px;
  }
}

.page-template-template-changelog h2 {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  font-size: 1.9444444444rem;
  line-height: 1.9444444444rem;
  letter-spacing: 0.04em;
}

.cpt_careers-template-default h1,
.page-template-template-careers h1 {
  text-transform: uppercase;
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  font-size: 2.2222222222rem;
  line-height: 2.2222222222rem;
  letter-spacing: 0.04em;
}
.cpt_careers-template-default h2,
.page-template-template-careers h2 {
  text-transform: none;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  font-size: 1.9444444444rem;
  line-height: 1.9444444444rem;
  letter-spacing: 0.04em;
}
.cpt_careers-template-default h3,
.page-template-template-careers h3 {
  text-transform: none;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.cpt_careers-template-default article,
.page-template-template-careers article {
  margin-top: 10px;
  padding-top: 15px;
}
.cpt_careers-template-default article .post-wrapper,
.page-template-template-careers article .post-wrapper {
  padding-left: 0;
}
.cpt_careers-template-default article .oppsTitleWrap h2,
.cpt_careers-template-default article .careersTitleWrap h2,
.page-template-template-careers article .oppsTitleWrap h2,
.page-template-template-careers article .careersTitleWrap h2 {
  color: #343434;
  margin-bottom: 10px;
  margin-top: 0;
  padding-bottom: 15px;
}
.cpt_careers-template-default article .oppsDescWrap,
.cpt_careers-template-default article .careersDescWrap,
.page-template-template-careers article .oppsDescWrap,
.page-template-template-careers article .careersDescWrap {
  color: #343434;
}
.cpt_careers-template-default article .oppsLinkWrap a,
.cpt_careers-template-default article .careersLinkWrap a,
.page-template-template-careers article .oppsLinkWrap a,
.page-template-template-careers article .careersLinkWrap a {
  color: #005CB9;
}
.cpt_careers-template-default article .oppsLinkWrap a:hover,
.cpt_careers-template-default article .careersLinkWrap a:hover,
.page-template-template-careers article .oppsLinkWrap a:hover,
.page-template-template-careers article .careersLinkWrap a:hover {
  color: #13cbb6;
  text-decoration: none;
}
.cpt_careers-template-default article .careersLinkWrap,
.page-template-template-careers article .careersLinkWrap {
  border-bottom: 1px solid #eee;
}

.cpt_careers-template-default h2 {
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  font-size: 2.2222222222rem;
  line-height: 2.2222222222rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hbspt-form input,
.hbspt-form select,
.hbspt-form textarea {
  border-radius: 0 !important;
}
.hbspt-form textarea {
  resize: vertical;
}

/* Make the list item a clean flex container */
.hbspt-form ul li.hs-form-booleancheckbox {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Align checkbox + text inside label */
.hbspt-form ul li.hs-form-booleancheckbox label {
  display: flex;
  margin-top: 20px;
  align-items: center; /* keeps them vertically centered */
  font-weight: normal; /* un-bold the text */
  cursor: pointer;
}

/* Checkbox box itself */
input[type=checkbox].hs-input {
  width: 30px !important;
  height: 30px !important;
  margin-right: 27px;
  padding: 0;
  flex-shrink: 0; /* prevents box from shrinking */
}

.hbspt-form input,
.hbspt-form textarea,
.hbspt-form select {
  border: 2px solid #4D5761;
  border-radius: 5px;
  padding: 10px;
  min-width: 30px;
  margin-bottom: 10px;
  color: #4D5761;
  width: 100%;
  background: rgba(52, 52, 52, 0.05);
}

.hbspt-form p {
  font-size: 15px;
  line-height: 1.5; /* or 1.25rem for more room */
  letter-spacing: 0.05em;
  padding-top: 20px;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.footer .hbspt-form {
  max-width: 850px;
}

.footer .hbspt-form li {
  background-color: #FCD2DF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px !important;
}

.page-template-template-single_col .secondaryPage .secondaryTitle .titleWrapper .nav-title {
  width: 100%;
}
.page-template-template-single_col .secondaryPage .secondaryTitle .titleWrapper .nav-title h1 {
  text-align: center;
}

/* ============================================================
  EDITOR STYLES
============================================================ */
.post-titles {
  font-family: "DinCondBold";
  font-weight: 400 !important;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #005CB9;
  font-size: 36px;
  line-height: 36px;
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: 0.04em;
}

.font-blue {
  color: #55bbeb;
}

.font-purple {
  color: #8668ad;
}

.font-teal {
  color: #06b07d;
}

.font-dark-blue {
  color: #005ab6;
}

.font-black {
  color: #343434;
}

.proTip {
  color: #06b07d;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.social-glyphs-anchor {
  display: inline-block;
  min-width: 26px;
  min-height: 26px;
}

.social-media-svg {
  fill: #ffffff;
}
.social-media-svg:hover {
  fill: rgb(213.7542253521, 195.0954225352, 156.7957746479);
}

/*.special_iframe_container {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 56.25%; // 16:9 Aspect Ratio

	iframe {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		border: none;
	}
}*/
.bdyWrapper .bdyArticle a,
.bdyWrapper article a {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.bdyWrapper .bdyArticle a:hover,
.bdyWrapper article a:hover {
  color: #13cbb6;
  text-decoration: none;
}

#home-content .contentGroup .cDesc p a {
  display: inline;
}