/*
#   $$$$$$\  $$\           $$\                 $$\           
#  $$  __$$\ $$ |          $$ |                $$ |          
#  $$ /  \__|$$ | $$$$$$\  $$$$$$$\   $$$$$$\  $$ | $$$$$$$\ 
#  $$ |$$$$\ $$ |$$  __$$\ $$  __$$\  \____$$\ $$ |$$  _____|
#  $$ |\_$$ |$$ |$$ /  $$ |$$ |  $$ | $$$$$$$ |$$ |\$$$$$$\  
#  $$ |  $$ |$$ |$$ |  $$ |$$ |  $$ |$$  __$$ |$$ | \____$$\ 
#  \$$$$$$  |$$ |\$$$$$$  |$$$$$$$  |\$$$$$$$ |$$ |$$$$$$$  |
#   \______/ \__| \______/ \_______/  \_______|\__|\_______/ 
#                                                            
#                                                            
# */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

html {
	font-size: 16px;
}

body {
	font-family: 'Lato', sans-serif ;
	font-weight: 300;
	background-color: #115d8d;
	color: #343433;
	text-align: left;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
}
h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.75rem;
	text-transform: uppercase;
	margin: 0;
}
h2 {
	font-size: 1.375rem;
	font-weight: 300;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	text-transform: uppercase;
}
a:link, a:visited {
	color: #1fa2ef;
	font-style: italic;
	font-weight: 600;
	text-decoration: underline;
}

img {
	max-width: 100%;
}
.blue_accent {
	color: #1fa2ee;
}


/*
#  $$\                                 $$\                     
#  $$ |                                $$ |                    
#  $$$$$$$\   $$$$$$\   $$$$$$\   $$$$$$$ | $$$$$$\   $$$$$$\  
#  $$  __$$\ $$  __$$\  \____$$\ $$  __$$ |$$  __$$\ $$  __$$\ 
#  $$ |  $$ |$$$$$$$$ | $$$$$$$ |$$ /  $$ |$$$$$$$$ |$$ |  \__|
#  $$ |  $$ |$$   ____|$$  __$$ |$$ |  $$ |$$   ____|$$ |      
#  $$ |  $$ |\$$$$$$$\ \$$$$$$$ |\$$$$$$$ |\$$$$$$$\ $$ |      
#  \__|  \__| \_______| \_______| \_______| \_______|\__|      
#                                                              
#                                                              
#                                                              
*/
.header {
	max-width: 1170px;
	margin: 25px auto;
	text-align: center;
	color: #fffffe;
}

/*
#                          $$\           
#                          \__|          
#  $$$$$$\$$$$\   $$$$$$\  $$\ $$$$$$$\  
#  $$  _$$  _$$\  \____$$\ $$ |$$  __$$\ 
#  $$ / $$ / $$ | $$$$$$$ |$$ |$$ |  $$ |
#  $$ | $$ | $$ |$$  __$$ |$$ |$$ |  $$ |
#  $$ | $$ | $$ |\$$$$$$$ |$$ |$$ |  $$ |
#  \__| \__| \__| \_______|\__|\__|  \__|
#                                        
#                                        
#                                        
*/
.main {
	max-width: 1170px;
	width: 100%;
	margin: 25px auto;
	display: table;
	table-layout: fixed;
}
.main_left, .main_right {
	display: table-cell;
	padding: 20px 0;
}
.main_left {
	background-color: #f8f8f8;
	width: 55%;
	text-align: center;
	height: 690px;
	vertical-align: top;
}
.main_right {
	background-color: #fdfdfd;
	width: 45%;
	text-align: center;
	vertical-align: middle;
}
.main_left-content {
	position: relative;
	max-width: 300px;
	margin: 0 auto;
	padding 0 25px;
}
.main_right-content {
	padding: 0 25px;
}
.main_left-image {
	position: absolute;
	top: 10px;
	left: 105%;
}
.main_left-upgrade {
	font-size: 1.125rem;
	font-weight: 400;
	margin: 0 auto;
}
.main_right-offer {
	margin: 20px 0;
	padding: 25px 15px 25px 20px;
	text-align: left;
	border: 2px solid #1fa2ed;
}
.main_right-title {
	font-size: .9375rem;
}
.main_right-list {
	list-style: none;
}
.main_right-list li {
	position: relative;
	margin-top: 23px;
	padding-left: 25px;
}
.main_right-list li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #1ec279;
	position: absolute;
	top: 0;
	left: 0;
}
.main_right-upgrade {
	margin-top: 25px;
}
.main_right-footer {
	font-size: .9375rem;
}


