/* UNIVERSAL */

/*
Light Blue: #BACED3
Blue: #5B798E
Dark Blue: #21569F
Sky Blue: #4D9DE0
Orange: #F48211
Orange Hover: #DB750F
Gray: #F2F6F9
Another Gray: #DFE8EA
BG Color: #FAFBFC

Regular: 400
Semi-Bold: 600
Bold: 700
*/

[id^="tif_"] {
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.full-width {
	clear: both;
}

.container-fluid {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.visible-container {
	overflow: visible;
}

.inner {
	padding-left: 15px;
	padding-right: 15px;
}

.no-pad {
	padding-left: 0;
	padding-right: 0;
}

.mb-0 {
	margin-bottom: 0;
}

.tiny-header {
	display: inline-block;
	position: relative;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 400;
	color: #BACED3;
	margin-bottom: 25px;
}

.tiny-header.align-left:before {
	content: '';
	display: block;
	position: absolute;
	width: 40px;
	height: 1px;
	top: 50%;
	left: -50px;
	background-color: #BACED3;
}

.tiny-header.align-right:after {
	content: '';
	display: block;
	position: absolute;
	width: 40px;
	height: 1px;
	top: 50%;
	right: -50px;
	background-color: #BACED3;
}

.btn-rounded {
	display: inline-block;
	position: relative;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 15px !important;
	color: #F48211 !important;
	border: 1px solid #F48211;
	border-radius: 3px;
	padding: 10px 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-rounded:hover {
	color: white !important;
	background-color: #F48211;
}

.btn-rounded-invert {
	display: inline-block;
	position: relative;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 15px !important;
	color: white !important;
	background-color: #F48211;
	border: 1px solid #F48211;
	border-radius: 3px;
	padding: 10px 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-rounded-invert:hover {
	color: #F48211 !important;
	background-color: white;
}

.btn-rounded-thin {
	display: inline-block;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 15px !important;
	color: white !important;
	border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #F48211;
	padding: 10px 30px;
	min-width: 145px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-align: center;
	background-color: #F48211;
}

.btn-rounded-thin.small-font {
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 12px !important;
	text-transform: uppercase;
}

.btn-rounded-thin:hover {
	color: #F48211 !important;
	background-color: white !important;
}

.btn-rounded-thin-white {
	display: inline-block;
	position: relative;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 15px !important;
	color: #4D9DE0 !important;
	border-radius: 3px;
	padding: 10px 30px;
	min-width: 145px;
	border: 1px solid #4D9DE0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-align: center;
	background-color: #FFF !important;
}

.btn-rounded-thin-white:hover {
	background-color: #4D9DE0 !important;
	color: #fff !important;
}

.btn-rounded-thin-blue {
	display: inline-block;
	position: relative;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 15px !important;
	color: #FFF;
	border-radius: 3px;
	padding: 10px 30px;
	min-width: 145px;
	border: 1px solid #4D9DE0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-align: center;
	background-color: #4D9DE0 !important;
}

.btn-rounded-thin-blue:hover {
	background-color: white !important;
	color: #4D9DE0 !important;
}

.attention .attention-block a {
	margin: 25px 10px !important;
}

/* SITE WIDE */
p {
	color: #3a4954 !important;
}

ol li,
ul li {
	color: #3a4954 !important;
}

/* SITE WIDE */

[id^="tif_"] p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #5B798E;
}

[id^="tif_"] a {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400 !important;
}

[id^="tif_"] ol li,
[id^="tif_"] ul li {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #5B798E;
}

[id^="tif_"] h1,
[id^="tif_"] h2,
[id^="tif_"] h3,
[id^="tif_"] h4 {
	color: #21569F;
}

[id^="tif_"] h1 {
	font-size: 48px;
	line-height: 48px;
	font-weight: 600;
}

[id^="tif_"] h2 {
	font-size: 36px !important;
	line-height: 36px;
	font-weight: 600;
}

[id^="tif_"] h3 {
	font-size: 21px;
	line-height: 24px;
	font-weight: 600;
}

[id^="tif_"] h4 {
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
}

[id^="tif_"] p a {
	color: #4D9DE0 !important;
	text-decoration: underline;
}

[id^="tif_"] p a:hover {
	text-decoration: none;
}

/* DOWNLOAD ACCORDION */
#download_accordion {
	margin: 0;
}
#download_accordion li {
	margin: 0;
	padding-bottom: 10px;
}
#download_accordion li .toggle {
	border: 1px solid #e8e8e8;
}
#download_accordion li .content {
	border: 1px solid #e8e8e8;
	border-top: none;
}
#download_accordion li .content #download_faq_accordion {
	margin: 0;
}
#download_accordion li .content #download_faq_accordion li {
	margin: 0;
	padding-bottom: 0;
}
#download_accordion li .content #download_faq_accordion li .toggle {
	border: 1px solid #e8e8e8;
	font-size: 14px;
	line-height: 18px;
}
#download_accordion li .content #download_faq_accordion li .content {
	border: 1px solid #e8e8e8;
	border-top: none;
}
#download_accordion li .content #download_faq_accordion li .content p, #download_accordion li .content #download_faq_accordion li .content li, #download_accordion li .content #download_faq_accordion li .content a {
	font-size: 14px;
	line-height: 18px;
}

/* SALES & SUPPORT */
.sales .title,
.support .title {
	background-color: #efefef;
	padding: 1rem;
	border: 1px solid #e8e8e8;
}
.sales .title p,
.support .title p {
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 1rem;
	line-height: 28px;
	font-weight: 600;
	margin: 0;
}
.sales .copy,
.support .copy {
	padding: 0.9375rem;
	border: 1px solid #e8e8e8;
	border-top: none;
}
.sales .copy li, .sales .copy a,
.support .copy li,
.support .copy a {
	font-size: 14px;
	line-height: 18px;
}

