/*** TYPOGRAPHY ***/


/** MEDIA QUERY **/
    
@media (min-width: 768px) {
	
}


/** GLOBAL **/

html {
  scroll-behavior: smooth;
}

* {
	padding: 0;
	margin: 0;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

body {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	color:rgba(0,0,0,1);
	font-size:16px;
	color: #003b6d;
	font-size: 18px;
}

a {
	color: rgba(0,59,109,1);	
}

a:hover {
	color: rgba(0,59,109,0.6);	
	text-decoration: none;
}

.footer a {
	color: rgba(0255,255,255,1);
	text-decoration: none;		
}

.footer a:hover {
	color: rgba(255,255,255,0.6);	
	text-decoration: none;
}

/** BUTTONS **/

.btn {
	font-family: "Open Sans", sans-serif;
	margin-top: 20px;
	font-size: 14px;
	line-height: 14px;
    background-color: rgba(0,59,109,1) !important;
    background: rgba(0,59,109,1) !important;
    color: rgba(255,255,255,1) !important;
    text-transform: uppercase !important;
    border: 1px solid rgba(0,59,109,1) !important;
    border-radius: 4px;
    padding: 16px 30px 14px 30px;
    transition: all ease 0.5s !important;    	
}

.btn:hover {
    color: rgba(0,59,109,1) !important;
    background: rgba(255,255,255,1) !important;
    transition: all ease 0.5s !important;
}

/** CUSTOM STYLES **/

.header {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
    margin-bottom: 50px;
    border-bottom: 2px solid #FFCE02;		
}

.content {
	max-width: 750px;
	margin: 0 auto;
	padding: 30px;
	padding-top: 0;
}

h1 {
	font-weight: 300;
	font-size: 40px;
	text-align: center;
	padding: 0 20px 10px 20px;	
}

h2 {
	font-weight: 400;
	font-size: 24px;
	padding-bottom: 10px;	
}

.align_center {
	text-align: center;
}

.lead {
	font-size: 20px;
	padding-bottom: 10px;
}

.wp-block-separator {
    border: none;
    border-top: 1px dotted;
    margin: 40px 0;
}

ol {
	margin-bottom: 40px;
	margin-left: 20px;	
}

ul {
	margin-bottom: 40px;
	margin-left: 20px;	
}

.logo {
    text-align:center;	
}  

.logo img {
    padding-top: 20px;
    width: 100%;
    max-width: 400px;
    height: auto;
}

p {
    margin-bottom: 30px;
}

p.ref {
	text-align:center;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 30px;
    font-weight: 400;
}  

.hide_on_mobile {
	display: none;
}

.show_on_mobile {
	display: block;
}

@media (min-width: 768px) {
	
	.divider {
        margin: 0 4px;
        color: #FFCE02;
    }
	
	.hide_on_mobile {
		display: inline-block;
	}
	
	.show_on_mobile {
		display: none;
	}
}

div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label {
	color: #003b6d;
}

.footer {
	background-color: #003b6d;
	text-align: center;
	margin-top: 20px;
	padding: 50px 30px 30px 30px;
	color: #ffffff;
	font-size: 14px;
}