@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700');

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/34fb81");

  
@font-face {font-family: 'Gilroy-SemiBold';src: url('../fonts/34FB81_0_0.eot');src: url('../fonts/34FB81_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/34FB81_0_0.woff2') format('woff2'),url('../fonts/34FB81_0_0.woff') format('woff'),url('../fonts/34FB81_0_0.ttf') format('truetype');}

html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    font-family: "Titillium Web", Calibri, Georgia, "Times New Roman", Times, serif;
    font-weight: 300;
    background-color: #fff;
    color: #2D2D2D;
}

#tinymce {
    font-family: 'Titillium Web', Calibri, Georgia, "Times New Roman", Times, serif;
	padding: 12px!important;    
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 15px;
    font-family: "Gilroy-SemiBold", Calibri, Georgia, "Times New Roman", Times, serif;
    font-weight: 300;
    letter-spacing: -0.5px;
    display: block;
}

body h1, body h2, body h3, body h4, body h5 {
	font-weight: 300;	
	line-height: 1.1;
}

body h1 {
    font-size: 38px;
    line-height: 44px;
	color: #2e416c;    
}

body h2 {
    font-size: 34px;
    line-height: 38px;
	color: #2e416c;    
}

body h3 {
    font-size: 28px;
    line-height: 34px;
	color: #222;    
}

body h4 {
    font-size: 25px;
    line-height: 30px;
	color: #222;    
}

body p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
}

body p.intro,
body p .intro {
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;	
}

body p .text-in-color.blue {
	color: #2e416c;	
}

body p .text-in-color.theme-red {
	color: #E0004D;
}

body p .text-in-color.theme-green {
	color: #009777;
}

body p .text-in-color.theme-purple {
	color: #4D0575;
}

body p .text-in-color.theme-yellow {
	color: #FFC503;
}

body blockquote {
    margin: 32px 0;
    position: relative;
    color: #2e416c;
    font-family: "Gilroy-SemiBold", Calibri, Georgia, "Times New Roman", Times, serif;
    font-weight: 300;
    letter-spacing: -0.5px;
     padding-right: 40px;
}


body blockquote:after {
    content: '';
    width: 3px;
    height: 100%;
    display: block;
    background: #E2E7EC;
    left: -20px;
    top: 0;
    display: block;
    position: absolute;
}

body blockquote:after {
    left: -20px; 
}

body blockquote p {
    font-size: 32px;
    line-height: 40px;
    color: #2e416c;
}

body a {
    color: #009777;
    text-decoration: none;
}

body a .text-in-color.blue {
	color: #2e416c;	
}

body a .text-in-color.theme-red {
	color: #E0004D;
}

body a .text-in-color.theme-green {
	color: #009777;
}

body a .text-in-color.theme-purple {
	color: #4D0575;
}

body a .text-in-color.theme-yellow {
	color: #FFC503;
}

body ul {
    list-style: none;
    margin: 30px 0 30px 0;
    padding: 0;
    display: block;
}

body ul li {
    list-style: none;	
	position: relative;
    padding: 0 0 0 35px;
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 1.4; 
}

body ul li:after {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    background: #009777;
    left: 12px;
    top: 10px;
    display: block;
    position: absolute;
}

body ol {
	margin: 30px 0 30px 28px;
    padding: 0;
    display: block;
    list-style-position: outside;
}

body ol li {
	position: relative;
	padding: 0 0 0 9px;
	margin: 0 0 20px 0;	
    font-size: 18px;
    line-height: 1.4; 	
}

body .btn {
    position: relative;
    min-width: 80px;
    width: auto;
    padding: 24px 50px;
    background: #009777;
    border: solid 1px #009777;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 600;
    outline: 0;
    border-radius: 12px 0 12px 0;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 30px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;    
}

body .btn.type2 {
    background: #fff;
    border: solid 1px #009777;
    color: #009777;
}

body .btn.theme-red {
    background: #E0004D;
    border: solid 1px #E0004D;
    color: #fff;	
}

body .btn.theme-red.type4 {
    background: #fff;
    border: solid 1px #E0004D;
    color: #E0004D;
}

body .btn.theme-green {
    background: #009777;
    border: solid 1px #009777;
    color: #fff;    
}

body .btn.theme-green.type4 {
    background: #fff;
    border: solid 1px #009777;
    color: #009777;
}

body .btn.theme-purple {
    background: #4D0575;
    border: solid 1px #4D0575;
    color: #fff;    
}

body .btn.theme-purple.type4 {
    background: #fff;
    border: solid 1px #4D0575;
    color: #4D0575;
}

body .btn.theme-yellow {
    background: #FFC503;
    border: solid 1px #FFC503;
    color: #fff;    
}

body .btn.theme-yellow.type4 {
    background: #fff;
    border: solid 1px #FFC503;
    color: #FFC503;
}

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

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

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

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

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

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 p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


  