/* DEMO DOWNLOAD GRAVITY FORM */
#demo_dl .gform_wrapper .gform_submission_error {
	border-color: red;
	color: red;
}
#demo_dl .gform_wrapper form .validation_error {
	border-color: red;
	color: red;
}
#demo_dl .gform_wrapper form .gform_body ul li,
#demo_dl .gform_wrapper form .gform_body .gform_fields .gfield{
	padding-right: 0;
	padding-bottom: 0;
	margin-right: 0;
}
#demo_dl .gform_wrapper form .gform_body ul li.gfield_visibility_hidden,
#demo_dl .gform_wrapper form .gform_body .gform_fields .gfield.gfield_visibility_hidden {
	display: none;
}
#demo_dl .gform_wrapper form .gform_body ul li.gf_left_half,
#demo_dl .gform_wrapper form .gform_body .gform_fields .gfield.gf_left_half{
	padding-right: 16px;
}
#demo_dl .gform_wrapper form .gform_body ul li label,
#demo_dl .gform_wrapper form .gform_body .gform_fields .gfield label{
	width: 100%;
}
#demo_dl .gform_wrapper form .gform_body ul li .ginput_container input :not(.gfield-choice-input), #demo_dl .gform_wrapper form .gform_body ul li .ginput_container select,
#demo_dl .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input :not(.gfield-choice-input), #demo_dl .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select {
	width: 100%;
	padding: 6px 12px;
}
#demo_dl .gform_wrapper form .gform_body ul li .ginput_container.ginput_container_address span.ginput_left,
#demo_dl .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_address span.ginput_left {
	margin-right: 0;
	padding-right: 16px !important;
}
#demo_dl .gform_wrapper form .gform_body ul li .ginput_container.ginput_container_address span.ginput_right,
#demo_dl .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_address span.ginput_right {
	padding-right: 0;
}
#demo_dl .gform_wrapper form .gform_body ul li .ginput_container.ginput_container_address span.ginput_left, #demo_dl .gform_wrapper form .gform_body ul li .ginput_container.ginput_container_address span.ginput_right,
#demo_dl .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_address span.ginput_left, #demo_dl .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_address span.ginput_right {
	width: 50%;
}
#demo_dl .gform_wrapper form .gform_body ul li .ginput_container.ginput_container_checkbox,
#demo_dl .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox {
	margin-left: 0;
	width: 100%;
}
#demo_dl .gform_wrapper form .gform_body ul li.gfield_error,
#demo_dl .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error {
	width: 100% !important;
	max-width: 100% !important;
	border: none;
	background-color: white;
	margin: 16px 0 15px 0;
	padding-top: 0;
	padding-bottom: 0;
}
#demo_dl .gform_wrapper form .gform_body ul li.gfield_error label,
#demo_dl .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error label {
	color: #4d4d4d;
	margin-top: 0;
}

#demo_dl .gform_wrapper form .gform_body ul li.gfield_error.gf_left_half, #demo_dl .gform_wrapper form .gform_body ul li.gfield_error.gf_right_half,
#demo_dl .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error.gf_left_half, #demo_dl .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error.gf_right_half {
	width: 50% !important;
}
#demo_dl .gform_wrapper form .gform_body ul li.gfield_error .ginput_container input, #demo_dl .gform_wrapper form .gform_body ul li.gfield_error .ginput_container select,
#demo_dl .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container input, #demo_dl .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container select {
	border: 1px solid red;
}
#demo_dl .gform_wrapper form .gform_body ul li.gfield_error .ginput_container input[type=checkbox],
#demo_dl .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container input[type=checkbox] {
	border: none;
	outline: 1px solid red;
}
#demo_dl .gform_wrapper form .gform_footer {
	width: 100%;
	margin-left: 0;
}
#demo_dl .gform_wrapper form .gform_footer input[type=submit] {
	margin: 0;
}

/* SEARCH MODAL */
#tif_searchModal {
	top: 0;
	width: 100%;
	max-width: 100%;
	border-radius: 0;
	outline: none;
	padding: 20px 15px 0 15px;
	min-height: 90px;
	background-color: #21569F;
	border: none;
}

#tif_searchModal .inner {
	position: relative;
	padding: 0;
}

#tif_searchModal .inner .underline {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0;
	overflow: hidden;
	color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	max-width: 100%;
	border-top: 2px solid red;
	border-radius: 2px;
	outline: none;
	min-width: 0;
	font-size: 42px;
	line-height: 42px;
	font-weight: 300;
}

#tif_searchModal .inner form {
	position: relative;
	border-bottom: 2px solid rgba(190, 199, 206, 0.2);
}

#tif_searchModal .inner form input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom: 10px;
	color: white;
	border: none;
	background: 0 0;
	outline: none;
	box-shadow: none;
	padding: 0 35px 0 0;
	font-size: 42px;
	line-height: 42px;
	font-weight: 300;
}

#tif_searchModal .inner form input::-webkit-input-placeholder {
	color: white;
}

#tif_searchModal .inner form input:-moz-placeholder {
	color: white;
}

#tif_searchModal .inner form input::-moz-placeholder {
	color: white;
}

#tif_searchModal .inner form input:-ms-input-placeholder {
	color: white;
}

#tif_searchModal .inner form .submit {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 5px;
	right: 0;
	font-size: 0;
	line-height: 0;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: url(../png/search-arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px 14px;
	cursor: pointer;
}

.reveal-modal-bg {
	background: transparent;
}

.reseller.reveal-modal .company {
	font-size: 22px;
}

/* MENU MODAL */
#tif_menuModal {
	top: 0;
	width: 100%;
	max-width: 100%;
	border-radius: 0;
	outline: none;
	padding: 20px 15px 0 15px;
	min-height: 90px;
	background-color: white;
	border: none;
}

#tif_menuModal .inner {
	padding-top: 80px;
}

#tif_menuModal .inner .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#tif_menuModal .inner .menu ul li {
	margin-bottom: 20px;
}

#tif_menuModal .inner .menu ul li a {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px;
	font-weight: 600 !important;
}

#tif_menuModal .inner .menu ul li .dropdown li {
	margin-bottom: 0;
}

#tif_menuModal .inner .menu ul li .dropdown li a {
	font-size: 16px;
	line-height: 16px;
}

/* VIDEO BANNER */
#tif_videoBanner {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#tif_videoBanner .inner {
	padding-top: 60px;
	padding-bottom: 80px;
	/*
        padding-top: 100px;
        padding-bottom: 120px;
        padding-left: 125px;
        padding-right: 125px;
    */
}



#tif_videoBanner .inner .content {
	max-width: 645px;
	margin: 0 auto;
}

#tif_videoBanner .inner .content h1 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 38px;
	line-height: 38px;
}

#tif_videoBanner .inner .content p {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 45px;
	text-align: center;
}

#tif_videoBanner .inner .content ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#tif_videoBanner .inner .content ul li {
	display: inline-block;
	margin-right: 15px;
}

/* #tif_videoBanner .inner .content ul li:last-child {
	margin-right: 0;
} */

#tif_videoBanner .inner .video-click {
	display: none;
}

#tif_videoBanner .inner .video-click.mobile {
	display: block;
	position: relative;
	margin-bottom: 30px;
}

#tif_videoBanner .inner .video-click .btn-video {
	display: block;
	position: relative;
	width: 158px;
	height: 158px;
	background-image: url(../png/play-btn.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
}

/* VIDEO MODAL */
#tif_videoModal {
	top: 0;
	width: 100%;
	max-width: 100%;
	border-radius: 0;
	outline: none;
	padding: 20px 15px 0 15px;
	min-height: 90px;
	background-color: rgba(255, 255, 255, 0.9);
	border: none;
}

#tif_videoModal .inner {
	padding-top: 100px;
}

/* BUTTON SECTION */
#tif_buttonSection .inner {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
}

#tif_buttonSection .inner .content {
	display: block;
	position: relative;
	margin: 0 auto 75px auto;
	max-width: 760px;
	text-align: center;
}

