@font-face {
    font-family: 'TitilliumWeb-Regular';
    src:url('fonts/TitilliumWeb-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/TitilliumWeb-Regular.woff') format('woff'),
        url('fonts/TitilliumWeb-Regular.ttf')  format('truetype'),
        url('fonts/TitilliumWeb-Regular.svg#TitilliumWeb-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumWeb-SemiBold';
    src:url('fonts/TitilliumWeb-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/TitilliumWeb-SemiBold.woff') format('woff'),
        url('fonts/TitilliumWeb-SemiBold.ttf')  format('truetype'),
        url('fonts/TitilliumWeb-SemiBold.svg#TitilliumWeb-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'TitilliumWeb-Bold';
    src:url('fonts/TitilliumWeb-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/TitilliumWeb-Bold.woff') format('woff'),
        url('fonts/TitilliumWeb-Bold.ttf')  format('truetype'),
        url('fonts/TitilliumWeb-Bold.svg#TitilliumWeb-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*END CSS RESET*/
body{
    font-family: 'TitilliumWeb-Regular';
    color: #000000;
    font-size: 16px;
    line-height: 1.6em;
}
p{
    margin-bottom: 13px;
}
.remove_margin_top{
	margin-top: 0 !important;
}
.remove_margin_bottom{
	margin-bottom: 0 !important;
}

._uppercase{
    text-transform: uppercase;
}
._button{
    padding: 11px 40px 12px;
    
}
._light_brown{
    background-color: #0079ba !important;
    color: #fefefe !important;
}
._light_brown:hover{
    background-color: #fecf11 !important;
    color: #0079ba !important
}


.content_section{
	
}
.content_section b,
.content_section strong,
#tinymce b,
#tinymce strong{
    font-weight: normal !important;
	font-family: 'TitilliumWeb-Bold';
}
#tinymce p,
.content_section p{
    margin-bottom: 31px;
}
button,
a:link,
a:visited{
    text-decoration: none;
    -webkit-transition: color 250ms, background-color 250ms;
    -moz-transition: color 250ms, background-color 250ms;
    -o-transition: color 250ms, background-color 250ms;
    transition: color 250ms, background-color 250ms;
}
a:hover{
    text-decoration: none;
}

#tinymce a:link,
#tinymce a:visited,
.content_section a:link,
.content_section a:visited{
	color: #fecf10;
}
#tinymce a:hover,
.content_section a:hover{
	color: #007abd;
}
#tinymce img,
.content_section img{
    vertical-align: top;
}
#tinymce p img,
.content_section p img{
    
}
#tinymce ul,
.content_section ul{
    margin-bottom: 31px;
}

#tinymce ul li:before,
.content_section ul li:before{
	content: "\f105";
	font: normal normal normal 16px/1 FontAwesome;
	position: absolute;
	left: 0px;
	top: 4px;
}
#tinymce ul li,
.content_section ul li{
	position: relative;
	padding-left: 18px;
	margin-bottom: 6px;
}
#tinymce ul li ul,
.content_section ul li ul{
    
}
#tinymce ul li ul li,
.content_section ul li ul li{
	
}
#tinymce ol,
.content_section ol{
    
}
#tinymce ol li,
.content_section ol li{
	
}
#tinymce ol li ol,
.content_section ol li ol{
    
}
#tinymce ol li ol li,
.content_section ol li ol li{
	
}
#tinymce h1,
.content_section h1,
#tinymce h2,
.content_section h2,
#tinymce h3,
.content_section h3,
#tinymce h4,
.content_section h4,
#tinymce h5,
.content_section h5,
#tinymce h6,
.content_section h6{
    
}
.title_style,
#tinymce h1,
.content_section h1{
    font-family: 'TitilliumWeb-SemiBold' !important;
    font-size: 52px !important;
    line-height: 1em !important;
    color: #000000 !important;
    text-transform: uppercase !important;
    margin-bottom: 45px !important;
}
.title_style:after,
#tinymce h1:after,
.content_section h1:after{
    content: '';
    display: block;
    width: 113px;
    height: 5px;
    background-color: #0a7aae;
    margin-top: 45px;
}

h2.title_style{
	font-size: 42px !important;
	margin-bottom: 14px !important;
}
h2.title_style:after{
    margin-top: 20px;
}

#tinymce h2,
.content_section h2{
    font-size: 24px;
    color: #000000;
    line-height: 1em;
    margin: 0 0 30px;
}
#tinymce h3,
.content_section h3{
    font-family: 'TitilliumWeb-SemiBold';
    font-size: 22px;
    margin: 0 0 28px;
}
#tinymce h4,
.content_section h4{
    font-family: 'TitilliumWeb-SemiBold';
    font-size: 20px;
    margin: 0 0 28px;
}
#tinymce h5,
.content_section h5{
    font-family: 'TitilliumWeb-SemiBold';
    font-size: 18px;
    margin: 0 0 28px;
}
#tinymce h6,
.content_section h6{
    font-family: 'TitilliumWeb-SemiBold';
    font-size: 16px;
    margin: 0 0 28px;
}
hr{
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 2px solid #dddddd;
}
.remove_margin_top{
	margin-top: 0 !important;
}
.remove_margin_bottom{
	margin-bottom: 0 !important;
}
#tinymce .title_like,
.content_section .title_like{
	
}

.aw_arrow {


    
}

.aw_arrow:after{
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative; 
    left: 7px;
}