


[component-id="5790"] a,
[component-id="5790"] a .url,
[component-id="5790"] a:visited {
  border-bottom: none;
}
[component-id="5790"] .menu .sections .items li a {
  color: inherit;
  border-bottom: none;
}
[component-id="5790"] .menu .sections .items li a:hover {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
[component-id="5790"] .menu .sections li .button:hover {
  color: #000000 !important;
  background: #ffffff;
  border: 0px solid #ffffff !important;
}
[component-id="5790"] .menu li .goback {
  border: 0px solid #ffffff !important;
  border-radius: 0px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
}
[component-id="5790"] .menu .burger svg {
  width: 20px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 6px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
[component-id="5790"] .menu .burger:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 20px;
  background: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
[component-id="5790"] .menu .burger:after {
  content: '';
  position: absolute;
  display: block;
  top: 12px;
  left: 0;
  right: 0;
  height: 2px;
  width: 20px;
  background: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
[component-id="5790"] .compactMenu .items a {
  color: #fff;
  padding: 24px 0;
  display: block;
  font-family: 'Karla', sans serif;
  font-size: 18px;
  letter-spacing: 1px;
}
[component-id="5790"] .compactMenu .items a:hover {
  border-bottom: 0px solid rgba(255, 255, 255, 0);
  color: #ffffff;
}
[component-id="5790"] .compactMenu .items li {
  border-bottom: 0px solid inherit;
}
[component-id="5790"] .compactMenu .items li:last-child {
  border-bottom: 0px solid;
}
[component-id="5790"] .compactMenu .goback {
  display: inline-block;
  border: 0px solid #ffffff;
  border-radius: 0px;
  color: #fff;
  padding: 0px 0px;
  margin: 0px 0;
}
[component-id="5790"] .compactMenu .goback:active,
[component-id="5790"] .compactMenu .goback:hover {
  border-color: #ffffff;
  color: #000000 !important;
}
[component-id="5790"] .compactMenu .items .goback:hover {
  color: #000000 !important;
  border-color: #ffffff;
}

.menu {
    display:block;
    width:100%;
    line-height:1;
    height:61px;
    position: relative;
	 box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	 z-index:1;
}

.menu.inverse {
    background:#24282c;
    color: rgba(255, 255, 255, 0.9);
}

.menu.compact.inverse .burger svg {
    stroke:rgba(255,255,255,0.9);
}
.menu.inverse .sections .items li a {
    color:rgba(255,255,255,0.6);    
}

.menu.inverse .sections .items li a:hover {
    color:rgba(255,255,255,1);  
}

.menu.inverse a {
    color:#fff; 
}

.menu.inverse .button {
    border: 1px solid rgba(255, 255, 255, 0.25);
    color:rgba(255, 255, 255, 0.6);
}


.menu.inverse .sections li .button:hover {
    background:#fff;
    border-color:#fff;
    color:#24282c;
}

/* global position */
.menu.sticky {
    z-index:100;
    position: fixed;
    top:0;
    -webkit-transition:opacity 0.5s, -webkit-transform 0.5s;
    -moz-transition:opacity 0.5s, -moz-transform 0.5s;
    -o-transition:opacity 0.5s, -o-transform 0.5s;
    transition:opacity 0.5s, transform 0.5s;
}
.menu.compact {
    z-index: 100;
}

body:not(.edit-mode) .menu.sticky {
    -webkit-animation: showMenu 0.9s 1s backwards;
    -ms-animation: showMenu 0.9s 1s backwards;
    -o-animation: showMenu 0.9s 1s backwards;
    animation: showMenu 0.9s 1s backwards;
}

.menu.sticky::after {
	content: " ";
	display: block;
	position: absolute;
	z-index: 80;
	width:100%;
	height:100px;
	left:0;
}
.compactMenuVisible .menu.sticky::after,
.edit-mode .menu.sticky::after{
	display:none;
}

.menu.sticky.hide:hover {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

/* EXCEPTIONS */
/* cover */
body:not(.edit-mode) .dm-menu:not(.sticky) + .dm-cover .cover {
  height:-webkit-calc(100vh - 61px);
  height:-moz-calc(100vh - 61px);
  height:calc(100vh - 61px);
}
body:not(.edit-mode) .dm-menu.sticky + .dm-cover .cover .container-holder {
  top: 61px;
  height:-webkit-calc(100vh - 61px);
  height:-moz-calc(100vh - 61px);
  height:calc(100vh - 61px);
}

/* feature */
body:not(.edit-mode) .dm-menu.sticky + .dm-feature .container {
  margin-top: 61px;
}

/* grid */
body:not(.edit-mode) .dm-menu.sticky + .dm-grid .container {
  margin-top: 61px;
}

/* subscribe */
body:not(.edit-mode) .dm-menu.sticky + .dm-subscribe .container {
  margin-top: 61px;
}

/* text */
body:not(.edit-mode) .dm-menu.sticky + .dm-text .container {
  margin-top: 61px;
}

/* embed */
body:not(.edit-mode) .dm-menu.sticky + .dm-embed .container {
  margin-top: 61px;
}

/* image */
body:not(.edit-mode) .dm-menu.sticky + .image img {
	margin-top:61px;
}

/* footer */
body:not(.customize-support) .dm-menu.sticky + .dm-footer .container {
  margin-top: 61px;
}


@-webkit-keyframes showMenu { from { -webkit-transform: translateY(-30px) scale(1.01); opacity: 0;}}
@-moz-keyframes showMenu { from { -moz-transform: translateY(-30px) scale(1.01); opacity: 0;}}
@-o-keyframes showMenu { from { -o-transform: translateY(-30px) scale(1.01); opacity: 0;}}
@keyframes showMenu { from { transform: translateY(-30px) scale(1.01); opacity: 0;}}

.hide {
    opacity:0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.compactMenuVisible > * {
    -webkit-trasition:-webkit-filter 0.5s;
    -moz-trasition:-moz-filter 0.5s;
    -o-trasition:-o-filter 0.5s;
    trasition:filter 0.5s;
}

.compactMenuVisible .hide {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

/* sections */
.menu .sections {
    position:relative;
    display:table;
    width:100%;
    vertical-align:middle;
    height: 100%;
    z-index:150;
}


.menu .sections > li {
    display:table-cell;
}

/* section sizes */
.menu.column-1 .sections > li {
    display:table-cell;
    width:100%;
    vertical-align:middle;
}

.menu.column-1 .sections > li.center {
	padding:0;
}
.menu.column-2 .sections > li {
    display:table-cell;
    width:50%;
    vertical-align:middle;
}

.menu.column-3 .sections > li {
    display:table-cell;
    width:33.333%;
    vertical-align:middle;
    padding:0 13px;
}


/* section paddings */
.menu .sections > li:first-child { padding:0 13px 0 26px; }
.menu .sections > li:last-child, .menu .sections > li.last-child { padding:0 26px 0 13px; }
.menu .sections > li.crop { width:auto; }

/* section aligns */
.menu .sections > li.left { text-align:left; }
.menu .sections > li.center { text-align:center;}
.menu .sections > li.right{ text-align:right;}

/* odds */
.menu.column-2 .sections > li.wide {
    width:100%;
}

.menu.column-3 .sections > li.wide {
    width:100%;
}


/* styles */
/* logo */
.menu .logo {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.menu .logo img {
    position: relative;
    top: 1px;
    height:25px;
    vertical-align: top;
}
.menu .logo a {
    display: block;
}
.menu .logo a, menu .logo a:hover {
    border:none;
}

/* items */
.menu .sections .items {
    display:inline;
    white-space:nowrap;
    overflow-x:hidden;
}


.menu .sections .items li {
    display:inline-block;
    margin:0 11px;
}

.menu .sections .items li a {
    color:inherit;
	 border-bottom:none;
}

.menu .sections .items li a:hover {
    color:#11A1EC;
    border-bottom:none;
}
.menu .sections li .button:hover {
    background:#11A1EC;
    color:#fff !important; 
    border:1px solid #11A1EC !important;
}

.menu .sections .items li:first-child {
    margin-left:0;  
}

.menu .sections .items li:last-child {
    margin-right:0; 
}

/* button */
.menu li .button {
    padding:8px 17px;
    border:1px solid rgba(66,66,66,0.2) !important;
    border-radius:18px;
    white-space:nowrap;
    display: inline-block;
    vertical-align: top;
}

/* compact view */

.menu .sections > li {
    -webkit-transition:opacity 0.5s, color 0.5s, -webkit-transform 0.5s;
    -moz-transition:opacity 0.5s, color 0.5s, -moz-transform 0.5s;
    -o-transition:opacity 0.5s, color 0.5s, -o-transform 0.5s;
    transition:opacity 0.5s, color 0.5s, transform 0.5s;
}

.menu .burger {
    
    -webkit-transition: opacity 0.5s, color 0.5s, -webkit-transform 0.5s;
    -moz-transition: opacity 0.5s, color 0.5s, -moz-transform 0.5s;
    -o-transition: opacity 0.5s, color 0.5s, -o-transform 0.5s;
    transition: opacity 0.5s, color 0.5s, transform 0.5s;
    
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    
    opacity: 0;
    
    font-size: 16px;
    height: 61px;
    padding: 14px 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.compactMenu {
    position: fixed;
    top:0;
    left:0;
    z-index: 90;
    
    display:block;
    width: 100%;
    height: 100%;
    padding: 82px 6% 16px;
    background: rgba(36, 40, 44, 0.95);
    text-align: center;
    line-height: 36px;
    font-size: 33px;
    font-weight: 700;
    letter-spacing: -1.2px;
    padding-top: 65px;
    box-shadow: inset 0 0 100px rgba(36, 40, 44, 1);
    
    -webkit-transform: translateY(-150%);
    -moz-transform: translateY(-150%);
    -o-transform: translateY(-150%);
    transform: translateY(-150%);
    opacity: 0;
    
    -webkit-transition: opacity 0.75s, background 0.75s, box-shadow 0.75s, -webkit-transform 0.5s;
    -moz-transition: opacity 0.75s, background 0.75s, box-shadow 0.75s, -moz-transform 0.5s;
    -o-transition: opacity 0.75s, background 0.75s, box-shadow 0.75s, -o-transform 0.5s;
    transition: opacity 0.75s, background 0.75s, box-shadow 0.75s, transform 0.5s;
    
    overflow-y: scroll;
}

.compactMenu .items a {
    color:#fff;
    padding:24px 0;
    display:block;
}

.compactMenu .items a:hover {
    border-bottom: 1px solid rgba(255,255,255,0);
    color: #0080C8;
}

.compactMenu .items li {
    border-bottom:1px solid inherit;
}

.compactMenu .items li:last-child {
    border-bottom:none; 
}

.compactMenu .button {
    display: inline-block;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 80px;
    padding: 21px 49px;
    color: #fff;
    margin: 24px 0;
}

/*
.compactMenu dt {
    
    -webkit-transition: -webkit-transform 1.5s, opacity 1.5s;
    -moz-transition: -moz-transform 1.5s, opacity 1.5s;
    -o-transition: -o-transform 1.5s, opacity 1.5s;
    transition: transform 1.5s, opacity 1.5s;
    
    -webkit-transform: translateY(-150%);
    -moz-transform: translateY(-150%);
    -o-transform: translateY(-150%);
    transform: translateY(-150%);
    
    font-size: 19px;
    color: rgba(255,255,255,0.5);
    border: 1px solid rgba(255,255,255,0.5);
    width: 110px;
    margin: 0 auto 16px;
    border-radius:50px;
    opacity:0;
} */


.compactMenuVisible .compactMenu dt {
    opacity:0.4 !important;
}

.compactMenu .cell *:nth-child(1) {
    
    -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
    -moz-transition: -moz-transform 0.35s, opacity 0.35s;
    -o-transition: -o-transform 0.35s, opacity 0.35s;
    transition: transform 0.35s, opacity 0.35s;
    
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
    opacity:0;
}

.compactMenu .cell *:nth-child(2) {
    -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
    -moz-transition: -moz-transform 0.6s, opacity 0.6s;
    -o-transition: -o-transform 0.6s, opacity 0.6s;
    transition: transform 0.6s, opacity 0.6s;
    
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
    opacity:0;
}
.compactMenu .cell *:nth-child(3) {
    -webkit-transition: -webkit-transform 0.75s, opacity 0.75s;
    -moz-transition: -moz-transform 0.75s, opacity 0.75s;
    -o-transition: -o-transform 0.75s, opacity 0.75s;
    transition: transform 0.75s, opacity 0.75s;
    
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
    opacity:0;
}
.compactMenu .cell *:nth-child(4) {
    -webkit-transition: -webkit-transform 0.9s, opacity 0.9s;
    -moz-transition: -moz-transform 0.9s, opacity 0.9s;
    -o-transition: -o-transform 0.9s, opacity 0.9s;
    transition: transform 0.9s, opacity 0.9s;
    
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
    opacity:0;
}
.compactMenu .cell *:nth-child(5) {
    -webkit-transition: -webkit-transform 1.05s, opacity 1.05s;
    -moz-transition: -moz-transform 1.05s, opacity 1.05s;
    -o-transition: -o-transform 1.05s, opacity 1.05s;
    transition: transform 1.05s, opacity 1.05s;
    
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
    opacity:0;
}
.compactMenu .cell *:nth-child(6) {
    -webkit-transition: -webkit-transform 1.25s, opacity 1.25s;
    -moz-transition: -moz-transform 1.25s, opacity 1.25s;
    -o-transition: -o-transform 1.25s, opacity 1.25s;
    transition: transform 1.25s, opacity 1.25s;
    
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
    opacity:0;
}
.compactMenu .cell *:nth-child(7) {
    -webkit-transition: -webkit-transform 1.35s, opacity 1.35s;
    -moz-transition: -moz-transform 1.35s, opacity 1.35s;
    -o-transition: -o-transform 1.35s, opacity 1.35s;
    transition: transform 1.35s, opacity 1.35s;
    
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
    opacity:0;
}
.compactMenu .cell *:nth-child(8) {
    -webkit-transition: -webkit-transform 1.4s, opacity 1.4s;
    -moz-transition: -moz-transform 1.4s, opacity 1.4s;
    -o-transition: -o-transform 1.4s, opacity 1.4s;
    transition: transform 1.4s, opacity 1.4s;
    
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
    opacity:0;
}
.compactMenu .cell *:nth-child(9) {
    -webkit-transition: -webkit-transform 1.55s, opacity 1.55s;
    -moz-transition: -moz-transform 1.55s, opacity 1.55s;
    -o-transition: -o-transform 1.55s, opacity 1.55s;
    transition: transform 1.55s, opacity 1.55s;
    
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
    opacity:0;
}
.compactMenu .cell *:nth-child(10) {
    -webkit-transition: -webkit-transform 1.7s, opacity 1.7s;
    -moz-transition: -moz-transform 1.7s, opacity 1.7s;
    -o-transition: -o-transform 1.7s, opacity 1.7s;
    transition: transform 1.7s, opacity 1.7s;
    
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
    opacity:0;
}
.compactMenu .cell *:nth-child(11) {
    -webkit-transition: -webkit-transform 1.85s, opacity 1.85s;
    -moz-transition: -moz-transform 1.85s, opacity 1.85s;
    -o-transition: -o-transform 1.85s, opacity 1.85s;
    transition: transform 1.85s, opacity 1.85s;
    
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
    opacity:0;
}



.compactMenuVisible .compactMenu .cell * {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity:1;
}


.compactMenu .button:active, .compactMenu .button:hover {
    border-color:#0080C8;
    background:#0080C8;
    color:#fff;
}


.compactMenu .items .button:hover {
    color:#fff;
    background:#0080C8;
    border-color:#0080C8;
}


.compactMenuVisible .compactMenu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    top: 0;
}
.edit-mode .compactMenuVisible .compactMenu {
    top: 122px;
}

.menu.compact .burger {
    cursor: pointer;
    padding: 0;
    z-index: 1000;
    opacity: 1;
    top: 33px;
    right: 20px;
    width: 20px;
    height: 14px;
}
.menu .burger svg {
    width: 20px;
    height: 2px;
    background: #393536;
    position: absolute;
    left: 0;
    top: 6px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.menu .burger svg * {
    display: none;
}
.menu .burger:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 20px;
    background: #393536;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.menu .burger:after {
    content: '';
    position: absolute;
    display: block;
    top: 12px;
    left: 0;
    right: 0;
    height: 2px;
    width: 20px;
    background: #393536;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.compactMenuVisible .menu.compact .burger svg {
    opacity:0;
}

.compactMenuVisible .menu.compact .burger:before {
    -webkit-transform: translateX(0) translateY(-6px) rotate(45deg);
    -moz-transform: translateX(0) translateY(-6px) rotate(45deg);
    -o-transform: translateX(0) translateY(-6px) rotate(45deg);
    -ms-transform: translateX(0) translateY(-6px) rotate(45deg);
    transform: translateX(0) translateY(-6px) rotate(45deg);
    opacity:1;
    margin-top: 12px;
}

.compactMenuVisible .menu.compact .burger:after {
    -webkit-transform: translateX(0) translateY(6px) rotate(-45deg);
    -moz-transform: translateX(0) translateY(6px) rotate(-45deg);
    -o-transform: translateX(0) translateY(6px) rotate(-45deg);
    -ms-transform: translateX(0) translateY(6px) rotate(-45deg);
    transform: translateX(0) translateY(6px) rotate(-45deg);
    opacity:1;
    margin-top: -12px;
}

.menu.compact .sections li:not(.logo):not(.burger){
    -webkit-transform:translateY(10px);
    -moz-transform:translateY(10px);
    -o-transform:translateY(10px);
    transform:translateY(10px);
    opacity:0;
    visibility: hidden;
}

.qards-iframe .menu .table .cell {
	vertical-align: top;
}

.menu .font-size-1 {
    font-size: 16px;
}
.menu .font-size-2 {
    font-size: 18px;
}
.menu .font-size-3 {
    font-size: 19px;
}
.menu .font-size-4 {
    font-size: 20px;
}
.menu .font-size-5 {
    font-size: 21px;
}
.menu .font-size-6 {
    font-size: 22px;
}
.menu .font-size-7 {
    font-size: 23px;
}
.menu .line-height-1 {
    line-height: 1;
}
.menu .line-height-2 {
    line-height: 1.1;
}
.menu .line-height-3 {
    line-height: 1.2;
}
.menu .line-height-4 {
    line-height: 1.3;
}
.menu .line-height-5 {
    line-height: 1.4;
}
.menu .line-height-6 {
    line-height: 1.5;
}
.menu .line-height-7 {
    line-height: 1.6;
}
[component-id="5055"] .cover {
  background: #000;
  color: #fff;
  overflow: hidden;
  position: relative;
  height: 60vh !important;
  font-size: 26px;
  margin-bottom: 40px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  [component-id="5055"] .cover {
    background: #000;
    color: #fff;
    overflow: hidden;
    position: relative;
    height: 20% !important;
    font-size: 26px;
    margin-bottom: 40px;
  }
  [component-id="5055"] .background-holder {
    height: 100%;
    width: 100%;
  }
}

.cover {
	background: #000;
	color: #fff;
	overflow: hidden;
	position: relative;
	height: 100vh;
	font-size: 26px;
	margin-bottom: 40px;
}

.qards-iframe .cover {
	height: 56.25vw;
	min-height: 500px;
	-webkit-transition: height .5s;
	-moz-transition: height .5s;
	-o-transition: height .5s;
	transition: height .5s;
}

.cover:last-of-type {
	margin-bottom: 0;
}

.cover .content {
	max-width: 545px;
	width: 100%;
	position: relative;
	font-size: 30px;
	text-align: left;
}

.cover.center .content {
	text-align: center;
	margin: 0 auto;
	max-width: 730px;
}

.cover.right .content {
	float: right;
}

.cover.inverse {
	color: #303336;
	background: #fff;
}

.cover.inverse .button {
	border: 2px solid rgba(48, 51, 54, 1);
	opacity: .7;
}

.cover.inverse .button:hover {
	opacity: 1;
}

.cover .container-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 1;
}

.cover .container {
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
}

.cover .holder {
	display: table-cell;
	vertical-align: middle;
	padding: 136px 11.5%;
	width: 100%;
}

.cover.top .holder {
	vertical-align: top;
}

.cover.bottom .holder {
	vertical-align: bottom;
}

.cover h1 {
	font-weight: 600;
	letter-spacing: -2px;
	margin-bottom: 16px;
}

.cover .hero {
	opacity: .7;
	font-weight: 200;
}

.cover .button {
	font-size: 18px;
	line-height: 23px;
	padding: 11px 28px;
	border-radius: 45px;
	margin-top: 32px;
	display: inline-block;
	text-decoration: none;
	font-weight: 600;
	opacity: .7;
	color: inherit;
	white-space: nowrap;
	border: 2px solid #fff;
	-webkit-transition: opacity .35s;
	-moz-transition: opacity .35s;
	-o-transition: opacity .35s;
	transition: opacity .35s;
}

.cover .button:hover {
	opacity: 1;
}

.cover .background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: inherit;
	-webkit-animation: fadeIn .5s;
	-webkit-animation: fadeIn .5s;
	-webkit-animation: fadeIn .5s;
	-webkit-animation: fadeIn .5s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.cover .background svg {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
}

@-moz-keyframes fadeIn {
	from {
		opacity: 0;
	}
}

@-o-keyframes fadeIn {
	from {
		opacity: 0;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
}

.background-holder {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: none;
	background-position: 50% 50%;
}

.cover.video .background {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
}

.cover.video .mbYTP_wrapper {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.cover .background .overlay {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: inherit;
}

.cover.video iframe {
	pointer-events: none;
}

.cover.video .mbYTP_wrapper.no-transition {
	-webkit-transition: 0;
	-moz-transition: 0;
	-o-transition: 0;
	transition: 0;
}

@media screen and (max-width: 568px) {
	.cover .holder {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}

@media screen and (min-width: 768px) {
	.cover .content {
		max-width: 50%;
	}
}

@media screen and (max-width: 768px) {
	.cover .content {
		max-width: 100%;
	}
}

@media screen and (min-width: 1600px) {
	.cover .holder {
		padding-top: 200px;
		padding-bottom: 200px;
	}
	
	.cover .content {
		max-width: 540px;
	}
}

.cover .button .font-size-1, .cover .button.font-size-1 {
	font-size: 17px;
}

.cover .button .font-size-2, .cover .button.font-size-2 {
	font-size: 18px;
}

.cover .button .font-size-3, .cover .button.font-size-3 {
	font-size: 19px;
}

.cover .button .font-size-4, .cover .button.font-size-4 {
	font-size: 20px;
}

.cover .button .font-size-5, .cover .button.font-size-5 {
	font-size: 21px;
}

.cover .button .font-size-6, .cover .button.font-size-6 {
	font-size: 22px;
}

.cover .button .font-size-7, .cover .button.font-size-7 {
	font-size: 23px;
}

.cover .button .font-size-8, .cover .button.font-size-8 {
	font-size: 24px;
}

.cover .button .font-size-9, .cover .button.font-size-9 {
	font-size: 26px;
}

.cover .button .line-height-1, .cover .button.line-height-1 {
	line-height: 1.2;
}

.cover .button .line-height-2, .cover .button.line-height-2 {
	line-height: 1.3;
}

.cover .button .line-height-3, .cover .button.line-height-3 {
	line-height: 1.4;
}

.cover .button .line-height-4, .cover .button.line-height-4 {
	line-height: 1.5;
}

.cover .button .line-height-5, .cover .button.line-height-5 {
	line-height: 1.6;
}

.cover .button .line-height-6, .cover .button.line-height-6 {
	line-height: 1.7;
}

.cover .button .line-height-7, .cover .button.line-height-7 {
	line-height: 1.8;
}

@media screen and (max-width: 568px) {
	.cover p .line-height-1, .cover p.line-height-1 {
		line-height: 1.18;
	}
	
	.cover p .line-height-2, .cover p.line-height-2 {
		line-height: 1.28;
	}
	
	.cover p .line-height-3, .cover p.line-height-3 {
		line-height: 1.38;
	}
	
	.cover p .line-height-4, .cover p.line-height-4 {
		line-height: 1.48;
	}
	
	.cover p .line-height-5, .cover p.line-height-5 {
		line-height: 1.58;
	}
	
	.cover p .line-height-6, .cover p.line-height-6 {
		line-height: 1.68;
	}
	
	.cover p .line-height-7, .cover p.line-height-7 {
		line-height: 1.78;
	}
}

.cover a {
	color: rgb(17, 161, 236);
}
[component-id="5768"] .text .container {
  max-width: 500px;
}
[component-id="5768"] .text a {
  color: #1d677d;
  font-family: 'Karla', sans-serif;
  font-size: 17px;
  letter-spacing: 0.5px;
}
[component-id="5768"] a,
[component-id="5768"] a .url,
[component-id="5768"] a:visited {
  border-bottom: 0px solid;
}
[component-id="5768"] .extra-format {
  font-family: 'Georgia';
  font-size: 28px;
  letter-spacing: -1px;
}
@media only screen and (max-width: 767px) {
  [component-id="5768"] .text.top-padding-12 {
    padding-top: 50px;
  }
  [component-id="5768"] .text.bottom-padding-9 {
    padding-bottom: 50px;
  }
}

.text {
	font-size: 20px;
	line-height: 39px;
	padding-top: 120px;
	padding-bottom: 20;
	color: #6c6c6c;
	overflow: hidden;
	-webkit-transition: padding .25s ease-in-out;
	-moz-transition: padding .25s ease-in-out;
	-o-transition: padding .25s ease-in-out;
	transition: padding .25s ease-in-out;
}

.text .container {
	max-width: 734px;
	margin: 0 auto;
	width: 83.333333%;
	position: relative;
	z-index: 1;
}

.text h1 {
	margin-top: 92px;
	font-weight: 600;
	letter-spacing: -1.78px;
	text-align: center;
	color: #424242;
	margin-bottom: 20px;
}

.text h1:first-of-type {
	margin-top: 0;
}

.text h2 {
	text-align: center;
	letter-spacing: 2px;
	color: #424242;
	margin-top: 40px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
}

.text .hero {
	font-weight: 200;
	text-align: center;
	color: #6c6c6c;
}

.text p + p, .text .paragraph + .paragraph {
	margin-top: 20px;
}

.text p:not(.hero):last-child, .text .paragraph:not(.hero-holder):last-child {
	margin-bottom: 8px;
}

.text h1 + p:not(.hero), .text .heading + .paragraph:not(.hero-holder) {
	margin-top: 47px;
}

.text p.hero + p:not(.hero), .text .paragraph.hero-holder + .paragraph:not(.hero-holder) {
	padding-top: 18px;
}

.text .button {
	background: #11a1ec;
	padding: 8px 40px;
	border: none;
	border-radius: 30px;
	outline: none;
	font-weight: 200;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: .35s;
	-moz-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}

.text .link {
	display: inline-block;
	vertical-align: top;
	color: #11a1ec;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	-webkit-transition: border-color .5s, color .5s, background-color .5s;
	-moz-transition: border-color .5s, color .5s, background-color .5s;
	-o-transition: border-color .5s, color .5s, background-color .5s;
	transition: border-color .5s, color .5s, background-color .5s;
}

.text .link:hover {
	border-bottom: 1px solid #11a1ec;
}

.text .link span {
	display: block;
}

.text .button:hover {
	opacity: .9;
}

@media screen and (max-width: 568px) {
	.text h1 {
		margin-top: 56px;
		margin-bottom: 10px;
	}
	
	.text h2 {
		font-size: 18px;
		line-height: 39px;
		margin-top: 24px;
		margin-bottom: 8px;
	}
	
	.text p + p, .text .paragraph + .paragraph {
		margin-top: 18px;
	}
	
	.text .hero {
		font-size: 27px;
		line-height: 35px;
		margin-top: 22px;
	}
	
	.text p.hero + p:not(.hero), .text .paragraph.hero-holder + .paragraph:not(.hero-holder) {
		padding-top: 3px;
	}
	
	.text h1 + p:not(.hero), .text .heading + .paragraph:not(.hero-holder) {
		margin-top: 24px;
	}
	
	.text p:not(.hero):last-child, .text .paragraph:not(.hero-holder):last-child {
		margin-bottom: 0px;
	}
}

.text h2 .font-size-1, .text h2.font-size-1 {
	font-size: 15px;
}

.text h2 .font-size-2, .text h2.font-size-2 {
	font-size: 16px;
}

.text h2 .font-size-3, .text h2.font-size-3 {
	font-size: 17px;
}

.text h2 .font-size-4, .text h2.font-size-4 {
	font-size: 18px;
}

.text h2 .font-size-5, .text h2.font-size-5 {
	font-size: 19px;
}

.text h2 .font-size-6, .text h2.font-size-6 {
	font-size: 20px;
}

.text h2 .font-size-7, .text h2.font-size-7 {
	font-size: 21px;
}

.text h2 .font-size-8, .text h2.font-size-8 {
	font-size: 22px;
}

.text h2 .font-size-9, .text h2.font-size-9 {
	font-size: 23px;
}

.text h2 .line-height-1, .text h2.line-height-1 {
	line-height: 1.87;
}

.text h2 .line-height-2, .text h2.line-height-2 {
	line-height: 1.97;
}

.text h2 .line-height-3, .text h2.line-height-3 {
	line-height: 2.07;
}

.text h2 .line-height-4, .text h2.line-height-4 {
	line-height: 2.17;
}

.text h2 .line-height-5, .text h2.line-height-5 {
	line-height: 2.27;
}

.text h2 .line-height-6, .text h2.line-height-6 {
	line-height: 2.37;
}

.text h2 .line-height-7, .text h2.line-height-7 {
	line-height: 2.47;
}

.text .paragraph:not(:first-child) p .font-size-1, .text .paragraph:not(:first-child) p.font-size-1 {
	font-size: 24px;
}

.text .paragraph:not(:first-child) p .font-size-2, .text .paragraph:not(:first-child) p.font-size-2 {
	font-size: 26px;
}

.text .paragraph:not(:first-child) p .font-size-3, .text .paragraph:not(:first-child) p.font-size-3 {
	font-size: 28px;
}

.text .paragraph:not(:first-child) p .font-size-4, .text .paragraph:not(:first-child) p.font-size-4 {
	font-size: 30px;
}

.text .paragraph:not(:first-child) p .font-size-5, .text .paragraph:not(:first-child) p.font-size-5 {
	font-size: 32px;
}

.text .paragraph:not(:first-child) p .font-size-6, .text .paragraph:not(:first-child) p.font-size-6 {
	font-size: 34px;
}

.text .paragraph:not(:first-child) p .font-size-7, .text .paragraph:not(:first-child) p.font-size-7 {
	font-size: 36px;
}

.text .paragraph:not(:first-child) p .font-size-8, .text .paragraph:not(:first-child) p.font-size-8 {
	font-size: 38px;
}

.text .paragraph:not(:first-child) p .font-size-9, .text .paragraph:not(:first-child) p.font-size-9 {
	font-size: 40px;
}

.text .paragraph:not(:first-child) p {
	margin-bottom: 0 !important;
}

.text.top-padding-0 {
	padding-top: 0;
}

.text.top-padding-1 {
	padding-top: 10px;
}

.text.top-padding-2 {
	padding-top: 20px;
}

.text.top-padding-3 {
	padding-top: 30px;
}

.text.top-padding-4 {
	padding-top: 40px;
}

.text.top-padding-5 {
	padding-top: 50px;
}

.text.top-padding-6 {
	padding-top: 60px;
}

.text.top-padding-7 {
	padding-top: 70px;
}

.text.top-padding-8 {
	padding-top: 80px;
}

.text.top-padding-9 {
	padding-top: 90px;
}

.text.top-padding-10 {
	padding-top: 100px;
}

.text.top-padding-11 {
	padding-top: 110px;
}

.text.top-padding-12 {
	padding-top: 120px;
}

.text.bottom-padding-0 {
	padding-bottom: 0;
}

.text.bottom-padding-1 {
	padding-bottom: 10px;
}

.text.bottom-padding-2 {
	padding-bottom: 20px;
}

.text.bottom-padding-3 {
	padding-bottom: 30px;
}

.text.bottom-padding-4 {
	padding-bottom: 40px;
}

.text.bottom-padding-5 {
	padding-bottom: 50px;
}

.text.bottom-padding-6 {
	padding-bottom: 60px;
}

.text.bottom-padding-7 {
	padding-bottom: 70px;
}

.text.bottom-padding-8 {
	padding-bottom: 80px;
}

.text.bottom-padding-9 {
	padding-bottom: 90px;
}

.text.bottom-padding-10 {
	padding-bottom: 100px;
}

.text.bottom-padding-11 {
	padding-bottom: 110px;
}

.text.bottom-padding-12 {
	padding-bottom: 120px;
}

@media screen and (max-width: 568px) {
	.text.top-padding-0 {
		padding-top: 0;
	}
	
	.text.top-padding-1 {
		padding-top: 9px;
	}
	
	.text.top-padding-2 {
		padding-top: 18px;
	}
	
	.text.top-padding-3 {
		padding-top: 27px;
	}
	
	.text.top-padding-4 {
		padding-top: 36px;
	}
	
	.text.top-padding-5 {
		padding-top: 45px;
	}
	
	.text.top-padding-6 {
		padding-top: 54px;
	}
	
	.text.top-padding-7 {
		padding-top: 63px;
	}
	
	.text.top-padding-8 {
		padding-top: 72px;
	}
	
	.text.top-padding-9 {
		padding-top: 81px;
	}
	
	.text.top-padding-10 {
		padding-top: 90px;
	}
	
	.text.top-padding-11 {
		padding-top: 99px;
	}
	
	.text.top-padding-12 {
		padding-top: 108px;
	}
	
	.text.bottom-padding-0 {
		padding-bottom: 0;
	}
	
	.text.bottom-padding-1 {
		padding-bottom: 9px;
	}
	
	.text.bottom-padding-2 {
		padding-bottom: 18px;
	}
	
	.text.bottom-padding-3 {
		padding-bottom: 27px;
	}
	
	.text.bottom-padding-4 {
		padding-bottom: 36px;
	}
	
	.text.bottom-padding-5 {
		padding-bottom: 45px;
	}
	
	.text.bottom-padding-6 {
		padding-bottom: 54px;
	}
	
	.text.bottom-padding-7 {
		padding-bottom: 63px;
	}
	
	.text.bottom-padding-8 {
		padding-bottom: 72px;
	}
	
	.text.bottom-padding-9 {
		padding-bottom: 81px;
	}
	
	.text.bottom-padding-10 {
		padding-bottom: 90px;
	}
	
	.text.bottom-padding-11 {
		padding-bottom: 99px;
	}
	
	.text.bottom-padding-12 {
		padding-bottom: 108px;
	}
}

.text a {
	color: rgb(17, 161, 236);
}
[component-id="5285"] .feature.top-padding-12 {
  padding-top: 0px;
}
[component-id="5285"] .feature.bottom-padding-4 {
  padding-bottom: 0px;
}
[component-id="5285"] .feature a {
  color: #1d677d;
  font-family: 'Karla', sans-serif;
  font-size: 17px;
  letter-spacing: 0.5px;
}
[component-id="5285"] a,
[component-id="5285"] a .url,
[component-id="5285"] a:visited {
  border-bottom: 0px solid;
}
[component-id="5285"] .feature .text-container {
  margin-right: 0px;
}
[component-id="5285"] .h1-style {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
}
[component-id="5285"] .extra-number {
  font-size: 25px;
  font-family: 'PT Serif';
  letter-spacing: -1px;
}
[component-id="5285"] .secondary-headers {
  font-size: 25px;
  font-family: 'Georgia';
  letter-spacing: -0.5px;
  text-align: right;
  line-height: 30px;
}
[component-id="5285"] .feature.horizontal li:first-child .text-container {
  padding-right: 0px;
}
[component-id="5285"] .body-content {
  background: #ffffff;
  float: right;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 20px 30px 50px;
}
[component-id="5285"] .feature .container {
  max-width: 100%;
  width: 100%;
}
[component-id="5285"] .feature .container ul {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  [component-id="5285"] .body-content {
    background: #ffffff;
    float: none;
    width: 100%;
    padding: 20px;
  }
  [component-id="5285"] .orientate {
    font-size: 65px;
    display: block;
  }
  [component-id="5285"] .feature.horizontal li:first-child .text-container {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.feature {
	padding-top: 120px;
	padding-bottom: 40px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	overflow: hidden;
	-webkit-transition: padding .25s ease-in-out;
	-moz-transition: padding .25s ease-in-out;
	-o-transition: padding .25s ease-in-out;
	transition: padding .25s ease-in-out;
}

.feature.horizontal {
	padding-top: 120px;
}

.feature img {
	opacity: 0;
	max-width: 100%;
}

.feature.large img {
	width: 100%;
}

.feature img.loaded {
	opacity: 1;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}

.feature .container {
	max-width: 1114px;
	margin: 0 auto;
	width: 83.333333%;
	position: relative;
	z-index: 1;
}

.feature .container ul {
	display: block;
	vertical-align: middle;
	margin: 0 auto;
	max-width: 1114px;
	width: 100%;
}

.feature p.hero + p.hero, .feature [text-editing-default-paragraph="hero"] + [button-editing] {
	margin-top: 15px;
	display: block;
}

.feature.vertical .container ul li {
	display: block;
	text-align: center;
}

.feature .text-container {
	max-width: 734px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.feature .text-container h1 {
	font-weight: 600;
	letter-spacing: -1.78px;
	color: #424242;
	margin-bottom: 20px;
}

.feature .text-container .hero {
	font-weight: 200;
	color: #6c6c6c;
}

.feature .text-container p, .feature .text-container h2 {
	color: #6c6c6c;
}

.feature .image-container {
	line-height: 0;
	font-size: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 100%;
	position: relative;
	-webkit-transition: max-width .25s ease-in-out;
	-moz-transition: max-width .25s ease-in-out;
	-o-transition: max-width .25s ease-in-out;
	transition: max-width .25s ease-in-out;
}

.feature .image-container a, .feature .image-container a:hover {
	border: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	display: inline-block;
}

.feature.vertical.medium .image-container img {
	margin: 0 auto;
	line-height: 0;
	max-width: 100%;
}

.feature.vertical .container ul li + li {
	margin-top: 60px;
}

.feature.vertical.small .image-container {
	max-width: 544px;
}

@media screen and (min-width: 1024px) {
	.feature.horizontal .container ul {
		display: table;
		table-layout: fixed;
	}
	
	.feature.horizontal .text-container {
		text-align: left;
	}
	
	.feature.horizontal li {
		width: 50%;
		display: table-cell;
		vertical-align: middle;
	}
	
	.feature.horizontal li .image-container img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	
	.feature.horizontal li:first-child .text-container {
		padding-right: 18%;
	}
	
	.feature.horizontal li:last-child .text-container {
		padding-left: 18%;
	}
	
	.feature.horizontal .image-container, .feature.horizontal .text-container {
		margin-top: 0;
	}
	
	.feature.horizontal h1 {
		margin-top: 0;
	}
}

@media screen and (max-width: 1024px) {
	.feature.vertical .container ul li + li, .feature .container ul li + li {
		margin-top: 60px;
	}
}

@media screen and (max-width: 568px) {
	.feature.vertical .container ul li + li, .feature .container ul li + li {
		margin-top: 36px;
	}
	
	.feature .text-container h1 {
		margin-bottom: 10px;
	}
	
	.feature .text-container .hero {
		margin-top: 22px;
	}
}

.dm-feature [button-editing] p .font-size-1, .dm-feature [button-editing] p.font-size-1 {
	font-size: 24px;
}

.dm-feature [button-editing] p .font-size-2, .dm-feature [button-editing] p.font-size-2 {
	font-size: 26px;
}

.dm-feature [button-editing] p .font-size-3, .dm-feature [button-editing] p.font-size-3 {
	font-size: 28px;
}

.dm-feature [button-editing] p .font-size-4, .dm-feature [button-editing] p.font-size-4 {
	font-size: 30px;
}

.dm-feature [button-editing] p .font-size-5, .dm-feature [button-editing] p.font-size-5 {
	font-size: 32px;
}

.dm-feature [button-editing] p .font-size-6, .dm-feature [button-editing] p.font-size-6 {
	font-size: 34px;
}

.dm-feature [button-editing] p .font-size-7, .dm-feature [button-editing] p.font-size-7 {
	font-size: 36px;
}

.dm-feature [button-editing] p .font-size-8, .dm-feature [button-editing] p.font-size-8 {
	font-size: 38px;
}

.dm-feature [button-editing] p .font-size-9, .dm-feature [button-editing] p.font-size-9 {
	font-size: 40px;
}

.dm-feature [button-editing] p .line-height-1, .dm-feature [button-editing] p.line-height-1 {
	line-height: 1.2;
}

.dm-feature [button-editing] p .line-height-2, .dm-feature [button-editing] p.line-height-2 {
	line-height: 1.3;
}

.dm-feature [button-editing] p .line-height-3, .dm-feature [button-editing] p.line-height-3 {
	line-height: 1.4;
}

.dm-feature [button-editing] p .line-height-4, .dm-feature [button-editing] p.line-height-4 {
	line-height: 1.5;
}

.dm-feature [button-editing] p .line-height-5, .dm-feature [button-editing] p.line-height-5 {
	line-height: 1.6;
}

.dm-feature [button-editing] p .line-height-6, .dm-feature [button-editing] p.line-height-6 {
	line-height: 1.7;
}

.dm-feature [button-editing] p .line-height-7, .dm-feature [button-editing] p.line-height-7 {
	line-height: 1.8;
}

@media screen and (max-width: 568px) {
	.dm-feature [button-editing] p .font-size-1, .dm-feature [button-editing] p.font-size-1 {
		font-size: 24px;
	}
	
	.dm-feature [button-editing] p .font-size-2, .dm-feature [button-editing] p.font-size-2 {
		font-size: 25px;
	}
	
	.dm-feature [button-editing] p .font-size-3, .dm-feature [button-editing] p.font-size-3 {
		font-size: 26px;
	}
	
	.dm-feature [button-editing] p .font-size-4, .dm-feature [button-editing] p.font-size-4 {
		font-size: 27px;
	}
	
	.dm-feature [button-editing] p .font-size-5, .dm-feature [button-editing] p.font-size-5 {
		font-size: 28px;
	}
	
	.dm-feature [button-editing] p .font-size-6, .dm-feature [button-editing] p.font-size-6 {
		font-size: 29px;
	}
	
	.dm-feature [button-editing] p .font-size-7, .dm-feature [button-editing] p.font-size-7 {
		font-size: 30px;
	}
	
	.dm-feature [button-editing] p .font-size-8, .dm-feature [button-editing] p.font-size-8 {
		font-size: 31px;
	}
	
	.dm-feature [button-editing] p .font-size-9, .dm-feature [button-editing] p.font-size-9 {
		font-size: 32px;
	}
	
	.dm-feature [button-editing] p .line-height-1, .dm-feature [button-editing] p.line-height-1 {
		line-height: 1;
	}
	
	.dm-feature [button-editing] p .line-height-2, .dm-feature [button-editing] p.line-height-2 {
		line-height: 1.1;
	}
	
	.dm-feature [button-editing] p .line-height-3, .dm-feature [button-editing] p.line-height-3 {
		line-height: 1.2;
	}
	
	.dm-feature [button-editing] p .line-height-4, .dm-feature [button-editing] p.line-height-4 {
		line-height: 1.3;
	}
	
	.dm-feature [button-editing] p .line-height-5, .dm-feature [button-editing] p.line-height-5 {
		line-height: 1.4;
	}
	
	.dm-feature [button-editing] p .line-height-6, .dm-feature [button-editing] p.line-height-6 {
		line-height: 1.5;
	}
	
	.dm-feature [button-editing] p .line-height-7, .dm-feature [button-editing] p.line-height-7 {
		line-height: 1.6;
	}
}

.feature.top-padding-0 {
	padding-top: 0;
}

.feature.top-padding-1 {
	padding-top: 10px;
}

.feature.top-padding-2 {
	padding-top: 20px;
}

.feature.top-padding-3 {
	padding-top: 30px;
}

.feature.top-padding-4 {
	padding-top: 40px;
}

.feature.top-padding-5 {
	padding-top: 50px;
}

.feature.top-padding-6 {
	padding-top: 60px;
}

.feature.top-padding-7 {
	padding-top: 70px;
}

.feature.top-padding-8 {
	padding-top: 80px;
}

.feature.top-padding-9 {
	padding-top: 90px;
}

.feature.top-padding-10 {
	padding-top: 100px;
}

.feature.top-padding-11 {
	padding-top: 110px;
}

.feature.top-padding-12 {
	padding-top: 120px;
}

.feature.bottom-padding-0 {
	padding-bottom: 0;
}

.feature.bottom-padding-1 {
	padding-bottom: 10px;
}

.feature.bottom-padding-2 {
	padding-bottom: 20px;
}

.feature.bottom-padding-3 {
	padding-bottom: 30px;
}

.feature.bottom-padding-4 {
	padding-bottom: 40px;
}

.feature.bottom-padding-5 {
	padding-bottom: 50px;
}

.feature.bottom-padding-6 {
	padding-bottom: 60px;
}

.feature.bottom-padding-7 {
	padding-bottom: 70px;
}

.feature.bottom-padding-8 {
	padding-bottom: 80px;
}

.feature.bottom-padding-9 {
	padding-bottom: 90px;
}

.feature.bottom-padding-10 {
	padding-bottom: 100px;
}

.feature.bottom-padding-11 {
	padding-bottom: 110px;
}

.feature.bottom-padding-12 {
	padding-bottom: 120px;
}

@media screen and (max-width: 568px) {
	.feature.top-padding-0 {
		padding-top: 0;
	}
	
	.feature.top-padding-1 {
		padding-top: 9px;
	}
	
	.feature.top-padding-2 {
		padding-top: 18px;
	}
	
	.feature.top-padding-3 {
		padding-top: 27px;
	}
	
	.feature.top-padding-4 {
		padding-top: 36px;
	}
	
	.feature.top-padding-5 {
		padding-top: 45px;
	}
	
	.feature.top-padding-6 {
		padding-top: 54px;
	}
	
	.feature.top-padding-7 {
		padding-top: 63px;
	}
	
	.feature.top-padding-8 {
		padding-top: 72px;
	}
	
	.feature.top-padding-9 {
		padding-top: 81px;
	}
	
	.feature.top-padding-10 {
		padding-top: 90px;
	}
	
	.feature.top-padding-11 {
		padding-top: 99px;
	}
	
	.feature.top-padding-12 {
		padding-top: 108px;
	}
	
	.feature.bottom-padding-0 {
		padding-bottom: 0;
	}
	
	.feature.bottom-padding-1 {
		padding-bottom: 9px;
	}
	
	.feature.bottom-padding-2 {
		padding-bottom: 18px;
	}
	
	.feature.bottom-padding-3 {
		padding-bottom: 27px;
	}
	
	.feature.bottom-padding-4 {
		padding-bottom: 36px;
	}
	
	.feature.bottom-padding-5 {
		padding-bottom: 45px;
	}
	
	.feature.bottom-padding-6 {
		padding-bottom: 54px;
	}
	
	.feature.bottom-padding-7 {
		padding-bottom: 63px;
	}
	
	.feature.bottom-padding-8 {
		padding-bottom: 72px;
	}
	
	.feature.bottom-padding-9 {
		padding-bottom: 81px;
	}
	
	.feature.bottom-padding-10 {
		padding-bottom: 90px;
	}
	
	.feature.bottom-padding-11 {
		padding-bottom: 99px;
	}
	
	.feature.bottom-padding-12 {
		padding-bottom: 108px;
	}
}

h2 .font-size-1, h2.font-size-1 {
	font-size: 18px;
}

h2 .font-size-2, h2.font-size-2 {
	font-size: 20px;
}

h2 .font-size-3, h2.font-size-3 {
	font-size: 22px;
}

h2 .font-size-4, h2.font-size-4 {
	font-size: 24px;
}

h2 .font-size-5, h2.font-size-5 {
	font-size: 26px;
}

h2 .font-size-6, h2.font-size-6 {
	font-size: 28px;
}

h2 .font-size-7, h2.font-size-7 {
	font-size: 30px;
}

h2 .font-size-8, h2.font-size-8 {
	font-size: 32px;
}

h2 .font-size-9, h2.font-size-9 {
	font-size: 34px;
}

h2 .line-height-1, h2.line-height-1 {
	line-height: 1.2;
}

h2 .line-height-2, h2.line-height-2 {
	line-height: 1.3;
}

h2 .line-height-3, h2.line-height-3 {
	line-height: 1.4;
}

h2 .line-height-4, h2.line-height-4 {
	line-height: 1.5;
}

h2 .line-height-5, h2.line-height-5 {
	line-height: 1.6;
}

h2 .line-height-6, h2.line-height-6 {
	line-height: 1.7;
}

h2 .line-height-7, h2.line-height-7 {
	line-height: 1.8;
}

.feature a {
	color: rgb(17, 161, 236);
}
[component-id="5225"] .feature.top-padding-12 {
  padding-top: 0px;
}
[component-id="5225"] .feature.bottom-padding-4 {
  padding-bottom: 0px;
}
[component-id="5225"] .feature .text-container {
  max-width: 2000px;
}
[component-id="5225"] .h1-style {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  width: 100%;
}
[component-id="5225"] .extra-number {
  font-size: 25px;
  font-family: 'PT Serif';
  letter-spacing: -1px;
}
[component-id="5225"] .secondary-headers {
  font-size: 25px;
  font-family: 'Georgia';
  letter-spacing: -0.5px;
  text-align: left;
  line-height: 30px;
}
[component-id="5225"] .feature.horizontal li:last-child .text-container {
  padding-left: 0px;
}
[component-id="5225"] .body-content {
  background: #ffffff;
  float: float;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 50px 30px 20px;
}
[component-id="5225"] .feature .container {
  max-width: 100%;
  width: 100%;
}
[component-id="5225"] .feature .container ul {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  [component-id="5225"] .body-content {
    background: #ffffff;
    float: none;
    width: 100%;
    padding: 20px;
  }
  [component-id="5225"] .image-container {
    display: none;
  }
  [component-id="5225"] .feature.horizontal li:last-child .text-container {
    padding: 40px;
  }
}

[component-id="5289"] .feature.top-padding-12 {
  padding-top: 0px;
}
[component-id="5289"] .feature.bottom-padding-4 {
  padding-bottom: 0px;
}
[component-id="5289"] .feature a {
  color: #1d677d;
  font-family: 'Karla', sans-serif;
  font-size: 17px;
  letter-spacing: 0.5px;
}
[component-id="5289"] a,
[component-id="5289"] a .url,
[component-id="5289"] a:visited {
  border-bottom: 0px solid;
}
[component-id="5289"] .h1-style {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
}
[component-id="5289"] .extra-number {
  font-size: 25px;
  font-family: 'PT Serif';
  letter-spacing: -1px;
}
[component-id="5289"] .secondary-headers {
  font-size: 25px;
  font-family: 'Georgia';
  letter-spacing: -0.5px;
  text-align: right;
  line-height: 30px;
}
[component-id="5289"] .feature.horizontal li:first-child .text-container {
  padding-right: 0px;
  margin-right: 0px;
}
[component-id="5289"] .body-content {
  background: #ffffff;
  float: right;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 20px 30px 50px;
}
[component-id="5289"] .feature .container {
  max-width: 100%;
  width: 100%;
}
[component-id="5289"] .feature .container ul {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  [component-id="5289"] .body-content {
    background: #ffffff;
    float: none;
    width: 100%;
    padding: 20px;
  }
  [component-id="5289"] .mentorship {
    font-size: 60px;
  }
  [component-id="5289"] .feature.horizontal li:first-child .text-container {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

[component-id="5233"] .feature.top-padding-12 {
  padding-top: 0px;
}
[component-id="5233"] .feature.bottom-padding-4 {
  padding-bottom: 0px;
}
[component-id="5233"] .feature .text-container {
  max-width: 2000px;
}
[component-id="5233"] .h1-style {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  width: 100%;
}
[component-id="5233"] .extra-number {
  font-size: 25px;
  font-family: 'PT Serif';
  letter-spacing: -1px;
}
[component-id="5233"] .secondary-headers {
  font-size: 25px;
  font-family: 'Georgia';
  letter-spacing: -0.5px;
  text-align: left;
  line-height: 30px;
}
[component-id="5233"] .feature.horizontal li:last-child .text-container {
  padding-left: 0px;
}
[component-id="5233"] .body-content {
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 50px 30px 20px;
}
[component-id="5233"] .feature .container {
  max-width: 100%;
  width: 100%;
}
[component-id="5233"] .feature .container ul {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  [component-id="5233"] .body-content {
    background: #ffffff;
    float: none;
    width: 100%;
    padding: 20px;
  }
  [component-id="5233"] .image-container {
    display: none;
  }
  [component-id="5233"] .feature.horizontal li:last-child .text-container {
    padding: 40px;
  }
}

[component-id="5293"] .feature.top-padding-12 {
  padding-top: 40px;
}
[component-id="5293"] .feature.bottom-padding-4 {
  padding-bottom: 40px;
}
[component-id="5293"] .feature a {
  color: #1d677d;
  font-family: 'Karla', sans-serif;
  font-size: 17px;
  letter-spacing: 0.5px;
}
[component-id="5293"] a,
[component-id="5293"] a .url,
[component-id="5293"] a:visited {
  border-bottom: 0px solid;
}
[component-id="5293"] .feature .text-container {
  max-width: 2000px;
}
[component-id="5293"] .h1-style {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
}
[component-id="5293"] .twiddle-number {
  font-size: 25px;
  font-family: 'PT Serif';
  letter-spacing: -1px;
}
[component-id="5293"] .twiddle-headers {
  font-size: 25px;
  font-family: 'Georgia';
  letter-spacing: -0.5px;
  text-align: right;
  line-height: 30px;
}
[component-id="5293"] .feature.horizontal li:first-child .text-container {
  padding-right: 0px;
}
[component-id="5293"] .body-content {
  background: #ffffff;
  float: right;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 20px 30px 50px;
}
[component-id="5293"] .feature .container {
  max-width: 100%;
  width: 100%;
}
[component-id="5293"] .feature .container ul {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  [component-id="5293"] .body-content {
    background: #ffffff;
    float: none;
    width: 100%;
    padding: 20px;
  }
  [component-id="5293"] .crisis {
    font-size: 53px;
    display: inline-block;
    padding-right: 20px;
  }
  [component-id="5293"] .feature.horizontal li:first-child .text-container {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

[component-id="5241"] .feature.top-padding-12 {
  padding-top: 0px;
}
[component-id="5241"] .feature .text-container {
  max-width: 2000px;
}
[component-id="5241"] .h1-style {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  width: 100%;
}
[component-id="5241"] .extra-number {
  font-size: 25px;
  font-family: 'PT Serif';
  letter-spacing: -1px;
}
[component-id="5241"] .secondary-headers {
  font-size: 25px;
  font-family: 'Georgia';
  letter-spacing: -0.5px;
  text-align: left;
  line-height: 30px;
}
[component-id="5241"] .feature.horizontal li:last-child .text-container {
  padding-left: 0px;
}
[component-id="5241"] .body-content {
  background: #ffffff;
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 50px 30px 20px;
}
[component-id="5241"] .feature .container {
  max-width: 100%;
  width: 100%;
}
[component-id="5241"] .feature .container ul {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  [component-id="5241"] .body-content {
    background: #ffffff;
    float: none;
    width: 100%;
    padding: 20px;
    padding-bottom: 100px;
  }
  [component-id="5241"] .graduate {
    font-size: 70px;
  }
  [component-id="5241"] .image-container {
    display: none;
  }
  [component-id="5241"] .feature.horizontal li:last-child .text-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

[component-id="5245"] .footer a {
  color: #ffffff;
  border-bottom: 0px solid;
}
[component-id="5245"] .footer a:hover {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
[component-id="5245"] .footer .container {
  padding: 10px;
}
[component-id="5245"] .footer.top-padding-0 {
  padding-top: 20px;
}
[component-id="5245"] .compactMenu .items a {
  border-bottom: 0px solid;
  color: #ffffff;
}

.footer {
	padding-top: 120px;
	padding-bottom: 0;
	-webkit-transition: padding .25s ease-in-out;
	-moz-transition: padding .25s ease-in-out;
	-o-transition: padding .25s ease-in-out;
	transition: padding .25s ease-in-out;
}

.footer.without-text-editing {
	text-align: center;
}

.footer .container {
	border-top: 1px solid rgba(151, 151, 151, .2);
	padding: 25px;
	font-size: 18px;
	line-height: 29px;
	color: rgba(108, 108, 108, .7);
	position: relative;
}

.footer .items li {
	display: inline-block;
	margin: 0 11px;
}

.footer.logo .container {
	line-height: 0;
}

.footer .container a.brand {
	border: none;
}

@media screen and (max-width: 568px) {
	.footer {
		padding-top: 72px;
	}
}

[class*=footer4] .container, [class*=footer5] .container, [class*=footer6] .container {
	border-top: none !important;
}

.footer .font-size-1 {
	font-size: 15px;
}

.footer .font-size-2 {
	font-size: 16px;
}

.footer .font-size-3 {
	font-size: 17px;
}

.footer .font-size-4 {
	font-size: 18px;
}

.footer .font-size-5 {
	font-size: 19px;
}

.footer .font-size-6 {
	font-size: 20px;
}

.footer .font-size-7 {
	font-size: 21px;
}

.footer .line-height-1 {
	line-height: 1.31;
}

.footer .line-height-2 {
	line-height: 1.41;
}

.footer .line-height-3 {
	line-height: 1.51;
}

.footer .line-height-4 {
	line-height: 1.61;
}

.footer .line-height-5 {
	line-height: 1.71;
}

.footer .line-height-6 {
	line-height: 1.81;
}

.footer .line-height-7 {
	line-height: 1.91;
}

.footer.top-padding-0 {
	padding-top: 0;
}

.footer.top-padding-1 {
	padding-top: 10px;
}

.footer.top-padding-2 {
	padding-top: 20px;
}

.footer.top-padding-3 {
	padding-top: 30px;
}

.footer.top-padding-4 {
	padding-top: 40px;
}

.footer.top-padding-5 {
	padding-top: 50px;
}

.footer.top-padding-6 {
	padding-top: 60px;
}

.footer.top-padding-7 {
	padding-top: 70px;
}

.footer.top-padding-8 {
	padding-top: 80px;
}

.footer.top-padding-9 {
	padding-top: 90px;
}

.footer.top-padding-10 {
	padding-top: 100px;
}

.footer.top-padding-11 {
	padding-top: 110px;
}

.footer.top-padding-12 {
	padding-top: 120px;
}

.footer.bottom-padding-0 {
	padding-bottom: 0;
}

.footer.bottom-padding-1 {
	padding-bottom: 10px;
}

.footer.bottom-padding-2 {
	padding-bottom: 20px;
}

.footer.bottom-padding-3 {
	padding-bottom: 30px;
}

.footer.bottom-padding-4 {
	padding-bottom: 40px;
}

.footer.bottom-padding-5 {
	padding-bottom: 50px;
}

.footer.bottom-padding-6 {
	padding-bottom: 60px;
}

.footer.bottom-padding-7 {
	padding-bottom: 70px;
}

.footer.bottom-padding-8 {
	padding-bottom: 80px;
}

.footer.bottom-padding-9 {
	padding-bottom: 90px;
}

.footer.bottom-padding-10 {
	padding-bottom: 100px;
}

.footer.bottom-padding-11 {
	padding-bottom: 110px;
}

.footer.bottom-padding-12 {
	padding-bottom: 120px;
}

@media screen and (max-width: 568px) {
	.footer.top-padding-0 {
		padding-top: 0;
	}
	
	.footer.top-padding-1 {
		padding-top: 9px;
	}
	
	.footer.top-padding-2 {
		padding-top: 18px;
	}
	
	.footer.top-padding-3 {
		padding-top: 27px;
	}
	
	.footer.top-padding-4 {
		padding-top: 36px;
	}
	
	.footer.top-padding-5 {
		padding-top: 45px;
	}
	
	.footer.top-padding-6 {
		padding-top: 54px;
	}
	
	.footer.top-padding-7 {
		padding-top: 63px;
	}
	
	.footer.top-padding-8 {
		padding-top: 72px;
	}
	
	.footer.top-padding-9 {
		padding-top: 81px;
	}
	
	.footer.top-padding-10 {
		padding-top: 90px;
	}
	
	.footer.top-padding-11 {
		padding-top: 99px;
	}
	
	.footer.top-padding-12 {
		padding-top: 108px;
	}
	
	.footer.bottom-padding-0 {
		padding-bottom: 0;
	}
	
	.footer.bottom-padding-1 {
		padding-bottom: 9px;
	}
	
	.footer.bottom-padding-2 {
		padding-bottom: 18px;
	}
	
	.footer.bottom-padding-3 {
		padding-bottom: 27px;
	}
	
	.footer.bottom-padding-4 {
		padding-bottom: 36px;
	}
	
	.footer.bottom-padding-5 {
		padding-bottom: 45px;
	}
	
	.footer.bottom-padding-6 {
		padding-bottom: 54px;
	}
	
	.footer.bottom-padding-7 {
		padding-bottom: 63px;
	}
	
	.footer.bottom-padding-8 {
		padding-bottom: 72px;
	}
	
	.footer.bottom-padding-9 {
		padding-bottom: 81px;
	}
	
	.footer.bottom-padding-10 {
		padding-bottom: 90px;
	}
	
	.footer.bottom-padding-11 {
		padding-bottom: 99px;
	}
	
	.footer.bottom-padding-12 {
		padding-bottom: 108px;
	}
}

.footer a {
	color: rgb(17, 161, 236);
}
[component-id="5105"] .footer a {
  border-bottom: 0px solid;
}
[component-id="5105"] .footer .container {
  padding: 10px;
}
[component-id="5105"] .footer.bottom-padding-0 {
  padding-bottom: 20px;
}