#tif_buttonSection .inner .content p {
	font-size: 24px;
	line-height: 28px;
}

#tif_buttonSection .inner .buttons {
	display: flex;
	flex-wrap: wrap;
	float: left;
}

#tif_buttonSection .inner .buttons .button-item {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 80px;
}

#tif_buttonSection .inner .buttons .button-item:last-child {
	margin-bottom: 0;
}

#tif_buttonSection .inner .buttons .button-item a {
	display: block;
	position: relative;
	padding: 45px 30px 55px;
	border: 1px solid #F2F6F9;
	border-radius: 5px;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(84, 82, 84, 0.1);
	-moz-box-shadow: 0px 5px 0px 0px rgba(84, 82, 84, 0.1);
	box-shadow: 0px 5px 0px 0px rgba(84, 82, 84, 0.1);
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	-ms-transition: box-shadow 0.2s ease-in-out;
	-o-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}

#tif_buttonSection .inner .buttons .button-item a:hover {
	-webkit-box-shadow: 0px 7px 15px 3px rgba(84, 82, 84, 0.1);
	-moz-box-shadow: 0px 7px 15px 3px rgba(84, 82, 84, 0.1);
	box-shadow: 0px 7px 15px 3px rgba(84, 82, 84, 0.1);
}

#tif_buttonSection .inner .buttons .button-item a img {
	margin-bottom: 30px;
}

#tif_buttonSection .inner .buttons .button-item a span {
	font-size: 12px;
	line-height: 12px;
	color: #F48211;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

/* BUTTON SECTION (ALTERNATE) */
#tif_buttonSection_alternate .inner {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
}

#tif_buttonSection_alternate .inner .content {
	display: block;
	position: relative;
	margin: 0 auto 75px auto;
	max-width: 760px;
	text-align: center;
}

#tif_buttonSection_alternate .inner .content p {
	font-size: 24px;
	line-height: 28px;
}

#tif_buttonSection_alternate .inner .buttons {
	float: left;
}

#tif_buttonSection_alternate .inner .buttons .button-item {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 80px;
}

#tif_buttonSection_alternate .inner .buttons .button-item:last-child {
	margin-bottom: 0;
}

#tif_buttonSection_alternate .inner .buttons .button-item .click-wrapper {
	display: block;
	position: relative;
	min-height: 335px;
	padding: 40px;
	border: 1px solid #F2F6F9;
	border-radius: 5px;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(84, 82, 84, 0.1);
	-moz-box-shadow: 0px 5px 0px 0px rgba(84, 82, 84, 0.1);
	box-shadow: 0px 5px 0px 0px rgba(84, 82, 84, 0.1);
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	-ms-transition: box-shadow 0.2s ease-in-out;
	-o-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}

#tif_buttonSection_alternate .inner .buttons .button-item .click-wrapper:hover {
	-webkit-box-shadow: 0px 7px 15px 3px rgba(84, 82, 84, 0.1);
	-moz-box-shadow: 0px 7px 15px 3px rgba(84, 82, 84, 0.1);
	box-shadow: 0px 7px 15px 3px rgba(84, 82, 84, 0.1);
}

#tif_buttonSection_alternate .inner .buttons .button-item .click-wrapper img {
	margin-bottom: 30px;
}

#tif_buttonSection_alternate .inner .buttons .button-item .click-wrapper p {
	margin-bottom: 0;
}

#tif_buttonSection_alternate .inner .buttons .button-item .click-wrapper span {
	display: none;
	font-size: 12px;
	line-height: 12px;
	color: #F48211;
	font-weight: 400;
	text-transform: uppercase;
}

#tif_buttonSection_alternate .inner .buttons .button-item .click-wrapper .learn-more {
	display: block;
	position: absolute;
	top: 40px;
	right: 50px;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.1em;
	color: #F48211 !important;
	text-transform: uppercase;
	text-decoration: none !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0;
}

#tif_buttonSection_alternate .inner .buttons .button-item .click-wrapper:hover .learn-more {
	opacity: 1;
}

/* ALTERNATE SECTION */
#tif_alternateSection {
	background-color: #FAFBFC;
	border-top: 1px solid #DFE8EA;
	border-bottom: 1px solid #DFE8EA;
}

#tif_alternateSection .inner {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
}

#tif_alternateSection .inner .alt-section {
	float: left;
	width: 100%;
	margin-bottom: 170px;
}

#tif_alternateSection .inner .alt-section:last-child {
	margin-bottom: 0;
}

#tif_alternateSection .inner .alt-section .content {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}

#tif_alternateSection .inner .alt-section .content .copy {
	max-width: 390px;
	margin: 0 auto;
}

#tif_alternateSection .inner .alt-section .content .copy h2 {
	margin: 0 0 25px 0;
}

#tif_alternateSection .inner .alt-section .content .copy .copy-title {
	display: block;
	position: relative;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #4D9DE0;
	padding: 15px 0;
	border-top: 1px solid #DFE8EA;
	border-bottom: 1px solid #DFE8EA;
	margin-bottom: 25px;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

#tif_alternateSection .inner .alt-section .content .copy .copy-title:hover {
	color: #21569F;
}

#tif_alternateSection .inner .alt-section .content .copy ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#tif_alternateSection .inner .alt-section .content .copy ul li {
	display: inline-block;
	position: relative;
	margin-right: 15px;
	margin-bottom: 20px;
}

#tif_alternateSection .inner .alt-section .content .copy ul li:last-child {
	margin-right: 0;
}

#tif_alternateSection .inner .alt-section .image,
#tif_alternateSection .inner .alt-section .image-mobile {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

#tif_alternateSection .inner .alt-section.img-right .image {
	display: none;
}

#tif_alternateSection .inner .alt-section .image-mobile {
	display: block;
}

#tif_alternateSection .inner .alt-section .image img {
	margin-top: 20px;
}

/* GRADIENT SECTION */
#tif_gradientSection {
	background: rgb(33,86,159);
	background: -moz-linear-gradient(-45deg, rgba(33,86,159,1) 0%, rgba(77,157,224,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(33,86,159,1) 0%,rgba(77,157,224,1) 100%);
	background: linear-gradient(135deg, rgba(33,86,159,1) 0%,rgba(77,157,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21569f', endColorstr='#4d9de0',GradientType=1 );
}

#tif_gradientSection .inner {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	padding-top: 65px;
	padding-bottom: 65px;
}

#tif_gradientSection .inner h2 {
	color: white;
	text-align: center;
	margin: 0;
}

#tif_gradientSection .inner h2 br {
	display: none;
}

/* TESTIMONIAL SLIDER */
#tif_testimonialSlider .inner {
	padding-top: 100px;
}

#tif_testimonialSlider .inner .testimonial-slider .slider-item {
	text-align: center;
	outline: none;
}

