html{
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body{
	margin: 0;
	color: #484848;
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 20px;
	line-height: 35px;
	background: #fff;
}
h1, h2, h3, h4, h5, h6, p{
	margin-top:0;
	margin-bottom:0;
}
img{
	max-width:100%;
}
a:hover{
	text-decoration: none;
}
main {
	display: block;
}
.header{
	position: absolute;
	width: 100%;
	z-index: 9;
}
.header-general{
	position: relative;
	padding-bottom: 57px;
	background: #2f2f2f url("./images/ttm-logomark.png") top right no-repeat;
}
nav.navbar{
	margin-top: 79px;
	height: 0;
	padding:0;
}
nav .navbar-collapse{
	margin-top: -25px;
}
.hero, .our-solutions, .who-we-are, .meet-the-team, .eszylfie-message, .in-the-news, .contact-form-block{
	position: relative;
}
.hero{
	background: #2F2F2F url('./images/ttm-logomark.png') top right no-repeat;
	padding-top: 176px;
}
nav.navbar li.menu-item a{
	color: #D1B52B;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	margin-left: 45px;
}
h1{
	font-size: 42px;
	line-height: 50px;
	color: #F6F5F5;
	margin-top: 120px;
}
.thanks-text{
	margin-bottom: 30px;
}
.home-page h1{
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.hero-text__video{
	width: 100%;
}
.hero-text__h2{
	margin-bottom: 20px;
}
.hero-text__h5{
	margin-bottom: 10px;
}
.hero p{
	color: #B6B5B1;
	line-height: 30px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	margin-top:30px;
}
.thanks-block h1{
	margin: 0 0 20px 0;
	font-size: 42px;
	line-height: 50px;
	color: black;
}
.hero .hero-text,
.our-solutions .our-solutions-text,
.who-we-are .who-we-are-text,
.who-we-are .cards > div,
.meet-the-team a.team-card,
.eszylfie-message .eszylfie-message-text,
.in-the-news .video-block,
.in-the-news .articles > div,
.in-the-news .older-articles{
	z-index:9;
}
.hero .hero-text a{
	font-size: 24px;
	line-height: 31px;
	color: #D1B52B;
	font-weight: 600;
	display: block;
	margin-top:30px;
	margin-bottom:51px;
}
.hero .hero-text a img{
	margin-top: -3px;
	margin-left: 10px;
}
.hero-row{
	position: relative;
}
.hero-image{
	position: absolute;
	right: 15px;
	bottom: -64px;
	max-width: 65%;
	z-index: 7;
}
.our-solutions{
	background: #E4E1D8;
	padding-bottom:55px;
}
.our-solutions h3,
.who-we-are h3{
	font-size: 40px;
	line-height: 53px;
	color: #2F2F2F;
}
.our-solutions h3{
	margin-top: 110px;
}
.our-solutions h4{
	font-size: 32px;
	line-height: 53px;
	color: #2F2F2F;
	margin-top: 15px;
	margin-bottom: 40px;
}
.our-solutions p{
	margin-top:30px;
	margin-bottom:30px;
}
.our-solutions ul{
	list-style-type: none;
	padding-left: 15px;
}
.our-solutions li{
	padding-left:55px;
	margin-bottom: 48px;
}
.our-solutions li:nth-child(1){
	background: url('./images/icon-insurance.png') no-repeat 0 0;
}
.our-solutions li:nth-child(2){
	background: url('./images/icon-investments.png') no-repeat 0 0;
}
.our-solutions li:nth-child(3){
	background: url('./images/icon-planning.png') no-repeat 2px 0;
}
.our-solutions li .solutions{
	margin-top:5px;
}
.our-solutions li .solutions span{
	font-size: 20px;
	line-height: 35px;
	padding-right: 12px;
}
.our-solutions li .solutions span:not(:first-child){
	background: url('./images/grey-bullet.svg') no-repeat left center;
	padding-left:23px;
}
.our-solutions li a{
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	color: #C9A90D;
	margin-top: 10px;
	display: block;
}
.our-solutions li a img{
	margin-left: 14px;
	height: 16px;
	margin-top: -2px;
}
.our-solutions h5{
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 0;
	color: #2F2F2F;
}
.our-solutions .line-wrap{
	z-index: 8;
}
.who-we-are{
	background: linear-gradient(180deg, #F6F5F5 81.93%, #DDDBD4 100%);
	position: relative;
	padding-bottom:100px;
}
.who-we-are h3{
	margin-top:95px;
}
.who-we-are p{
	margin-top:40px;
}
.who-we-are img.who-image{
	position: absolute;
	left: 50%;
	margin-left: 15px;
	top: 45px;
	width: calc(50% - 15px);
	max-width: 50%;
}
.who-we-are .cards{
	/*margin-top: 152px;*/
}
.who-we-are .cards-wrap{
	padding-top: 130px;
}
.who-we-are .card-item{
	background: #FCFCFC;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding:40px 30px;
}
.who-we-are .card-item h5{
	font-weight: 500;
	font-size: 20px;
	line-height: 35px;
	color: #C9A90D;
}
.who-we-are .card-item p{
	font-size: 15px;
	line-height: 26px;
	margin-top:5px;
}
.meet-the-team{
	background: #F6F5F5;
	padding-bottom:120px;
}
.meet-the-team h4{
	font-weight: 500;
	font-size: 32px;
	line-height: 53px;
	color: #2F2F2F;
	margin-top:70px;
	margin-bottom:40px;
}
.meet-the-team a.team-card{
	background: #FCFCFC;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	display: block;
	position: relative;
}
/*.meet-the-team a.small-card{
    padding-left: 0;
    padding-right: 0;
}*/
.meet-the-team a.team-card img{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width:100%;
}
.meet-the-team a.team-card .view-article img{
	width: 16px;
	height:16px;
	margin-left: 8px;
}
/*.meet-the-team a.team-card h6,
.meet-the-team a.team-card p{
	margin-left: 30px;
	margin-right:30px;
}*/
.meet-the-team a.team-card h6{
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	color: #C9A90D;
	/*margin-top:30px;*/
}
.meet-the-team a.team-card p{
	font-size: 14px;
	line-height: 18px;
	/*padding-bottom:30px;*/
	margin-top:7px;
	color:#484848;
	margin-bottom:0;
}
.meet-the-team .card-col a.team-card:last-child{
	position: absolute;
	bottom:0;
}
.eszylfie-message{
	background: #484848 url('./images/ttm-logomark2.png') top right no-repeat;
	padding-bottom:120px;
}
.eszylfie-message h4{
	font-weight: 500;
	font-size: 32px;
	line-height: 53px;
	color: #D1B52B;
	margin-top:130px;
}
.eszylfie-message span.note{
	font-size: 16px;
	line-height: 28px;
	margin-top: 5px;
	color: #B6B5B1;
	display:block;
}
.eszylfie-message p{
	color: #B6B5B1;
	margin-top: 50px;
	margin-bottom:0;
}
.eszylfie-message ol{
	padding-left: 23px;
}
.eszylfie-message ol p{
	margin-top: 10px;
}
.eszylfie-message ol li{
	margin-top: 30px;
	padding-left: 5px;
}
.eszylfie-message p.ol-title,
.eszylfie-message ol{
	color: #FCFCFC;
	margin-bottom:0;
}
.in-the-news{
	background: #FFFFFF;
	padding-bottom: 69px;
}
.in-the-news h4{
	font-size: 32px;
	line-height: 53px;
	margin-top:60px;
	margin-bottom:30px;
	color: #2F2F2F;
	font-weight: 500;
}
.in-the-news .form-wrap{
	padding-top:198px;
}
.in-the-news .video-block{
	position: relative;
}
.in-the-news .articles{
	margin-top:30px;
}
.in-the-news .articles .news-card{
	background: #FCFCFC;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	width: 100%;
}
.in-the-news .articles .news-card:hover,
.meet-the-team .team-card:hover{
	background: #D1B52B;
}
.in-the-news .articles .news-card .view-article,
.meet-the-team .team-card .view-article{
	display:none;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	color: #FCFCFC;
	text-align: right;
	/*margin-top: 30px;*/
	position: absolute;
	right: 30px;
}
.in-the-news .articles .news-card .view-article{
	top: 70px;
}
.meet-the-team .team-card .view-article{
	margin-top:12px;
	top: 30px;
}
.in-the-news .articles .news-card:hover h6,
.in-the-news .articles .news-card:hover .news-source,
.meet-the-team .team-card:hover h6,
.meet-the-team .team-card:hover p{
	/*display:none;*/
	visibility: hidden;
}
.in-the-news .articles .news-card:hover .view-article,
.meet-the-team .team-card:hover .view-article{
	display:block;
}
/*.in-the-news .articles .news-card img{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}*/
.in-the-news .articles .news-card .img-holder{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 221px;
	width: 100%;
}
.in-the-news .articles .news-card .text-wrap,
.meet-the-team .team-card .text-wrap{
	padding:30px;
	position: relative;
}
.meet-the-team .team-card .text-wrap{
	height:106px;
}
.meet-the-team .card-col{
	position:relative;
}
.in-the-news .articles .news-card h6{
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	color: #C9A90D;
}
.in-the-news .articles .news-card .news-source{
	font-size: 14px;
	line-height: 18px;
	color: #484848;
	margin-top:29px;
}
.in-the-news .older-articles{
	margin-top: 40px;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	color: #D1B52B;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 130px;
	position: relative;
}
.in-the-news .older-articles img{
	height: 16px;
	margin-left: 10px;
	margin-top: -2px;
}
.video-js.vjs-default-skin .vjs-big-play-button {
	background: url('./images/playbutton.svg') center no-repeat;
	border: 0;
	height: 110px;
	width: 110px;
	top: 50%;
	margin-top: -55px;
	left: 50%;
	margin-left: -55px;
}
.vjs-has-started.vjs-paused .vjs-big-play-button {
	visibility: visible;
}
.vjs-has-started.vjs-paused .vjs-big-play-button {
	display: block;
}
.video-block .video-js .vjs-big-play-button .vjs-icon-placeholder:before{
	content: "";
}
.video-block .video-js:hover .vjs-big-play-button, .video-block .video-js .vjs-big-play-button:focus{
	background-color: transparent;
}
.video-block .video-js .vjs-play-control .vjs-icon-placeholder:before{
	color: #D1B52B;
}
.video-block .video-js .vjs-play-progress:before{
	content:"";
	background: url('./images/icon-scrubber.png') center no-repeat;
	height:19px;
	width:16px;
	display:block;
	top:-7px;
}
.video-block .video-js .vjs-progress-control:hover .vjs-play-progress:before{
	top:-6px;
}
.video-block .video-js .vjs-control-bar{
	background: rgba(135, 135, 135, 0.5);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.video-block .video-js, .video-block .video-js .vjs-poster, .video-block .video-js video{
	border-radius:10px;
}
.video-js .vjs-menu-item-text{
	color: #fff;
}
.contact-form{
	width:540px;
	margin-left:auto;
	margin-right:auto;
}
.contact-form-block .form-wrap{
	z-index: 9;
	position: relative;
}
.contact-form-block{
	padding-top: 126px;
}
.contact-form{
	padding:45px;
	background: #E4E1D8;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.1);
	border-radius:10px;
	margin: 30px auto;
}
.contact-form h5{
	font-weight: 500;
	font-size: 40px;
	line-height: 53px;
	color: #2F2F2F;
	text-align:center;
	margin-bottom:40px;
}
.contact-form p{
	margin-bottom: 20px;
}
.contact-form input,
.contact-form .customized-select,
.contact-form .multiselect,
.contact-form .multiselect-btn{
	background: #F6F5F5;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 15px;
	border: none;
	outline: none;
	height: 48px;
	display:block;
	font-size: 16px;
	padding-left: 15px;
	color: #484848;
}
.contact-form .multiselect{
	position: relative;
}
.contact-form .multiselect-btn{
	background: #F6F5F5 url('./images/select-arrow-down.svg') right 20px top 21px no-repeat;
}
.contact-form .expanded .multiselect-btn{
	background: #F6F5F5 url('./images/select-close.svg') right 20px top 17px no-repeat;
}
/*.contact-form .customized-select,
.contact-form .multiselect,
.contact-form .multiselect-btn{
	color: #484848;
}*/
.contact-form .customized-select,
.contact-form .multiselect{
	padding-left:0;
}

.contact-form ::placeholder{
	color: #B6B5B1;
}
.contact-form ::-webkit-input-placeholder{
	color: #B6B5B1;
}
.contact-form ::-moz-placeholder{
	color: #B6B5B1;
}
.contact-form :-ms-input-placeholder{
	color: #B6B5B1;
}
.contact-form ::-ms-input-placeholder{
	color: #B6B5B1;
}
.contact-form :-moz-placeholder{
	color: #B6B5B1;
}
/*.contact-form .multiselect-btn{
	padding-left:0;
}*/
#multiselect-overlay,
#modal-multiselect-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
#modal-multiselect-overlay{
	z-index: 1100;
}
.multiselect-list{
	z-index: 200;
	position: absolute;
	width: 100%;
	background: #F6F5F5;
	margin-top:-15px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.contact-form-modal .multiselect-list{
	z-index: 1200;
}
.form-page2, .form-page3{
	display:none;
}
.multiselect-list :checked + label{
	background: url('./images/select-selected.svg') right 17px center no-repeat;
}
.multiselect-btn{
	text-align:left;
}
.multiselect-option{
	height:48px;
	padding-left: 15px;
}
.multiselect-option label{
	float:left;
	cursor:pointer;
	width:100%;
	margin-bottom:0;
	height: 48px;
	line-height: 48px;
}
.multiselect-option input{
	float:right;
}
.custom-select-wrapper {
	position: relative;
	user-select: none;
	width: 100%;
}
.custom-select__trigger {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 48px;
	cursor: pointer;
	border-bottom: 1px solid #E4E1D8;
	background: url('./images/select-arrow-down.svg') right 20px top 21px no-repeat;
	padding-left: 15px;
}
.open .custom-select__trigger{
	background: url('./images/select-close.svg') right 20px top 17px no-repeat;
}
.custom-options{
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	right: 0;
	transition: all 0.5s;
	opacity: 0;
	/*visibility: hidden;*/
	pointer-events: none;
	z-index: 2;
}
.customized-select.open{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.customized-select.open .custom-options{
	opacity: 1;
	/*visibility: visible;*/
	pointer-events: all;
	display:block;
	max-height: 300px;
	overflow-y: scroll;
}
.custom-option{
	position: relative;
	display: block;
	cursor: pointer;
	/*transition: all 0.5s;*/
	background: #F6F5F5;
	height: 38px;
	padding: 10px 15px;
}
.custom-option:last-child{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.custom-option:hover,
.custom-option.selected{
	cursor: pointer;
	background: #F6F5F5 url('./images/select-selected.svg') right 17px center no-repeat;
}
.contact-form .submit-btn{
	background: #D1B52B;
	border-radius: 5px;
	width: 255px;
	height: 53px;
	margin-left: auto;
	margin-right:auto;
	display: block;
	border: 0;
	outline: 0;
	margin-top: 35px;
	color: #FCFCFC;
	font-size: 18px;
	font-weight: bold;
}
.contacts-info{
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
	border-bottom: 1px solid #E4E1D8;
}
.contacts-info h5{
	font-weight: 500;
	font-size: 22px;
	line-height: 24px;
	color: #2F2F2F;
	font-style: normal;
}
.contacts-info span{
	margin-top: 15px;
	font-weight: 500;
	font-size: 40px;
	line-height: 53px;
	color: #D1B52B;
	display: block;
}
.contacts-info p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	margin-top: 15px;
	color: #484848;
}
.tifs-info{
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 32.52%, #FFFFFF 100.03%);
	padding-top:80px;
	padding-bottom:85px;
}
.tifs-info img{
	margin-bottom:80px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.tifs-info p,
.tifs-info p a,
.tifs-info p a:hover{
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .02em;
	line-height: 16px;
	color: #484848;
	padding-bottom:15px;
}
.tifs-info p a:focus{
	outline: none;
}
.footer{
	border-top: 5px solid #D1B52B;
	padding-top:45px;
	padding-bottom:50px;
	background: #2F2F2F;
}
.footer .navs{
	font-size: 14px;
	line-height: 28px;
	color: #E4E1D8;
	display:block;
	margin-bottom: 2px
}
.footer .socials{
	margin-top: 60px;
}
.footer .socials a{
	margin-right: 30px;
}
.footer .address-copyright{
	border-left: 1px solid rgba(182, 181, 177, 0.2);
}
.footer h6{
	font-size: 14px;
	line-height: 28px;
	color: #D1B52B;
	font-weight: bold;
}
.footer p{
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.02em;
	color: #B6B5B1;
	margin-top: 2px;
	white-space: pre-wrap;
}
.footer p.email{
	color: #D1B52B;
}
.footer p.phone,
.footer p.copyright{
	margin-top: 9px;
}
.tifs-modal .modal-dialog{
	max-width:712px;
}
.tifs-modal button.close,
.tifs-modal button.close:hover,
.tifs-modal button.close:not(:disabled),
.tifs-modal button.close:not(:disabled):hover{
	opacity: 1;
	padding: 0;
	font-size: 16px;
	line-height: 16px;
	height: 16px;
	margin: -11px -39px auto auto;
}
.tifs-modal .modal-content{
	padding: 30px 55px 61px 45px;
	background: #F6F5F5;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
}
.tifs-modal#contact-form-modal .modal-content,
.tifs-modal#contact-form-modal-success .modal-content,
.tifs-modal#contact-form-modal-failure .modal-content{
	padding:0;
}
/*.tifs-modal#contact-form-modal .modal-header,
.tifs-modal#contact-form-modal-success .modal-header,
.tifs-modal#contact-form-modal-failure .modal-header{
	display:none;
}*/

.tifs-modal#contact-form-modal button.close,
.tifs-modal#contact-form-modal button.close:hover,
.tifs-modal#contact-form-modal button.close:not(:disabled)
.tifs-modal#contact-form-modal button.close:not(:disabled):hover{
	position: absolute;
	right: 10px;
	top: 10px;
	margin:0;
}
/*.tifs-modal#contact-form-modal .contact-form{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}*/
.tifs-modal#contact-form-modal .modal-dialog,
.tifs-modal#contact-form-modal-success .modal-dialog,
.tifs-modal#contact-form-modal-failure .modal-dialog{
	max-width:540px;
}
.tifs-modal .modal-content,
.tifs-modal .modal-header{
	border:none;
}
.tifs-modal .modal-header,
.tifs-modal .modal-body{
	padding:0;
}
.tifs-modal h5{
	font-weight: 500;
	font-size: 22px;
	line-height: 24px;
	color: #2F2F2F;
	margin-top: 15px;
}
.tifs-modal p,
.tifs-modal ul,
.tifs-modal .bio-note{
	font-size: 16px;
	line-height: 28px;
	color: #484848;
	margin-top: 25px;
}
.tifs-modal .bio-note{
	margin-top: 10px;
}
.tifs-modal#contact-form-modal p,
.tifs-modal#contact-form-modal h5{
	line-height: 26px;
	font-size: 18px;
	text-align: center;
	margin-top: 0;
}
.tifs-modal#contact-form-modal h5{
	font-weight: 500;
	margin-top: 30px;
	margin-bottom:30px;
}
.tifs-modal#contact-form-modal .form-page2 h5{
	margin-top:0;
	margin-bottom:45px;
}
.tifs-modal .video-block{
	margin-top:40px;
}
.tifs-modal#contact-form-modal .custom-select-wrapper{
	width:48%;
	float:left;
	margin-bottom: 30px;
}
.tifs-modal#contact-form-modal #modal-input-city{
	width:48%;
	float:right;
	margin-bottom: 30px;
}
.tifs-modal#contact-form-modal .multiselect-list{
	position:relative;
	margin-top: 0;
	background: transparent;
	border-radius: 5px;
}
.tifs-modal#contact-form-modal .multiselect-option{
	border-radius: 5px;
	margin-bottom: 15px;
	background: #f6f5f5;
}
.tifs-modal#contact-form-modal .form-page2 .submit-btn:not(.prev-btn){
	width: 48%;
	float: right;
}
.tifs-modal#contact-form-modal .prev-btn{
	width: 48%;
	float: left;
	background: #484848;
}
.contact-form .validate-failure,
.contact-form .customized-select .validate-failure{
	border: 1px solid #F54A4A;
}
.tifs-modal#contact-form-modal-success h5,
.tifs-modal#contact-form-modal-failure h5{
	margin-top:0;
	color: #484848;
	margin-bottom:15px;
}
.tifs-modal#contact-form-modal-success p,
.tifs-modal#contact-form-modal-failure p{
	font-size: 18px;
	line-height: 26px;
	color: #484848;
	text-align: center;
	margin-top:0;
}
.navbar-toggler .navbar-toggler-icon{
	background: url('./images/modal-close.svg') center center no-repeat;
}
.navbar-toggler.collapsed .navbar-toggler-icon{
	background: url('./images/menu-toggler.svg') center center no-repeat;
}
.navbar-toggler:focus, .navbar-toggler:hover{
	outline: none;
}
.navbar-toggler{
	padding-right: 0;
}
nav .navbar-collapse{
	text-align: right;
}
#scroll-to-top, #scroll-to-form{
	display: none;
}
#scroll-to-top, #scroll-to-top:focus{
	width: 46px;
	height: 46px;
	background: #D1B52B url('./images/icon-top-page.svg') center center no-repeat;
	border: 1px solid #C9A90D;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
	border-radius: 50px;
	outline: none;
	position: fixed;
	bottom: 73px;
	right: 50px;
	z-index: 99;
}
#scroll-to-form, #scroll-to-form:focus{
	width: 196px;
	height: 46px;
	outline: none;
	background: #D1B52B url('./images/icon-connect.svg') left 15px top 10px no-repeat;
	border: 1px solid #C9A90D;
	box-sizing: border-box;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
	border-radius: 50px;
	position: fixed;
	bottom: 73px;
	right: 108px;
	font-size: 18px;
	line-height: 23px;
	color: #FCFCFC;
	font-weight: bold;
	padding-left: 25px;
	z-index: 99;
}
.line-wrap{
	position: absolute;
	width: 100%;
	top: 0;
	visibility: hidden;
}
.line-wrap .row,
.line-wrap .container{
	height:100%;
}
.line-wrap .line-block{
	/*border-right: 2px solid #D1B52B;*/
	width: 2px;
	height: 100%;
	background: #D1B52B;
	margin-left: 15px;
}
.in-the-news .line-wrap .line-block{
	background: none;
}
.in-the-news .line-wrap .line-rotate-block{
	border-bottom: 2px solid #D1B52B;
	content: "";
	border-right: 2px solid rgb(209, 181, 43);
	border-bottom-right-radius: 10px;
	margin-left: calc(66.666667% + 18px);
}
.hero .line-wrap{
	padding-top: 160px;
	z-index: 8;
}
.contact-form-block .line-wrap .line-rotate-block{
	height:132px;
	border-top: 2px solid #D1B52B;
	border-left: 2px solid #D1B52B;
	border-top-left-radius: 10px;
	margin-top: -2px;
}
.finra-notification-block{
	text-align: center;
	background: linear-gradient(to bottom, #888888 0%, #000000 100%);
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99;
}
.finra-notification-block a{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 42px;
	padding-left: 50px;
	padding-right: 50px;
	display: inline-block;
}
.finra-notification-expand{
	background: #d1b52b url('./images/finra_arrow_up.png') center no-repeat;
	position: fixed;
	bottom: 0;
	right: 10px;
	border: 3px solid white;
	width: 23px;
	height: 30px;
	cursor: pointer;
	z-index: 98;
}
.finra-notification-close{
	position: absolute;
	top: 3px;
	right: 5px;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 0;
	font-size: 10px;
	padding: 5px 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #aaaaaa;
	background-color: #aaaaaa;
	color: #000000;
	text-align: center;
	display: inline-block;
}
.general-page{
	background: #F6F5F5;
}
.general-page .page-title{
	background: #E4E1D8;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}
.general-page .page-title h1{
	font-weight: 500;
	font-size: 40px;
	line-height: 53px;
	color: #2F2F2F;
	margin-top: 0;
}
.news-row{
	margin-left: 0;
	margin-right: 0;
}
.news-list{
	margin-top: 40px;
}
.news-single{
	border-bottom: 1px solid #E4E1D8;
	padding: 30px 0;
	/*margin-left: 15px;*/
}
.news-wrap{
	position: relative;
	padding-bottom: 50px;
}
.news-single h6,
.news-single h6 a,
.news-wrap .pagination a{
	font-weight: 500;
	font-size: 22px;
	line-height: 24px;
	color: #D1B52B;
}
.news-single .news-source{
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	color: #484848;
	margin-top: 10px;
}
.news-wrap .pagination{
	padding-top: 50px;
	padding-bottom: 50px;
}
.news-wrap .pagination a{
	margin-right: 30px;
}
.general-page .contact-form-block,
.general-page .contacts-info,
.general-page .tifs-info{
	background: #FFFFFF;
}
.header-general nav.navbar,
.general-page .page-title .title-block,
.general-page .news-single,
.general-page .news-wrap .pagination a{
	z-index: 9;
}
.header-general .line-wrap{
	padding-top: 170px;
}
.header-general .line-wrap,
.page-title .line-wrap,
.page-title .news-wrap{
	z-index: 8;
}
.general-page .line-container{
	height: 160px;
	background: #fff;
	position: relative;
}
.general-page .line-container .line-rotate-block{
	height: 160px;
	border-bottom: 2px solid #d1b52b;
	border-right: 2px solid #d1b52b;
	border-bottom-right-radius: 10px;
	margin-left: calc(66.666667% + 18px);
}
.multiselect.expanded{
	border-radius: 5px 5px 0 0;
}
/* Responsive styles*/
@media (max-width: 767px){
	.thanks-block h1{
		margin: 0 0 20px 0;
		font-size: 24px;
		line-height: 22px;
		color: black;
		padding: 0 15px;
		text-align: center;
	}
	.thanks-block h2{
		font-size: 12px;
		line-height: 16px;
		margin-top: 15px;
	}
	.meet-the-team .card-col a.team-card:last-child{
		position:relative;
	}
	.contact-form{
		width:100%;
	}
	nav.navbar{
		height: auto;
		margin-top: 0;
	}
	nav .navbar-collapse{
		margin-top:0;
		padding-bottom: 15px;
	}
	.navbar-expand-md{
		display: flex;
		justify-content: center;
	}
	.hero{
		padding-top: 0;
		background: #2f2f2f;
		/*padding-bottom: 21px;*/
	}
	.hero-image{
		position: relative;
		right: 0;
		bottom: 0;
		top: 0;
		margin-top: 0;
		max-width: 100%;
		height: auto;
	}
	.thanks-text{
		margin-bottom: 0;
		text-align: center;
		padding: 0 15px;
		font-size: 20px;
		line-height: 27px;
	}
	.hero h1{
		font-size: 20.1732px;
		line-height: 24px;
		margin-top: 22px;
	}
	.hero p{
		font-size: 12px;
		line-height: 16px;
		margin-top: 15px;
	}
	.hero .hero-text{
		background: url('./images/ttm-logomark-m.png') bottom right no-repeat;
		/*background-size: 188px;*/
		padding-bottom: 21px;
	}
	.hero .hero-text a{
		font-size: 16px;
		line-height: 21px;
		margin-top: 15px;
		margin-bottom: 0;
	}
	.hero .hero-text a img{
		height: 16px;
	}
	.header{
		z-index: 999;
	}
	.we-will-never{
		font-size: 16px;
		line-height: 20px;
	}
	.home-page__header{
		height: 50px;
	}
	.menu-row{
		background: #2f2f2f;
	}
	.our-solutions{
		padding-bottom: 0;
	}
	.our-solutions h3, .our-solutions h4, .who-we-are h3{
		font-size: 20px;
		line-height: 24px;
	}
	.our-solutions h3{
		margin-top: 30px;
	}
	.our-solutions p{
		margin-top: 15px;
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 15px;
	}
	.our-solutions h4{
		margin-bottom: 30px;
	}
	.our-solutions h5{
		font-size: 16px;
		line-height: 21px;
	}
	.our-solutions li .solutions span,
	.our-solutions li .solutions span:not(:first-child){
		font-size: 12px;
		line-height: 22px;
		display:block;
		background: none;
		padding-left: 0;
	}
	.our-solutions li a{
		margin-top:15px;
	}
	.who-we-are img.who-image{
		position: relative;
		top: 0;
		left:0;
		margin-top: 30px;
		max-width: 100%;
		height: auto;
		width: 100%;
		margin-left: 0;
	}
	.who-we-are h3{
		margin-top:30px;
	}
	.who-we-are p {
		margin-top: 15px;
		font-size: 12px;
		line-height: 22px;
	}
	.who-we-are .cards{
		margin-top: 30px;
	}
	.who-we-are .card-item{
		margin-bottom: 15px;
	}
	.who-we-are .card-item h5{
		font-size: 16px;
		line-height: 21px;
	}
	.who-we-are .card-item p{
		font-size: 12px;
		line-height: 22px;
	}
	.who-we-are{
		padding-bottom: 40px;
	}
	.meet-the-team h4{
		font-size: 20px;
		line-height: 24px;
		margin-top: 40px;
		margin-bottom:15px;
	}
	.meet-the-team a.team-card p{
		font-size: 12px;
		line-height: 22px;
	}
	.in-the-news .articles .news-card .text-wrap, .meet-the-team .team-card .text-wrap{
		padding: 15px;
	}
	.meet-the-team a.team-card{
		margin-bottom: 15px;
	}
	.meet-the-team{
		padding-bottom:45px;
	}
	.meet-the-team .team-card .text-wrap{
		height: auto;
	}
	.eszylfie-message h4,
	.in-the-news h4{
		font-size: 18px;
		line-height: 24px;
		margin-top:50px;
	}
	.eszylfie-message span.note,
	.eszylfie-message h5,
	.eszylfie-message ::marker,
	.eszylfie-message p{
		font-size: 12px;
		line-height: 22px;
	}
	.eszylfie-message p{
		margin-top: 30px;
	}
	.eszylfie-message{
		padding-bottom: 52px;
	}
	.in-the-news h4{
		margin-bottom: 15px;
	}
	.in-the-news .articles{
		margin-top: 0;
	}
	.in-the-news{
		background: #FCFCFC;
		padding-bottom: 0;
	}
	.in-the-news .articles .news-card{
		width: 100%;
		display: block;
		margin-top: 15px;
	}
	.in-the-news .articles .news-card img{
		width: 100%;
	}
	.in-the-news .articles .news-card .news-source{
		margin-top: 5px;
	}
	.contact-form-block{
		padding-top: 15px;
	}
	.contact-form-block .form-wrap{
		margin-top: 0;
	}
	.contact-form h5{
		font-size: 30px;
		line-height: 24px;
	}
	.contact-form-block .form-wrap > div{
		padding-right: 0;
		padding-left: 0;
	}
	.contact-form-block .contact-form{
		border-radius: 0;
	}
	.contact-form input,
	.contact-form .customized-select,
	.contact-form .multiselect,
	.contact-form .multiselect-btn{
		font-size: 14px;
		line-height: 18px;
		height: 32px;
	}
	.contact-form .submit-btn{
		font-size: 12px;
		line-height: 16px;
		height: 43px;
		width: 100%;
	}
	.custom-select__trigger{
		height: 32px;
		background: url('./images/select-arrow-down.svg') right 11px top 13px no-repeat;
	}
	.open .custom-select__trigger{
		background: url('./images/select-close.svg') right 11px top 10px no-repeat;
	}
	.contact-form .multiselect-btn{
		background: #f6f5f5 url('./images/select-arrow-down.svg') right 11px top 13px no-repeat;
	}
	.contact-form .expanded .multiselect-btn{
		background: #f6f5f5 url('./images/select-close.svg') right 11px top 10px no-repeat;
	}
	.contact-form{
		padding: 30px 15px;
	}
	.contacts-info h5{
		font-size: 16px;
		line-height: 17px;
	}
	.contacts-info{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.contacts-info span{
		font-size: 29px;
		line-height: 39px;
	}
	.contacts-info p{
		font-size: 12px;
		line-height: 20px;
	}
	.tifs-info{
		padding-top: 30px;
	}
	.tifs-info img{
		height: 45px;
		margin-bottom: 30px;
	}
	.footer{
		padding-top: 30px;
		padding-bottom: 44px;
	}
	.footer .navs{
		text-align: center;
	}
	.footer .socials{
		margin-top: 32px;
		text-align: center;
		margin-bottom: 60px;
	}
	.footer .socials a.ln-link{
		margin-right: 0;
	}
	.footer .address-copyright{
		padding-top: 30px;
		text-align: center;
		border: none;
	}
	#scroll-to-form{
		left: 15px;
		bottom: 15px;
	}
	#scroll-to-top{
		right: 15px;
		bottom: 15px;
	}
	.hero-row,
	.who-we-are-img-row{
		display: block;
	}
	.hero-row{
		padding-top: 45px;
	}
	.finra-notification-block a{
		line-height: 25px;
	}
	.text-wrap{
		height: auto !important;
	}
	.who-we-are .cards-wrap{
		padding-top: 30px;
	}
	.navbar-brand img{
		vertical-align: middle;
	}
	.header-general{
		padding-bottom: 0;
		background: #2f2f2f
	}
	.news-wrap .pagination a{
		margin-right: 0;
		font-size: 18px;
	}
	.news-wrap .pagination a:first-child{
		float:left;
	}
	.news-wrap .pagination a:last-child{
		float: right;
	}
	.news-wrap{
		padding-bottom: 0;
	}
	.general-page .contact-form-block{
		padding-top: 0;
	}
	.general-page .contact-form-block .form-wrap{
		margin-top: 0;
	}
}
@media (min-width: 768px){
	.who-we-are p{
		padding-right: 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.navbar-brand img{
		vertical-align: top;
	}
	.hero h1{
		margin-top: 20px;
	}
	.who-we-are h3{
		margin-top: 40px;
	}
}
/* End Responsive styles*/
