html, body {
	font-family: 'Montserrat', sans-serif;
	color: #2b2d5f;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
	
}

h1 {
    font-weight: 300;
    font-size: 25px;
    line-height: 1.5;
}

h2 {
    font-weight: 300;
    color: #2b2d5f;
    font-size: 32px;
    margin-top: 0px;
    line-height: 1.3;
}

h3 {
		
}
p {
	line-height: 1.5;
	font-size: 18px;
}


/* Default Styles */

.fivegap {height: 5px; width: 100%; font-size:0px; line-height:0px; clear:both;}
.tengap {height: 10px; width: 100%; font-size:0px; line-height:0px; clear:both;}
.twentygap {height: 20px; width: 100%; font-size:0px; line-height:0px; clear:both;}

.clear {
	height: 0px; width: 100%; font-size: 0px; line-height: 0px; clear: both;
}

.default-padding {padding:40px 0;}
.default-padding-full {padding:40px;}
.default-padding-top {padding-top: 40px;}
.default-padding-bottom {padding-bottom: 40px;}
.default-padding-left {padding-left: 40px;}
.default-padding-right {padding-right: 40px;}
.default-padding-20 {padding: 20px;}
.default-padding-20-top {padding-top: 20px;}
.default-padding-20-bottom {padding-bottom: 20px;}
.default-padding-20-right {padding-right: 20px;}
.default-padding-20-left {padding-left: 20px;}

.xsmall {font-size: 12px;}
.small {font-size: 14px;}
.medium { font-size: 18px; }
.xmedium { font-size: 44px;}
.large {font-size: 60px;}
.xlarge {}
.small-16 {font-size: 16px!important;}

.centre {
	text-align: center;
	margin: auto!important;
}
.right-align {
	text-align: right;
}
.left-align {
	text-align: left;
}
.uppercase {
	text-transform: uppercase;
}
.bold {
	font-weight: bold;
}
.light {
	font-weight: 300;
}
.italic {
	font-style: italic;
}
.no-margin {
	margin: 0px!important;
}
.no-margin-btm {
	margin-bottom: 0px!important;
}
.no-margin-top {
	margin-top: 0px!important;
}
.no-underline {
	text-decoration: none;
}
.no-line-height {
	line-height: normal!important;
}

.white {color:#FFF;}
.black {color: #000;}
.blue {color: #2b2d5f;}
.yellow {color: #f59915;}

.white-background {background-color: #FFF;}
.black-background {background-color: #000;}

.max {
	max-width: 1120px;
	margin: auto;
	padding: 0 40px;
}
.relative {
	position: relative;
}
.column, .double-column, .triple-column, .quad-column, .fifth-column {float: left;}
.six-column > .column {width: 16.66%;}
.six-column > .double-column {width: 33.33%;}
.six-column > .triple-column {width: 50%;}
.six-column > .quad-column {width: 66.67%;}
.six-column > .fifth-column {width: 83.33%;}
.five-column > .column {width: 20%;}
.five-column > .double-column { width:40%;}
.five-column > .triple-column {width: 60%;}
.five-column > .quad-column {width: 80%;}
.four-column > .column {width: 25%;}
.four-column > .double-column {width: 50%;}
.four-column > .triple-column {width: 75%;}
.three-column > .column {  width: 33.3333%;}
.three-column > .double-column { width: 66.6666%; position: relative; }
.two-column > .column { width: 50%; }
.left-column { margin-right: 40px!important; }
.middle-column { margin-right: 20px!important; margin-left: 20px!important; }
.right-column { margin-left: 40px!important; }

.resp {
	max-width: 100%;
	height: auto;
}

/* Styles */

footer {
    border-top: solid 10px #f59915;
    padding: 40px 0;
}
ul.menu {
    margin: 0px;
}
ul.menu li {
    display: inline-block;
    margin-left: 40px;
    font-size: 18px;
    font-weight: bold;
}
ul.menu li a {
    color: #2b2d5f;
    text-decoration: none;
}
a.header-email {
    color: #f59915;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
header {
    clear: both;
    height: 80px;
}
.page-header {
    height: 600px;
}
span.footer-title {
    font-weight: bold;
}
.page-header-content h1 {
	margin: 0px;
}
.page-header-content {
    width: 45%;
    position: relative;
    top: 100px;
	padding: 20px;
	box-sizing: border-box;
}
.white-overlay {
    background-color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
	z-index: 1;
}
.index-2 {
	position: relative;
	z-index: 2;
}
.home-background-01 {
	background: url('/wp-content/uploads/home-background-02.png') no-repeat center;
	background-size: cover;
}
span.blue-line {
    height: 5px;
    background-color: #2b2d5f;
    width: 50%;
    display: block;
    margin: auto;
    clear: both;
    margin-bottom: 20px;
    margin-top: 20px;
}
.blue-gradient {
	background: rgb(43,45,95);
	background: -moz-linear-gradient(90deg, rgba(43,45,95,1) 13%, rgba(12,72,129,1) 30%, rgba(5,114,163,1) 75%, rgba(126,202,214,1) 90%);
	background: -webkit-linear-gradient(90deg, rgba(43,45,95,1) 13%, rgba(12,72,129,1) 30%, rgba(5,114,163,1) 75%, rgba(126,202,214,1) 90%);
	background: linear-gradient(90deg, rgba(43,45,95,1) 13%, rgba(12,72,129,1) 30%, rgba(5,114,163,1) 75%, rgba(126,202,214,1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b2d5f",endColorstr="#7ecad6",GradientType=1);
	color: #FFF;
}
ul.footer-menu li {
    margin-bottom: 15px;
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}
ul.footer-menu li a {
    color: #2b2d5f;
    text-decoration: none;
    font-size: 14px;
}
ul.footer-menu {
    margin-left: 0px;
    padding-left: 0px;
}
ul.footer-menu li:before {
    content: '+';
    position: relative;
    margin-right: 10px;
}
.brand {
    position: relative;
	top: -10px;
	left: 0;
}
p.home-header {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 44px;
    margin-top: 0px;
    margin-bottom: 20px;
}
a.button {
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    border: solid 1px #f59915;
    padding: 8px 20px;
    color: #2b2d5f;
}

@media screen and (max-width: 900px){
	.page-header-content{width:65%!important;}
}

@media screen and (max-width: 770px){
	.six-column .column, .six-column .double-column, .six-column .triple-column, .six-column .quad-column, .six-column .fifth-column {width:100%!important;}
	.five-column .column, .five-column .double-column, .five-column .triple-column, .five-column .quad-column {width:100%!important;}
	.four-column .column, .four-column .double-column, .four-column .triple-column {width:100%!important;}
	.three-column .column, .three-column .double-column {width:100%!important;}
	.two-column .column {width:100%!important;}
	.left-column, .middle-column, .right-column {margin:0px!important;}
	.five-column.equal-column .left-column {margin-right:0px!important;}
	.five-column.equal-column .right-column {margin-left:0px!important;}
}
@media screen and (max-width: 700px){
	.page-header-content{width:100%!important;}
}
@media screen and (max-width: 380px){
	h1{font-size:20px!important;}
	.page-header-content{top:50px!important;}
	p.home-header{font-size:35px!important;}
	h2{font-size:28px!important;}
	p{font-size:16px!important;}
}