#tif_testimonialSlider .inner .testimonial-slider .slider-item h2 {
	display: block;
	margin: 0 auto 80px;
	max-width: 915px;
	font-size: 28px;
	line-height: 32px;
	color: #162C5B;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

#tif_testimonialSlider .inner .testimonial-slider .slider-item img {
	margin: 0 auto 20px;
	border-radius: 50%;
	border: 1px solid #DFE8EA;
}

#tif_testimonialSlider .inner .testimonial-slider .slider-item a {
	outline: none;
}

#tif_testimonialSlider .inner .testimonial-slider .slider-item a:hover h2 {
	color: #21569F;
}

#tif_testimonialSlider .inner .testimonial-slider .slider-item a h3 {
	margin: 0;
}

#tif_testimonialSlider .inner .testimonial-slider .slider-item .title {
	margin: 0;
}

#tif_testimonialSlider .inner .testimonial-slider .slick-dots {
	list-style: none;
	padding: 0;
	margin: 45px 0 0 0;
	text-align: center;
}

#tif_testimonialSlider .inner .testimonial-slider .slick-dots li {
	display: inline-block;
	margin: 0 10px 0 0;
}

#tif_testimonialSlider .inner .testimonial-slider .slick-dots li:last-child {
	margin: 0;
}

#tif_testimonialSlider .inner .testimonial-slider .slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	padding: 0;
	background-color: #BACED3;
	outline: none;
}

#tif_testimonialSlider .inner .testimonial-slider .slick-dots li.slick-active button {
	background-color: #8399AA;
}

/* VIDEO PLAYLIST */
#tif_videoPlaylist {
	background-color: #FAFBFC;
	border-top: 1px solid #DFE8EA;
	border-bottom: 1px solid #DFE8EA;
}

#tif_videoPlaylist .inner {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	padding: 100px 0;
}

#tif_videoPlaylist .inner .video,
#tif_videoPlaylist .inner .playlist {
	padding-left: 25px;
	padding-right: 25px;
	display: block;
	position: relative;
	float: left;
	width: 100%;
}

#tif_videoPlaylist .inner .video {
	margin-bottom: 30px;
}

#tif_videoPlaylist .inner .video .flex-video {
	margin: 0;
}

#tif_videoPlaylist .inner .playlist ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#tif_videoPlaylist .inner .playlist ul li {
	margin-bottom: 20px;
}

#tif_videoPlaylist .inner .playlist ul li a {
	font-size: 21px;
	line-height: 24px;
	font-weight: 600 !important;
	color: #91AFCE;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

#tif_videoPlaylist .inner .playlist ul li a:hover {
	color: #21569F;
}

#tif_videoPlaylist .inner .playlist ul li a.active {
	color: #21569F;
	pointer-events: none;
}

#tif_videoPlaylist .inner .playlist ul li:last-child {
	margin-bottom: 0;
}

#tif_videoPlaylist .inner .playlist ul li h3 {
	margin: 0;
}

#tif_videoPlaylist .inner .playlist ul li ul li {
	display: inline-block;
	position: relative;
	margin: 0 15px 0 0;
	padding: 0 15px 0;
	text-transform: uppercase;
}

#tif_videoPlaylist .inner .playlist ul li ul li:last-child {
	margin: 0;
	padding: 0;
}

#tif_videoPlaylist .inner .playlist ul li ul li:first-child:before {
	content: '';
	display: block;
	position: absolute;
	top: 11px;
	left: 0;
	width: 7px;
	height: 8px;
	background-image: url(../png/playlist-idle.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#tif_videoPlaylist .inner .playlist ul li a.active + ul li:first-child:before {
	background-image: url(../png/playlist-active.png);
}

#tif_videoPlaylist .inner .playlist ul li ul li:first-child:after {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 12px;
	background-color: #91AFCE;
	top: 10px;
	right: 0;
}

#tif_videoPlaylist .inner .click {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 50px;
	clear: both;
}
/* ALTERNATE TESTIMONIAL SHORTCODE */
#tif_testimonialSlider.inner {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	padding: 30px 0;
	margin: 30px 0;
	clear: both;
}

#tif_testimonialSlider.inner .testimonial-slider .slider-item {
	text-align: center;
	outline: none;
}

#tif_testimonialSlider.inner .testimonial-slider .slider-item h2 {
	display: block;
	margin: 0 auto 80px;
	max-width: 915px;
	font-size: 28px;
	line-height: 32px;
	color: #162C5B;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

#tif_testimonialSlider.inner .testimonial-slider .slider-item img {
	margin: 0 auto 20px;
	border-radius: 50%;
	border: 1px solid #DFE8EA;
}

#tif_testimonialSlider.inner .testimonial-slider .slider-item a {
	outline: none;
}

#tif_testimonialSlider.inner .testimonial-slider .slider-item a:hover h2 {
	color: #21569F;
}

#tif_testimonialSlider.inner .testimonial-slider .slider-item a h3 {
	margin: 0;
}

#tif_testimonialSlider.inner .testimonial-slider .slider-item .title {
	margin: 0;
}

#tif_testimonialSlider.inner .testimonial-slider .slick-dots {
	list-style: none;
	padding: 0;
	margin: 45px 0 0 0;
	text-align: center;
}

#tif_testimonialSlider.inner .testimonial-slider .slick-dots li {
	display: inline-block;
	margin: 0 10px 0 0;
}

#tif_testimonialSlider.inner .testimonial-slider .slick-dots li:last-child {
	margin: 0;
}

#tif_testimonialSlider.inner .testimonial-slider .slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	padding: 0;
	background-color: #BACED3;
	outline: none;
}

#tif_testimonialSlider.inner .testimonial-slider .slick-dots li.slick-active button {
	background-color: #8399AA;
}

/* CTA */
#tif_ctaSection .inner {
	text-align: center;
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

#tif_ctaSection .inner ul {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 55px 0 0 0;
}

#tif_ctaSection .inner ul li {
	display: inline-block;
	margin-bottom: 15px;
	margin-left: 8px;
	margin-right: 8px;
	min-width: 220px;
}

#tif_ctaSection .inner ul li a {
	width: 100%;
}

/* VIDEO PLAY LIST SHORTCODE */
#tif_videoPlaylist.inner {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	padding: 30px 0;
	margin: 30px 0;
	background-color: #FAFBFC;
	border-top: 1px solid #DFE8EA;
	border-bottom: 1px solid #DFE8EA;
	clear: both;
}

#tif_videoPlaylist.inner .video,
#tif_videoPlaylist.inner .playlist {
	padding-left: 25px;
	padding-right: 25px;
	display: block;
	position: relative;
	float: left;
	width: 100%;
}

#tif_videoPlaylist.inner .video {
	margin-bottom: 30px;
}

#tif_videoPlaylist.inner .video .flex-video {
	margin: 0;
}

#tif_videoPlaylist.inner .playlist ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#tif_videoPlaylist.inner .playlist ul li {
	margin-bottom: 20px;
}