/*
#  $$\        $$\               
#  $$ |       $$ |              
#  $$$$$$$\ $$$$$$\   $$$$$$$\  
#  $$  __$$\\_$$  _|  $$  __$$\ 
#  $$ |  $$ | $$ |    $$ |  $$ |
#  $$ |  $$ | $$ |$$\ $$ |  $$ |
#  $$$$$$$  | \$$$$  |$$ |  $$ |
#  \_______/   \____/ \__|  \__|
#                               
#                               
#     
*/
.btn {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: .875rem;
	text-transform: uppercase;
	display: block;
	border-radius: 3px;
	background-color: #1ec277;
	max-width: 360px;
	margin: 15px auto;
	padding: 15px 20px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		transition: all .3s;
}
.btn:link, .btn:visited {
	color: #fffffd;
	font-style: normal;
	text-decoration: none;
}
.btn:hover {
	color: #fffffb;
	background-color: #00a761;
}


/*
#             $$\       $$\                     
#             \__|      $$ |                    
#  $$\    $$\ $$\  $$$$$$$ | $$$$$$\   $$$$$$\  
#  \$$\  $$  |$$ |$$  __$$ |$$  __$$\ $$  __$$\ 
#   \$$\$$  / $$ |$$ /  $$ |$$$$$$$$ |$$ /  $$ |
#    \$$$  /  $$ |$$ |  $$ |$$   ____|$$ |  $$ |
#     \$  /   $$ |\$$$$$$$ |\$$$$$$$\ \$$$$$$  |
#      \_/    \__| \_______| \_______| \______/ 
#                                               
#                                               
#                                               
*/
.video-embed-wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 580px;
	position: relative;
}
.video-embed {
	position: relative;
	margin: 150px 0 30px;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.video-embed img,
.video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*
#                                $$\ $$\                                                                   
#                                $$ |\__|                                                                  
#  $$$$$$\$$$$\   $$$$$$\   $$$$$$$ |$$\  $$$$$$\         $$$$$$\  $$\   $$\  $$$$$$\   $$$$$$\  $$\   $$\ 
#  $$  _$$  _$$\ $$  __$$\ $$  __$$ |$$ | \____$$\       $$  __$$\ $$ |  $$ |$$  __$$\ $$  __$$\ $$ |  $$ |
#  $$ / $$ / $$ |$$$$$$$$ |$$ /  $$ |$$ | $$$$$$$ |      $$ /  $$ |$$ |  $$ |$$$$$$$$ |$$ |  \__|$$ |  $$ |
#  $$ | $$ | $$ |$$   ____|$$ |  $$ |$$ |$$  __$$ |      $$ |  $$ |$$ |  $$ |$$   ____|$$ |      $$ |  $$ |
#  $$ | $$ | $$ |\$$$$$$$\ \$$$$$$$ |$$ |\$$$$$$$ |      \$$$$$$$ |\$$$$$$  |\$$$$$$$\ $$ |      \$$$$$$$ |
#  \__| \__| \__| \_______| \_______|\__| \_______|       \____$$ | \______/  \_______|\__|       \____$$ |
#                                                              $$ |                              $$\   $$ |
#                                                              $$ |                              \$$$$$$  |
#                                                              \__|                               \______/ 
*/
@media only screen and (max-width: 74em) {
	.header, .main {
		width: 90%;
	}
	.main_left {
		padding: 20px;
	}
	.main_left-image {
		left: 100%;
	}
	/*HELPER FOR BREAKS DUE TO HOLDING LAYOUT PIXEL PERFECT PER DESIGNER*/
	.brk {
		display: none;
	}
}
@media only screen and (max-width: 64em) {
	.main_left, .main_right {
		display: block;
		width: 100%;
		height: auto;
	}
	.main_left-image {
		display:none;
	}
	.video-embed {
		margin: 10px 0 20px;
	}
}





