body {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;

    background-color: #ffffff;
}
p,
ul li,
ul li a {
    font-size: 17px;
    line-height: 24px;
}
a {
    color: #333;
    text-decoration: underline;
    font-weight: 700;
}
h1 {
    font-weight: 700;
}

.bold {
    font-weight: 700;
}
.white {
    color: #ffffff;
}
.blue {
	color: #2a4d9c;
}
H1.blue {
    margin-bottom:25px;
}
.green {
	color: #90c744;
}
.orange {
	color: #ff7600;
}
.default .btn-blue,
.default .btn-white,
.default .btn-orange,
.default .btn-green {
    margin-top: 20px;
    text-align: left;
    position: relative;
}
.default .btn-blue i.fa-chevron-circle-right,
.default .btn-white i.fa-chevron-circle-right,
.default .btn-green i.fa-chevron-circle-right,
.default .btn-orange i.fa-chevron-circle-right {
    position: absolute;
    right: 10px;
    top: 15px;
}

header {
    height: 120px;
}
header .mobile {
    display: none;
}
header > ul.desktop {
	padding-left: 0;
    height: 50px;
    margin-bottom: 0;
    margin-top: 35px;
}

header > ul.desktop > li {
	float: left;
	height: 50px;
    position: relative;
	list-style-type: none;
    text-align: center;
}
header ul.desktop > li::after {
    content: '';
    display: block;
    width: 0;
    height: 12px;
    background: #2962ae;
    transition: width .3s;
}
header ul.desktop > li:not(.active):not(.logo):not(:last-child):hover::after {
    width: 100%;
}
header > ul.desktop > li:last-child {
    float: right;
}
header > ul.desktop > li:not(.logo) {
	padding-left: 60px;
}

header > ul.desktop > li a {
	display: block;
	color: #2962ae;
    font-size: 17px;
	text-decoration: none;
}
header > ul.desktop > li a:hover {
    color: #194582;
	text-decoration: none;
}
header > ul.desktop > li:not(.logo) > a {
	padding-top: 19px;
    padding-bottom: 30px;
}
header > ul.desktop > li:not(.logo) > a.active {
    border-bottom: 12px solid #2962ae;
}

header > ul.desktop > li a.button span {
	border: 1px solid #2962ae;
    padding: 10px 15px;
}
header > ul.desktop > li a img {
	width: 130px;
    padding-top: 13px;
}

header > ul.desktop > li:hover ul.sub-menu {
    display: block;
}
header > ul.desktop > li ul.sub-menu {
    top: 60px;
    left: 20px;
    padding: 5px;
    position: absolute;
    background-color: #333;
    z-index: 999;
    display: none;
    width: 100%;
}
header > ul.desktop > li ul.sub-menu li {
    width: 100%;
    padding-left: 0;
    list-style-type: none;
}
header > ul.desktop > li ul.sub-menu li:not(.end) {
    border-bottom: 1px solid #ffffff;
}
header > ul.desktop > li ul.sub-menu li a {
    color: #fff;
    padding: 5px;
    display: block;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
}
header > ul.desktop > li ul.sub-menu li a:hover {
    color: #f1f1f1;
}
header > ul.desktop span.arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #333;
    position: absolute;
    top: -10px;
    left: 50px;
}

.btn-blue,
.btn-green,
.btn-orange {
    color: #ffffff;
    background-color: #ff7600;
    border: 1px solid #ffffff;
	padding: 10px 60px 10px 20px;
}
.btn-blue {
    background-color: #2a4d9c
}
.btn-green {
    background-color: #8ebb20
}
.btn-white {
    color: #2962ae;
    background-color: #ffffff;
    border: 1px solid #2962ae;
    padding: 10px 60px 10px 20px;
}

.footer {
    color: #fff;
    /*margin-top: 100px;*/
    min-height: 250px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #2962ae;
}
.footer h1 {
    font-weight: 400;
    margin-bottom: 25px;
}

.footer h4 {
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 25px;
}
.footer ul {
    padding-left: 0;
}
.footer ul li {
    font-size: 17px;
    list-style-type: none;
}
.footer ul li.gap {
    margin-top: 30px;
}
.footer ul li a {
    color: #fff;
    display: block;
    font-weight: 400;
    text-decoration: none;
}

.footer .logo {
    text-align: center;
}
.footer .logo a {
    display: block;
    text-decoration: none;
}
.footer .logo img {
    width: 140px;
    margin: 0 auto;
}
.footer .logo p {
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
    text-align: left;
    margin-left: 10px;
}
.footer .divider {
    position: relative;
}
.footer .divider:not(:last-child) .border {
    top: 0;
    right: 40px;
    height: 167px;
    position: absolute;
    border-right: 4px dotted #fff;
}

/* Ribbon 5 */
.cross-shadow-ribbon {
    position: absolute;
    top: -15px;
    padding: 15px 10px;
    color: #FFF;
    border-radius: 0 0 2px 2px;
    text-align: center;
    width: 100%;
}
.cross-shadow-ribbon:before {
    content: "";
    position: absolute;
    left: -14px;
    z-index: -1;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
}
.cross-shadow-ribbon.ribbon-blue {
    background: #2a4d9c;
}
.cross-shadow-ribbon.ribbon-blue:before {
    border-bottom: 16px solid #092157;
}
.cross-shadow-ribbon.ribbon-green {
    background: #8ebb20;
}
.cross-shadow-ribbon.ribbon-green:before {
    border-bottom: 16px solid #779928;
}
.cross-shadow-ribbon h1 {
    padding: 0;
    margin: 0;
    color: #fff;
}

.round {
  -webkit-border-top-left-radius: 1px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 4px;

  -moz-border-radius-topleft: 1px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 4px;

  border-top-left-radius: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 4px;
}