#tif_videoPlaylist.inner .playlist ul li a {
	font-size: 21px;
	line-height: 24px;
	font-weight: 600 !important;
	color: #91AFCE;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

#tif_videoPlaylist.inner .playlist ul li a:hover {
	color: #21569F;
}

#tif_videoPlaylist.inner .playlist ul li a.active {
	color: #21569F;
	pointer-events: none;
}

#tif_videoPlaylist.inner .playlist ul li:last-child {
	margin-bottom: 0;
}

#tif_videoPlaylist.inner .playlist ul li h3 {
	margin: 0;
}

#tif_videoPlaylist.inner .playlist ul li ul li {
	display: inline-block;
	position: relative;
	margin: 0 15px 0 0;
	padding: 0 15px 0;
	text-transform: uppercase;
}

#tif_videoPlaylist.inner .playlist ul li ul li:last-child {
	margin: 0;
	padding: 0;
}

#tif_videoPlaylist.inner .playlist ul li ul li:first-child:before {
	content: '';
	display: block;
	position: absolute;
	top: 11px;
	left: 0;
	width: 7px;
	height: 8px;
	background-image: url(../png/playlist-idle.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#tif_videoPlaylist.inner .playlist ul li a.active + ul li:first-child:before {
	background-image: url(../png/playlist-active.png);
}

#tif_videoPlaylist.inner .playlist ul li ul li:first-child:after {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 12px;
	background-color: #91AFCE;
	top: 10px;
	right: 0;
}

#tif_videoPlaylist.inner .click {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 50px;
	clear: both;
}

/* MARKET PAGES */
#tif_markets_overviewSection .inner {
	padding-top: 100px;
	padding-bottom: 50px;
}

#tif_markets_overviewSection .container-fluid.anchor-menu-enabled {
	margin-left: auto;
	margin-right: 400px;
	padding-left: 7.5px;
	padding-right: 7.5px;
}

#tif_markets_exampleSection {
	background-color: #FAFBFC;
	border-top: 1px solid #DFE8EA;
	border-bottom: 1px solid #DFE8EA;
}

#tif_markets_exampleSection .inner {
	padding-top: 50px;
	padding-bottom: 50px;
}

#tif_markets_caseStudySection .inner {
	padding-top: 50px;
	border-top: 1px solid gainsboro;
}

#tif_markets_caseStudySection .inner .case-study-grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

#tif_markets_caseStudySection .inner .case-study-grid .alt-section {
	margin-bottom: 80px;
}

/* CASE STUDY NEW PAGES */
/*
#tif_casestudy_head {
	height: 0;
}
*/
.row#tif_casestudy_body, #tif_casestudy_head .row {
	max-width: 1200px;
}

#tif_casestudy_head {
	clear: both;
}

#tif_casestudy_head .banner {
	height: 250px;
	clear: both;
	display: block;
}

#tif_casestudy_head .page-banner {
	padding-top: 120px;
}
#tif_casestudy_head h1 {
	margin: 10px 0 0 0;
}

#tif_casestudy_head .tiny-header {
	color: #21569F;
	margin-top: 100px;
	font-size: 12px;
	line-height: 24px;
}

#tif_casestudy_head .tiny-header.align-right:after {
	background-color: #21569F;
}

#tif_casestudy_body h2 {
	font-size: 21px;
	line-height: 25px;
	font-weight: 500;
	color: #5B798E;
	margin-top: 40px;
	font-family: "Source Sans Pro", sans-serif;
	color: #000;
}

#tif_casestudy_body h3 {
	margin: 40px 0 20px;
	font-size: 24px;
	line-height: 28px;
}

#tif_casestudy_body p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 200;
	color: #5B798E;
}
#tif_casestudy_body a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 200;
}

#tif_casestudy_body h2 a {
	font-size: 21px;
	line-height: 25px;
	font-weight: 500;
	color: #5B798E;
	margin-top: 40px;
	font-family: "Source Sans Pro", sans-serif;
	color:#21569f;
	text-decoration: underline;
}
#tif_casestudy_body h2 a:hover {
	color: #BACED3;
}

#tif_casestudy_body .sidebar {
	border: none;
}

#tif_casestudy_body .cust-info  {
	color: #5B798E;
}

#tif_casestudy_body .sidebar .cust-logo {
	display: block;
	clear: both;
}

#tif_casestudy_body  .sidebar a.cust-url {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 15px;
	font-weight: 600 !important;
	margin: 30px 0;
	display: block;
}

#tif_casestudy_body .sidebar img.cust-logo {
	text-align: center;
	margin: 20px auto 0;
	max-width: 125px;
}

#tif_casestudy_body .sticky-wrapper-top .arrow {
	display: block;
	width: 11px;
	height: 24px;
	margin-top: 2px;
	background-image: url(../svg/blog-arrow-left.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	transition: transform 0.3s ease;
	@media (max-width: 768px) {
	  margin-left: 5px;
	}


}

#tif_casestudy_body .sticky-wrapper-top:hover .arrow {
	transform: translateX(-5px);
}

#tif_casestudy_body a.backlink {
	color: #F48211;
	text-align: center;
	text-decoration: underline;
	display: block;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 15px;
	font-weight: 600 !important;
	padding: 0 12px;
}

#tif_casestudy_body .sidebar a.backlink:hover {
	text-decoration: none;
	opacity: 0.8;
}

#tif_casestudy_body .sidebar h5 {
	font-weight: 100;
	color: #3A4954;
	font-size: 18px;
	line-height: 24px;
}

#tif_related_cases .relcase-left {
	margin-bottom: 100px;
}

#tif_related_cases .relcase-right .btn-rounded {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 100 !important;
	color: #fff;
}
#tif_related_cases .relcase-right .btn-rounded.btn-blue {
	background-color: #4D9DE0;
	color: #fff;
}

#tif_related_cases h5 {
	color: #4D9DE0;
	font-weight: 100;
	letter-spacing: 1px;
	font-size: 12px;
	line-height: 24px;
	font-family: "Source Sans Pro", sans-serif;
	text-transform: uppercase;
	margin-bottom: 30px;
}

#tif_related_cases a {
	color: #21569F;
	font-size: 18px;
	line-height: 24px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 700 !important;
}

#tif_related_cases h4 {
	margin-bottom: 20px;
}

/* STUDENT LANDING PAGE */
#tif_student_success_content {
	padding: 10px;
}
#tif_form {
	float: left;
	border: 2px solid black;
	margin: 10px;
	margin-top: 25px;
	padding: 20px;
	padding-top: 30px;
	background-color: #E5E5E5;
}

#tif_form p {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#tif_form label.gfield_label {
	width: auto;
	margin-left: 5px;
}

#tif_form .ginput_container {
	width: 100%;
	margin-left: 5px;
	margin-top: 0;
	margin-bottom: 5px;
}

#tif_form .gfield_description {
	margin-left: 5px;

}
#tif_form .gfield_description a {
	font-size: 1em;
}

#tif_form iframe {
	max-width: 100%;
	padding-right: 5px;
}

#tif_form .gform_body li,
#tif_form .gform_body .gfield{
	margin: 0;
}

#tif_form.single_column {
	max-width: 800px;
	padding: 15px;
	margin: 15px;
}

/* PublishPress Blocks */
.advgb-recent-posts-block.title-top .advgb-recent-posts article.advgb-recent-post {
	display: flex;
	flex-direction: column;
}

.advgb-recent-posts-block.title-top .advgb-recent-posts article.advgb-recent-post .advgb-post-thumbnail{
	order: 2;
}

.advgb-recent-posts-block.title-top .advgb-recent-posts article.advgb-recent-post .advgb-post-wrapper{
	order: 1;
}

.reviews-banner {
	height: 200px;
}

/* Homepage header */
@media only screen and (min-width: 40.0625em) {
	#tif_homeBanner .inner {
		padding: 101px 15px 167px 15px !important;
	}
}

@media (min-width: 768px) {

	/* BUTTON SECTION */
	#tif_buttonSection .inner .buttons .button-item {
		padding: 0 145px;
	}

	/* BUTTON SECTION (ALTERNATE) */
	#tif_buttonSection_alternate .inner .buttons .button-item {
		padding: 0 145px;
	}

	/* TESTIMONIAL SLIDER */
	#tif_testimonialSlider .inner .testimonial-slider {
		padding: 0 50px;
	}

	/* ALTERNATE TESTIMONIAL SHORTCODE */
	#tif_testimonialSlider.inner .testimonial-slider {
		padding: 0 50px;
	}

	#tif_min_height .bannerimage{
		height: 225px;
	}

	#tif_min_height .gradient-fill {
		height: 225px;
	}

	#tif_min_height #tif_videoBanner {
		height: 225px;
	}

	#tif_min_height .container-fluid {
		height: 225px;
	}

	#tif_min_height .header-content .inner {
		position: absolute;
		height: 225px !important;
		min-height: 225px !important;
		margin-top: 25px !important;
		padding: 0 !important;
	}

	#tif_min_height .header-content .inner h1 {
		margin-bottom: 10px !important;
	}

	#tif_min_height .header-content .inner h1.only-title {
		margin: 50px !important;
	}

	.rbtn {
		float: none;
		margin: 0 auto;
		display: inline-block;
	}

}

.tif-anchor-menu {
	display: none;
	position: sticky;
	top: 0;
}
.tif-anchor-menu .sticky-menu {
	background-color: white;
	position: absolute;
	padding: 20px;
	top: 40px;
	right: 50px;
	width: 300px;
	border: 3px solid #4D9DE0;
}

.tif-anchor-menu .sticky-menu h2 {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.tif-anchor-menu .sticky-menu ul {
	margin-left: 0;
}

.tif-anchor-menu .sticky-menu ul li {
	list-style: none;
	margin-top: 20px;
}

.tif-anchor-menu .sticky-menu ul li a {
	font-size: 16px;	
}

#field_2_15 {
	display: flex;
}

#field_2_15 .ginput_container_checkbox {
	width: auto;
}

#field_2_15 .ginput_container_checkbox label {
	display: none;
}

#field_2_15 .ginput_container_checkbox input[type="checkbox"] {
	width: auto !important;
}

#field_2_15 .gfield_description {
	padding-top: 14px;
	margin-left: 10px;
}

#field_2_15 .gfield_description > div {
	margin: 0 !important;
	width: auto !important;
}

@media (min-width: 1050px) {

	/* NAVIGATION */
	#tif_navigation .inner {
		margin-bottom: 0;
	}

	/* MENU */
	#tif_navigation .inner .menu {
		display: block;
	}

	#tif_navigation .inner .menu ul {
		list-style: none;
		margin: 25px 0 0 0;
		padding: 0;
	}

	#tif_navigation .inner .menu ul li {
		display: inline-block;
		position: relative;
		margin-right: 30px;
		padding: 0 0 25px 0;
	}

	#tif_navigation .inner .menu ul li.has-dropdown a:after {
		content: '';
		display: inline-block;
		position: relative;
		width: 10px;
		height: 10px;
		background-image: url(../png/nav-arrow-rest.png);
		background-position: center center;
		background-repeat: no-repeat;
		margin-left: 8px;
		top: -2px;
		-webkit-transition: background-image 0.2s ease-in-out;
		-moz-transition: background-image 0.2s ease-in-out;
		-ms-transition: background-image 0.2s ease-in-out;
		-o-transition: background-image 0.2s ease-in-out;
		transition: background-image 0.2s ease-in-out;
	}

	#tif_navigation .inner .menu ul li.has-dropdown:hover a:after {
		background-image: url(../png/nav-arrow-active.png);
	}

	#tif_navigation .inner .menu ul li:last-child {
		margin-right: 0;
	}

	#tif_navigation .inner .menu ul li .dropdown {
		display: none;
		position: absolute;
		background-color: white;
		-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
		-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
		box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
		z-index: 1;
		margin: 0;
		padding: 15px;
		top: 40px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	#tif_navigation .inner .menu ul li .dropdown:before {
		content: '';
		display: block;
		position: absolute;
		top: -10px;
		left: 50%;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 13px 13px 13px;
		border-color: transparent transparent #fff transparent;
		-webkit-filter: drop-shadow(0 -4px 2px rgba(0, 0, 0, .1));
		filter: drop-shadow(0 -4px 2px rgba(0, 0, 0, .1));
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	#tif_navigation .inner .menu ul li.has-dropdown .dropdown a:after {
		display: none;
	}

	#tif_navigation .inner .menu ul li .dropdown li {
		margin: 0;
		padding: 0 0 5px 0;
	}

	#tif_navigation .inner .menu ul li .dropdown li:last-child {
		padding: 0;
	}

	#tif_navigation .inner .menu ul li .dropdown li a {
		white-space: nowrap;
		color: #3a4954 !important;
	}

	#tif_navigation .inner .menu ul li .dropdown li a:hover {
		color: #21569F !important;
	}

	#tif_navigation .inner .menu ul li a {
		font-weight: 500;
		color: #3a4954;
		-webkit-transition: color 0.2s ease-in-out;
		-moz-transition: color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out;
		-o-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
	}

	#tif_navigation .inner .menu ul li a:hover {
		color: #21569F;
	}

	#tif_navigation .inner .menu ul li:hover a {
		color: #21569F;
	}

	#tif_navigation .inner .menu ul li:hover .dropdown {
		display: block;
	}

	#tif_navigation .inner .menu ul li:hover .dropdown a {
		color: #5B798E;
	}

	/* MENU EXTRAS */
	#tif_navigation .inner .menu-extras ul {
		margin: 20px 0 0 0;
	}

	#tif_navigation .inner .menu-extras ul li .hamburger {
		display: none;
	}

	#tif_navigation .inner .menu-extras ul li .btn-rounded {
		display: block;
	}

	/* SEARCH MODAL */
	#tif_searchModal .inner {
		width: 75%;
		margin: 0 auto;
	}

	/* VIDEO BANNER */
	#tif_videoBanner .inner {
		padding-top: 100px;
		padding-bottom: 120px;
	}

	#tif_videoBanner .inner .content {
		margin: 0;
	}

	#tif_videoBanner .inner .content h1 {
		text-align: left;
		font-size: 48px;
		line-height: 48px;
	}

	#tif_videoBanner .inner .content p {
		font-size: 24px;
		line-height: 28px;
		text-align: left;
	}

	#tif_videoBanner .inner .content ul {
		text-align: left;
	}

	#tif_videoBanner .inner .video-click.mobile {
		display: none;
	}

	#tif_videoBanner .inner .video-click {
		display: block;
		position: absolute;
		top: 50%;
		right: 10%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	/* BUTTON SECTION */
	#tif_buttonSection .inner .buttons .button-item {
		width: 50%;
		padding: 0 20px;
	}

	/* ALTERNATE SECTION */
	#tif_alternateSection .inner .alt-section .content {
		width: 50%;
	}

	#tif_alternateSection .inner .alt-section .content .copy {
		margin: 0;
	}

	#tif_alternateSection .inner .alt-section.img-left .content .copy {
		float: right;
	}

	#tif_alternateSection .inner .alt-section.img-right .image-mobile {
		display: none;
	}

	#tif_alternateSection .inner .alt-section .image {
		display: block;
		float: left;
		width: 50%;
	}

	#tif_alternateSection .inner .alt-section.img-right .image {
		display: block;
	}

	/* GRADIENT SECTION */
	#tif_gradientSection .inner h2 br {
		display: block;
	}

	/* BUTTON SECTION (ALTERNATE) */
	#tif_buttonSection_alternate .inner .buttons .button-item {
		width: 50%;
		padding: 0 20px;
	}

	#tif_buttonSection_alternate .inner .buttons .button-item:nth-last-of-type(-n+2) {
		margin-bottom: 0;
	}

	#tif_buttonSection_alternate .inner .buttons .button-item .click-wrapper {
		min-height: 380px;
	}

	/* TESTIMONIAL SLIDER */
	#tif_testimonialSlider .inner .testimonial-slider {
		padding: 0;
	}

	#tif_testimonialSlider .inner .testimonial-slider .slider-item h2 {
		font-size: 36px;
		line-height: 36px;
	}

	/* ALTERNATE TESTIMONIAL SHORTCODE */
	#tif_testimonialSlider.inner .testimonial-slider {
		padding: 0;
	}

	#tif_testimonialSlider.inner .testimonial-slider .slider-item h2 {
		font-size: 36px;
		line-height: 36px;
	}

	/* VIDEO PLAYLIST */
	#tif_videoPlaylist .inner .video,
	#tif_videoPlaylist .inner .playlist {
		width: auto;
	}

	#tif_videoPlaylist .inner .video {
		width: 55%;
		margin-bottom: 0;
	}

	#tif_videoPlaylist .inner .playlist {
		width: 45%;
	}

	#tif_videoPlaylist .inner .playlist .overflow-wrap {
		max-height: 275px;
		overflow-y: scroll;
	}

	/* VIDEO PLAY LIST SHORTCODE */
	/*
        #tif_videoPlaylist.inner .video,
        #tif_videoPlaylist.inner .playlist {
            width: auto;
        }

        #tif_videoPlaylist.inner .video {
            width: 55%;
            margin-bottom: 0;
        }

        #tif_videoPlaylist.inner .playlist {
            width: 45%;
        }

        #tif_videoPlaylist.inner .playlist .overflow-wrap {
            max-height: 275px;
            overflow-y: scroll;
        }
    */

	#tif_casestudy_head .banner {
		height: 400px;
		margin: 0;
	}

	#tif_casestudy_head {
		height: 200px;
	}

	#tif_casestudy_head {
		clear: both;
	}

	#tif_casestudy_head h1 {
		margin: 0;
		padding-left: 20px;
		font-size: 48px;
		line-height: 48px;
	}

	#tif_casestudy_head .page-banner {
		padding-top: 0px;
		padding-left: 40px;
	}

	#tif_casestudy_head .tiny-header {
		margin: 50px 0 10px 20px;
	}
	#tif_casestudy_body .hide-overflow {
		overflow: hidden;
	}

	#tif_casestudy_body .sidebar {
		display: block;
		position: relative;
		height: 100%;
		background-color: transparent;
		min-width: 282px;
		max-width: 350px;
		padding: 0 0 0 50px;
		margin-top: 55px;
		/* margin-bottom: -5000px;
		padding-bottom: 5000px;  */
		/* padding: 0; */
		/* border: 1px solid red; */
		/* margin-bottom: -5000px;
		padding-bottom: 5000px;  */
		/* background-image: url(/wp-content/uploads/2019/06/sidebar-bg.png);
		background-repeat: no-repeat;
		background-position-x: center;
		background-position-y: 0px; */
		/* background-color: #fff; */
		/* box-shadow: 3px 4px 8px rgba(84, 82, 84, 0.2); */
	}
	

	#tif_casestudy_body .sidebar .sticky-height {
		display: block;
		position: relative;
		/* margin-bottom: -5000px;
		padding-bottom: 5000px; */
		/* border: 1px solid green; */
	}


	#tif_casestudy_body .sidebar .sidebar-content {
		display: block;
		position: relative;
		background-color: #fff;
		box-shadow: 3px 4px 8px rgba(84, 82, 84, 0.2);

	}
	#tif_casestudy_body .sidebar .sidebar-content:after {
		content: '';
		position: absolute;
		bottom: -15px;
		left: 0;
		right: 0;
		height: 30px; /* Adjust this value based on the shadow height */
		box-shadow: 3px 4px 8px rgb(255, 255, 255);
		box-shadow: none;
		background-color: #fff;

		


	}

	#tif_casestudy_body .sticky-wrapper-top .link-wrapper {
		display: flex !important;
		position: relative;
		justify-content: center;
		margin-left: 70px;
		width: 282px;
		/* border: 1px solid blue; */
	}


	#tif_casestudy_body .sidebar h3 {
		/* margin-top: 60px; */
		font-size: 21px;
	}
	#tif_casestudy_body h2 {
		margin-top: 230px;
		font-size: 24px;
		line-height: 30px;
		color: #3A4954;
	}

	/* STUDENT LANDING PAGE*/
	#tif_form.single_column{
		margin-left: 15%;
		width: 70%;
	}

}

@media (min-width: 1200px) {

	.tif-anchor-menu {
		display: block;
	}

	#tif_markets_overviewSection .container-fluid.anchor-menu-enabled {
		max-width: 800px;
	}

	/* VIDEO BANNER */
	#tif_videoBanner .inner .video-click {
		right: 15%;
	}


	/* ALTERNATE SECTION */
	#tif_alternateSection .inner .alt-section {
		width: 83.33333%;
	}

	/* BUTTON SECTION (ALTERNATE) */
	#tif_buttonSection_alternate .inner .buttons .button-item .click-wrapper {
		min-height: 335px;
	}

	/* VIDEO PLAYLIST */
	#tif_videoPlaylist .inner {
		padding: 100px 60px;
	}

	/* VIDEO PLAY LIST SHORTCODE */
	/*
        #tif_videoPlaylist.inner {
            padding: 100px 60px;
        }
    */

}

@media (min-width: 1440px) {

	#tif_markets_overviewSection .container-fluid.anchor-menu-enabled {
		max-width: 1000px;
	}

}

@media (min-width: 1900px) {
	#tif_markets_overviewSection .container-fluid.anchor-menu-enabled {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
}

#tif_related_cases a.btn-rounded-thin, #tif_related_cases a.btn-rounded-thin-blue {
	font-weight: 400 !important;
	margin-bottom: 1rem;
	width: 100%;
}

/* TIF Mobile Updates */	


@media (min-width: 1200px) {
	/* VIDEO BANNER */
	#tif_videoBanner.video-ban .inner .content {
	  max-width: 645px;
	  max-width: 630px;
	}
}



@media (max-width: 992px) {
#tif_videoBanner .inner .content ul li {
	min-width: 220px
}
}

@media (max-width: 1200px) {
	#tif_markets_overviewSection {
		padding: 0 15px;
	}

	.usecasesbar, .attention {
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		/* margin-top: 0;
		margin-bottom: 0; */
		margin-top: 75px;
		margin-bottom: 75px;
		margin-left: -50vw;
		margin-right: -50vw;
	}
}

.usecasesbar, .attention {
	margin-top: 75px;
	margin-bottom: 75px;
}





/* #tif_casestudy_body .sticky-wrapper-top.desktop .link-wrapper {
	display: flex !important;
	position: relative;
	justify-content: flex-start;
	border: 1px solid red;
	margin-left: 70px;
	width: 282px;
} */

/* .sticky-wrapper-top.desktop {
	display: none;
	opacity: 0;
} */
.sticky-wrapper-top.mobile {
	display: block;
	position: absolute;
	width: 100%;
	/* border: 1px solid red; */
	/* bottom: -85px; */
	bottom: 0;
	top: auto;
	/* left: auto;
	right: auto;
	bottom: -85px; */
	padding-left: .9375rem;
	padding-right: .9375rem;
}

#tif_casestudy_body .sticky-wrapper-top.mobile .link-wrapper {
	display: flex !important;
	/* border: 1px solid red; */
	justify-content: center;
	align-items: center;
	width: 100%;
	/* background: #4D9DE0; */
	/* padding-left: .9375rem; */
	/* padding-right: .9375rem; */

}
#tif_casestudy_body .sticky-wrapper-top.mobile .link-wrapper a {
	padding: 0 12px;
}



@media (min-width: 1050px) {
	/* .sticky-wrapper-top.mobile {
		display: none;
	} */
	#tif_casestudy_body .sticky-wrapper-top.mobile {
		display: flex;
		position: relative;
		margin-left: 0;
		/* border: 1px solid green */
		/* top: 45rem;
    	left: 70px;
		height: 30px; */
	}
	#tif_casestudy_body .sticky-wrapper-top.mobile .link-wrapper {
		margin-left: 0;
	}
}





@media (max-width: 1050px) {
	#tif_casestudy_body .sidebar {
		padding-left: 0;
		padding-right: 0;
	}



	
	#tif_casestudy_body .sidebar-content {
		/* border: 1px solid red; */
		padding-left: 0;
		padding-right: 0;
	}
	#tif_casestudy_body .sidebar-content a {
		word-break: break-word;
		overflow-wrap: break-word;
		white-space: normal;
	}

	#tif_casestudy_body .sticky-wrapper-top.mobile {
		display: flex;
		position: relative;
		/* justify-content: flex-start; */
		/* border: 1px solid red; */
		height: 30px;
		/* margin-left: 70px; */
		/* width: 282px; */
	}
}



@media (max-width: 40.0625em) {
	#tif_casestudy_body .sticky-wrapper-top.mobile .link-wrapper {
		display: flex !important;
		/* position: absolute; */
		justify-content: flex-start;
		/* border: 1px solid red; */
		margin-left: 0;
		/* width: 282px; */
	}
}



/* .tif-case-studies__go-back-container-desktop,
.tif-case-studies__go-back-container-mobile {
	transition: opacity 1.3s ease;
} */

.tif-case-studies__go-back-container-mobile {
	display: block;
}

.tif-case-studies__go-back-container-mobile{
	opacity: 1;
	transition: opacity 0.1s ease, transform 0.4s ease;
}

.tif-case-studies__go-back-container-mobile.active{
	opacity: 0;
	/* opacity: 1; */

	transition: opacity 0.1s ease, transform 0.4s ease;

}
.tif-case-studies__go-back-container-desktop{
	display: block;
	opacity: 0;
	/* opacity: 1; */
	transition: opacity 0.3s ease, transform 0.4s ease;
	top: 0;
	transform: translateY(30px);

	

}

.tif-case-studies__go-back-container-desktop.active{
	display: block;
	position: sticky;
	opacity: 1;
	transition: opacity 0.3s ease, transform 0.4s ease;
	transform: translateY(50px);
}


/*Case Study Updates TIF */
#tif_casestudy_body .setwidth {
	width: 100%; 
	height: 100%;
	display: block; 
	position: relative; 
	padding-left:0; 
	padding-right: 0; 
	margin: 0;
}



#tif_casestudy_body .sticky-wrapper-top.desktop .link-wrapper {
	display: flex !important;
	position: absolute;
	justify-content: center;
	/* border: 1px solid red; */
	margin-left: 0;
	width: 33.33333%;
}

@media (min-width: 1050px) {
	#tif_casestudy_body .sticky-wrapper-top.desktop .link-wrapper {
		padding-left: .9375rem;
		padding-right: .9375rem;
		min-width: 282px;
        max-width: 350px;
		margin-left: 25px;

	}
}


@media only screen and (max-width: 40.0625em) {
	#tif_casestudy_body .case-study-content-container__inner {
		padding-left: 0;
		padding-right: 0;
	
	}
}

@media (min-width: 40.0625em) {
	#tif_casestudy_body .case-study-content-container {
		padding-left: 35px;
	
	}
}

@media (min-width: 64.0625em) {
	#tif_casestudy_body .case-study-content-container {
		padding-left: 70px;
	
	}
	#tif_casestudy_body .case-study-content-container__inner {
		padding-left: 0;
		padding-right: 0;
	
	}
}



