@charset "utf-8";

/******************************************** 
Website:    Z3i - Review and Order
Version:    1.0
********************************************/

/*******************************
       Table Of Content
--------------------------------

00. General
    a) Normalize
    b) Base
    c) Typography
    d) Form Field
    e) Magnify Popup
    f) Container 

01. Review and Order
    a) Header
    b) Page Title
    c) Select Package
    d) Section
    e) Content Options
    f) Package Includes
    g) Cost Detail
    h) Contact Info
    i) Create Login
    j) Main Button
    k) Payment Method
    l) Payment Success Popup
    m) Security Code Popup
    n) Terms of Service Popup
    o) Without Login - Responsive
    
*******************************/

/*******************************
00. General
************/

/*-----------------
a) Normalize
------------*/

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15; 
}
body {
    margin: 0;
}
footer,
header,
nav,
section { 
    display: block;
}
template,
[hidden] {
    display: none;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    outline-width: 0;
}
b,
strong {
    font-weight: inherit;
    font-weight: bold;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
button,
input,
select,
textarea {
    font-family: inherit; 
    font-size: 100%; 
    margin: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    background: none;
}
td,
th {
    padding: 0;
    border: none;
    background: none;
}


/*--------------
b) Base
---------*/

html {    
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}

html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, b, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td, embed, form {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {    
    background: #ffffff;
    color: #3a4d54;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

a { 
    color: #3a778e; 
    text-decoration: none;
    font-family: inherit;
}
a:hover, 
a:focus { 
    color: #3a778e; 
    text-decoration: underline;
}
a:focus { 
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
img {
    vertical-align: middle;
    height: auto;
    max-width: 100%;
}


/* Input */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}


/* Highlighted Text */

::-moz-selection {
    color: #fff;
    background: #08cf99;
    text-shadow: none;
}
::selection {
    color: #fff;
    background: #08cf99;
    text-shadow: none;
}


/*-------------------
c) Typography
--------------*/

/* Basic text */

p {
    font-size: inherit;    
    margin: 0px 0px;
    font-family: inherit;
} 
b,
strong {
    font-weight: 700;
}
em {
    font-style: italic;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: normal;
}
ol, ul {
	list-style: none;
}
optgroup {
  font-weight: bold;
}


/* Headings */

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: bold;
    line-height: 1.5;
    color: inherit;
    margin: 0px 0px;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}


/*-------------------
d) Form Field
--------------*/

input[type="radio"],
input[type="checkbox"] {
    margin: 5px 10px 0px 0px;
    line-height: normal;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
input,
select {    
    height: 30px;
    -webkit-box-shadow: inset 0 0px 8px rgba(0, 0, 0, .04);
    box-shadow: inset 0 0px 8px rgba(0, 0, 0, .04);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

select {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0px 24px 1px 8px;    
    margin: 0px 0px;
    text-align: left;
    background-color: #ffffff;
    border-radius: 4px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #3a4d54;
    font-weight: normal;
    vertical-align: top;
    font-size: 13px;
    line-height: 26px;
    border: 1px solid #c0d0d4;
    cursor: pointer;
    background-image: url("//cdn2.hubspot.net/hubfs/90897/Zerys/arrow_down_blue.png");
    background-repeat: no-repeat, repeat;
    background-position: right 8px top 52%;
    background-size: 7px auto;    
}
select::-ms-expand {
    display: none;
}
select:focus {
  outline: 0;
  box-shadow: none;
}
select option {
    font-size: 12px;    
    line-height: 20px;    
    padding: 0px 8px;
    margin: 0px 0px;
    font-weight: normal;
    background: #ffffff;
    cursor: pointer;
}

.form-control {        
    display: block;
    width: 100%;
    padding: 0px 12px;
    font-size: 13px;
    line-height: 1.4;
    color: #3a4d54;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #c0d0d4;
    border-radius: 4px;  
    font-weight: normal;
    text-align: left;
    margin: 0px 0px;
    vertical-align: top;
}
.form-control::-moz-placeholder {
  color: #aaa;
  opacity: 1;
  font-style: normal;
}
.form-control:-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
  font-style: normal;
}
.form-control::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
  font-style: normal;
}

input,
input[type="text"], 
input[type="password"],
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="tel"] {
    padding: 0px 12px 2px;    
    display: inline-block;
}
textarea {
    padding: 8px 12px;
    display: inline-block;
    height: auto;
    min-height: 100px;
}

input:focus, 
textarea:focus,
select:focus,
input.invalid, 
textarea.invalid,
select.invalid {
    outline: 0;
    box-shadow: none;
}
input:focus, 
textarea:focus,
select:focus {
    border-color: #08cf99;
}
input.invalid, 
textarea.invalid,
select.invalid {
    border-color: #803637;
    color: #803637;
    background-color: #f7ecec;
}
input[disabled],
input[readonly],
textarea[disabled],
textarea[readonly] {
    background-color: #ebedee;
    opacity: 1;
}
input[disabled],
textarea[disabled] {
    cursor: not-allowed;
}

input[type="radio"],
input[type="checkbox"] {
    float: left;
    width:auto; 
    display: inline-block;
    height: auto !important;
    padding: 0 !important;
    vertical-align: middle;    
    background: none;
    border: none;
    box-shadow: none;
}
button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    display: inline-block;
    margin-bottom: 0;
    font-size: 16px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background: #08cf99;
    border: 1px solid #1fb28b;
    border-radius: 4px;
    text-shadow: 0 0 2px rgba(0,0,0,0.1);
    opacity: 1;
    filter: alpha(opacity=100);     
    -webkit-transition: opacity linear 0.4s;
       -moz-transition: opacity linear 0.4s;
        -ms-transition: opacity linear 0.4s;
         -o-transition: opacity linear 0.4s;
            transition: opacity linear 0.4s;  
}

button {    
    width: 100%;
}
button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    height: auto;
    padding: 10px 22px 11px;    
    border-radius: 4px;
    -webkit-transition: opacity linear 0.4s;
       -moz-transition: opacity linear 0.4s;
        -ms-transition: opacity linear 0.4s;
         -o-transition: opacity linear 0.4s;
            transition: opacity linear 0.4s;  
}
button:hover,
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);     
}
button:focus,
input[type="button"]:focus, 
input[type="reset"]:focus, 
input[type="submit"]:focus {
    outline: none;
}


/* Checkbox */

label.checkbox,
label.radio {
	float: left;
	width: auto;
}
.checkbox input,
.radio input {
	display: none;
}
.checkbox span,
.radio span {
    float: left;
    background: #ffffff;    
	display: block;
	cursor: pointer;
    width: 18px;
    height: 18px;
    border: 1px solid #5f9baf;
}
.checkbox input:checked + span,
.radio input:checked + span {
    cursor: pointer;
    border-color: #08cf99;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
}

.checkbox input {
}
.checkbox span {
    border-radius: 3px;
}
.checkbox input:checked + span {
    background-image: url("//cdn2.hubspot.net/hubfs/90897/Zerys/check_icon_green_small.png");
    background-size: auto auto;
}


/* Radio */

label.radio {
}
.radio input {
}
.radio span {    
    border-radius: 30px;
}
.radio input:checked + span {
    background-image: url("https://cdn2.hubspot.net/hubfs/90897/Zerys/round_icon_green_small.png");
    background-size: 10px 10px;
}


/*----------------------
e) Magnify Popup 
-----------------*/

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0d171b;
    opacity: 0.8;
    filter: alpha(opacity=80); 
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; 
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; 
}

.mfp-align-top .mfp-container:before {
    display: none;   
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;   
}
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;   
}

.mfp-zoom-out-cur {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;   
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;   
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;   
}
.mfp-close,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;   
}
.mfp-hide {
    display: none !important;   
}

.mfp-preloader {
    color: #c0d0d4;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;   
}
.mfp-preloader a {
    color: #c0d0d4;     
}
.mfp-preloader a:hover {
    color: #ffffff;       
}

.mfp-s-ready .mfp-preloader {
    display: none;   
}
.mfp-s-error .mfp-content {
    display: none;   
}
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;  
    touch-action: manipulation;
    font-family: Arial, Baskerville, monospace;  
}

button::-moz-focus-inner {
    padding: 0;
    border: 0; 
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #ffffff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;  
    font-weight: normal;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);     
}
.mfp-close:active {
    top: 1px;     
}

.mfp-inline-holder .mfp-close,
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #3a778e;
    right: 0px;
    text-align: right;
    padding-right: 20px;
    width: 100%;   
}

.mfp-inline-holder,
.mfp-iframe-holder {
    padding-top: 5px;
    padding-bottom: 0px;
}
.mfp-inline-holder .mfp-content,
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 750px;
}
.mfp-inline-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    top: 6px;
}

.mfp-inline-holder .mfp-content {
    line-height: 1.6;
    border: none;
    background: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    margin-bottom: 5px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;   
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000000;    
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-figure {
    line-height: 0;   
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;     
}
.mfp-figure figure {
    margin: 0;     
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;   
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;     
} 
.mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;     
}
.mfp-img-mobile img.mfp-img {
    padding: 0;     
}
.mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;     
}
}

@media all and (max-width: 900px) {
.mfp-container {
    padding-left: 6px;
    padding-right: 6px;     
} 
}

.mfp-ie7 .mfp-container {
    padding: 0;   
}
.mfp-ie7 .mfp-content {
    padding-top: 0px;   
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;   
}

.mfp-content .modal_header {
    border-bottom: 1px solid #c0d0d4;
    padding: 12px 24px;
    background: #f6fafb;
    border-radius: 3px 3px 0px 0px;
}
.mfp-content .modal_header > h3 {
    font-size: 18px;
    line-height: 30px;
    margin: 0px 0px 2px;
    font-weight: bold;
    color: #265a6d;
    text-align: left;    
}

.mfp-content .modal_content {
    padding: 20px 24px 24px;
}
.mfp-content .modal_content h4,
.mfp-content .modal_content p {
    text-align: left;
    color: #3a4d54;
}
.mfp-content .modal_content h4 {
    font-size: 15px;
    line-height: 26px;
    font-weight: bold;
    margin: 0px 0px 8px;
}
.mfp-content .modal_content p {
    font-size: 13px;
    line-height: 22px;
    margin: 0px 0px 22px;    
}
.mfp-content .modal_content p:nth-last-of-type(1) {
    margin-bottom: 2px;
}
.mfp-content .modal_content p > span {
    color: #803637;
}
.mfp-content .modal_content p > img {
    float: left;
    width: auto;
}


/*------------------
f) Container 
-------------*/

body {
    background-color: #f6fafb;
}

.section_wrap,
.section_inner_wrap,
.section_content,
.full-width {
    float: left;
    width: 100%;
}
.page-center {
    float: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;  
    padding: 0px 0px;
}
.section_content {
    padding: 0px 0px;
}


/*******************************
01. Review and Order
*********************/

.review_order_section_wrap {
    padding: 30px 12px;
}


/*---------------
a) Header 
----------*/

.header_wrap {
    border-top: 2px solid #265a6d;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    z-index: 60 !important;
    padding: 12px 24px;
    text-align: center;
}
.header_wrap a {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
}
.header_wrap a > img {
    float: left;
    width: auto;
    height: 40px;
}


/*-------------------
b) Page Title 
--------------*/

.page_title_wrap {    
    background: #42718d; /* Old browsers */
    background: -moz-linear-gradient(left,  #42718d 0%, #368f9a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #42718d 0%,#368f9a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #42718d 0%,#368f9a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42718d', endColorstr='#368f9a',GradientType=1 ); /* IE6-9 */
    padding: 16px 24px 20px;
}
.page_title_wrap > h1 {
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;    
}


/*-----------------------
c) Select Package 
------------------*/

.select_package_wrap,
.common_section_wrap,
.main_button_wrap {
    margin: 12px 12px;
    width: -moz-calc(100% - 24px);
    width: -webkit-calc(100% - 24px);
    width: calc(100% - 24px);
}
.select_package_wrap > h2,
.common_section_title > h2 {
    font-weight: bold;
    color: #265a6d;
    text-align: left;
}

.select_package_wrap {
}
.select_package_wrap > h2 {
    float: left;
    width: auto;
    font-size: 20px;
    line-height: 32px;
    margin: 2px 14px 0px 0px;
}
.select_package_wrap > select {
    float: left;    
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    max-width: 200px;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    padding: 0px 32px 1px 10px;
    line-height: 30px;    
    background-position: right 12px top 52%;
    background-size: 11px auto;
    box-shadow: none;
}
@media (max-width: 439px) {	
.select_package_wrap > h2 {
    width: 100%;
    margin: -6px 0px 14px 0px;
}
.select_package_wrap > select {
    width: 100%;
    max-width: 100%;
}
}


/*----------------
d) Section 
-----------*/

.common_section_wrap {
    border: 1px solid #c0d0d4;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
}

.common_section_title {
    border-bottom: 1px solid #c0d0d4;
    padding: 10px 20px;
    background: #f6fafb;
}
.common_section_title > h2 {
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0px;
}

.common_section_content {
    padding: 16px 20px 18px;
}


/*------------------------
e) Content Options 
-------------------*/

@media (min-width: 768px) {
.content_options_section_wrap {
    width: -moz-calc(55% - 24px);
    width: -webkit-calc(55% - 24px);
    width: calc(55% - 24px);
}
}

@media (min-width: 992px) {
.content_options_section_wrap {
    width: -moz-calc(40% - 24px);
    width: -webkit-calc(40% - 24px);
    width: calc(40% - 24px);
}
}

.form_field_input,
.form_field_dropdown,
.content_options_dropdown {
    margin: 5px 0px;
}
@media (max-width: 439px) {	
.common_section_content .form_field_input:nth-of-type(1),
.common_section_content .form_field_dropdown:nth-of-type(1),
.common_section_content .content_options_dropdown:nth-of-type(1) {
    margin-top: 0px;
}    
}

.form_field_input > label,
.form_field_dropdown > label,
.content_options_dropdown > label {
    float: left;
    font-size: 13px;
    line-height: 22px;
    color: #3a4d54;
    font-weight: 600;
    text-align: right;
    margin: 3px 0px 0px -5px;
    padding: 0px 10px 0px 0px;
}
.form_field_input > input, 
.form_field_dropdown > select,
.content_options_dropdown > select {
    float: left;
    width: -moz-calc(100% - 160px);
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
}

@media (max-width: 439px) {	
.form_field_input > label,
.form_field_dropdown > label,
.content_options_dropdown > label {
    text-align: left;
    width: 100%;
    margin: 0px 0px;
    padding: 0px 0px 8px 0px;
}
.form_field_input > input, 
.form_field_dropdown > select {
    width: 100%;    
}
.content_options_dropdown > select {
    float: left;
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
}
}

.content_options_dropdown {    
}
@media (min-width: 440px) {	
.content_options_dropdown > label {
    width: 135px;
}   
}
.content_options_dropdown > select {
}


/* Mouseover */

.content_options_mo_wrap {
    position: relative;
    float: right;
    width: 18px;
    margin: 6px 0px -10px;
    padding: 0px 0px 10px;
}

.content_options_mo_wrap > img {
    float: left;
    width: 18px;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);    
    -webkit-transition: opacity .4s linear;
    -moz-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    -ms-transition: opacity .4s linear;
    transition: opacity .4s linear;
}
.content_options_mo_wrap:hover > img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.content_options_mo_wrap > .content_options_mo {
    width: 405px;    
    position: absolute;
    top: 27px;
    left: -330px;
    background: #f6fafb;
    border: 1px solid #d2dfe3;
    border-radius: 4px;
    padding: 14px 20px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.06);
    z-index: 100;
}
.content_options_mo_wrap:hover > .content_options_mo {
    display: block !important;
}
.content_options_mo_wrap > .content_options_mo > .content_options_mo_arrow {
    float: left;
    width: 100%;
    position: relative;
    margin-top: -19px;
}
.content_options_mo_wrap > .content_options_mo > .content_options_mo_arrow > span {
    float: left;
    position: absolute;
    width: 0px; 
    height: 0px;
}
.content_options_mo_wrap > .content_options_mo > .content_options_mo_arrow > span:nth-of-type(1) {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent; 
    border-bottom: 6px solid #d2dfe3;    
    top: -1px;
    left: 312px;
}
.content_options_mo_wrap > .content_options_mo > .content_options_mo_arrow > span:nth-of-type(2) {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent; 
    border-bottom: 5px solid #f6fafb;    
    top: 0px;
    left: 314px;
}

@media (max-width: 439px) {	
.content_options_mo_wrap > .content_options_mo {
    left: -240px;
    width: 285px;
}  
.content_options_mo_wrap > .content_options_mo > .content_options_mo_arrow > span:nth-of-type(1) {
    left: 222px;
}
.content_options_mo_wrap > .content_options_mo > .content_options_mo_arrow > span:nth-of-type(2) {
    left: 224px;    
}    
}

@media (min-width: 440px) and (max-width: 767px) {	
.content_options_mo_wrap > .content_options_mo {
    width: 350px;
    left: -305px;
}  
.content_options_mo_wrap > .content_options_mo > .content_options_mo_arrow > span:nth-of-type(1) {
    left: 287px;
}
.content_options_mo_wrap > .content_options_mo > .content_options_mo_arrow > span:nth-of-type(2) {
    left: 289px;    
}    
}

.content_options_mo_wrap > .content_options_mo > p {
    float: left;
    width: 100%;
    color: #3a4d54;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 2px;    
    opacity: 0.8;    
    filter: alpha(opacity=80); 
}


/*-------------------------
f) Package Includes 
--------------------*/

@media (min-width: 768px) {
.package_includes_section_wrap {
    width: -moz-calc(45% - 24px);
    width: -webkit-calc(45% - 24px);
    width: calc(45% - 24px);
}
}

@media (min-width: 992px) {	
.package_includes_section_wrap {   
    width: -moz-calc(31% - 24px);
    width: -webkit-calc(31% - 24px);
    width: calc(31% - 24px);  
}
}

.package_includes_section_wrap p {
    font-size: 13px;
    line-height: 24px;
    color: #3a4d54;
    margin: 0px 0px 6px;
}
.package_includes_section_wrap p > span {
    float: left;
    width: 100%;
    background-image: url("//cdn2.hubspot.net/hubfs/90897/Zerys/arrow_right_blue.png");
    background-repeat: no-repeat;
    background-size: 5px auto;
    background-position: 0px 8px;    
    padding: 0px 0px 0px 18px;    
    margin: 1px 0px 0px;    
}


/*--------------------
g) Cost Detail 
---------------*/

@media (min-width: 992px) {	
.cost_details_section_wrap {    
    width: -moz-calc(29% - 24px);
    width: -webkit-calc(29% - 24px);
    width: calc(29% - 24px); 
}   
}

.cost_details_section_wrap label {
    font-size: 13px;
    line-height: 22px;
    margin: 4px 0px 5px;    
}
.cost_details_section_wrap label > span {
    float: left;
    color: #3a4d54;
    max-width: -moz-calc(100% - 60px);
    max-width: -webkit-calc(100% - 60px);
    max-width: calc(100% - 60px);    
}
.cost_details_section_wrap label > span > em {
    color: #08cf99;
    font-style: normal;
    font-weight: 600;
}
.cost_details_section_wrap label > strong {
    float: right;
    font-weight: 600;
    color: #08cf99;
}

.cost_details_section_wrap label.total_cost_detail {
    border-top: 1px solid #c0d0d4;
    font-size: 16px;
    line-height: 28px;
    padding: 10px 0px 0px;
    margin: 10px 0px 2px;
}
.cost_details_section_wrap label.total_cost_detail > span,
.cost_details_section_wrap label.total_cost_detail > strong {
    font-weight: bold;
}
.cost_details_section_wrap label.total_cost_detail > strong > em {
    display: inline-block;
    vertical-align: top;    
    font-size: 14px;
    font-style: normal;
    margin: 0px 0px 1px;
}


/*---------------------
h) Contact Info
----------------*/

@media (min-width: 768px) {
.contact_info_section_wrap {    
    width: -moz-calc(48% - 24px);
    width: -webkit-calc(48% - 24px);
    width: calc(48% - 24px);
}
}

.contact_info_section_wrap {    
}

.form_field_input,
.form_field_dropdown {
}

@media (min-width: 440px) {	
.form_field_input > label,
.form_field_dropdown > label {
    width: 160px;
}
}

.form_field_input > input,
.form_field_dropdown > select {
}

@media (min-width: 440px) {	
.contact_info_section_wrap .form_field_input > label {
    width: 125px;
}    
.contact_info_section_wrap .form_field_input > input {
    float: left;
    width: -moz-calc(100% - 125px);
    width: -webkit-calc(100% - 125px);
    width: calc(100% - 125px);
}
}

@media (min-width: 992px) {	
.contact_info_section_wrap .first_name_field_input {
    width: 53%;
}
.contact_info_section_wrap .last_name_field_input {
    width: 47%;
}
.contact_info_section_wrap .last_name_field_input > label {
    width: 100px;
}
.contact_info_section_wrap .last_name_field_input > input {
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
}    
}


/*---------------------
i) Create Login 
----------------*/

@media (min-width: 768px) {
.create_login_section_wrap {    
    width: -moz-calc(52% - 24px);
    width: -webkit-calc(52% - 24px);
    width: calc(52% - 24px);
}
}

@media (min-width: 440px) {	
.create_login_section_wrap .form_field_input > label {
    width: 140px;    
}
.create_login_section_wrap .form_field_input > input {
    float: left;
    width: -moz-calc(100% - 140px);
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
}
}

.keep_me_logged_field_checkbox {
    padding-left: 135px;    
    margin-top: 10px;
    margin-bottom: 5px;
}
@media (max-width: 439px) {	
.keep_me_logged_field_checkbox {
    padding-left: 0px;
    margin-top: 12px;
}
}

.keep_me_logged_field_checkbox > label.checkbox {
}

.keep_me_logged_field_checkbox > p,
.terms_agreement_field_checkbox p {  
    float: left;
    width: auto;
    font-size: 12px;
    line-height: 18px;
    color: #3a4d54;
    padding: 0px 0px 0px 8px;
}

.keep_me_logged_field_checkbox > p {
    opacity: 0.8;
    filter: alpha(opacity=80);
    max-width: -moz-calc(100% - 40px);
    max-width: -webkit-calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.keep_me_logged_field_checkbox .content_options_mo_wrap {
    float: left;
    margin: 0px 0px 0px 8px;    
}
.keep_me_logged_field_checkbox .content_options_mo_wrap > img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

@media (max-width: 439px) {	
.keep_me_logged_field_checkbox .content_options_mo_wrap > .content_options_mo {
    left: -168px;
}  
.keep_me_logged_field_checkbox .content_options_mo_wrap > .content_options_mo > .content_options_mo_arrow > span:nth-of-type(1) {
    left: 150px;
}
.keep_me_logged_field_checkbox .content_options_mo_wrap > .content_options_mo > .content_options_mo_arrow > span:nth-of-type(2) {
    left: 152px;    
}    
}


/*--------------------
j) Main Button 
---------------*/

.main_button_wrap {
    text-align: center;
    margin-top: 20px;
}

a.main_button {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
    background: #08cf99;
    border: 1px solid #1fb28b;
    color: #ffffff;
    border-radius: 4px;
    font-weight: bold;
    font-size: 17px;
    line-height: 26px;
    -webkit-transition: opacity .4s linear;
    -moz-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    -ms-transition: opacity .4s linear;
    transition: opacity .4s linear;
    opacity: 1;
    filter: alpha(opacity=100);
    text-align: center;
    padding: 6px 19px 8px;
    text-shadow: 0 0 1px rgba(0,0,0,0.2);
}
a.main_button:hover,
a.main_button:focus {
    text-decoration: none;
    opacity: 0.9;    
    filter: alpha(opacity=90);
}


/*-----------------------
k) Payment Method 
------------------*/

.payment_method_section_wrap {    
}
.payment_method_section_wrap .common_section_content { 
    padding: 0px 0px;
}


/* Method */

.payment_method_field_wrap {
    padding: 12px 2px;
}
.payment_method_field {
    float: left;
    width: auto;
    padding: 12px 18px;
} 
@media (max-width: 359px) {	    
.payment_method_field {
    padding-right: 8px;
}
}

.payment_method_field > label.radio {
    margin: 2px 0px 0px;
}

.payment_method_field > p,
.payment_method_field > p > b,
.payment_method_field > p > img {
    float: left;
}

.payment_method_field > p {    
}
.payment_method_field > p > b {
    padding: 0px 5px 0px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #3a4d54;
}
.payment_method_field > p > img {
    width: auto;
    height: 22px;
    margin: 0px 0px 0px 6px;
}
.paypal_method_field > p > img {
    margin-top: 2px;    
}


/* Credit Card */

.credit_card_form_field_wrap {
    background: #f8faf7;
    border-top: 1px solid #cbd9de;
    padding: 22px 4px 34px;
    text-align: center;
}

.credit_card_form_field {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
    width: 500px;
    max-width: 48%;
    padding: 0px 16px 0px 8px;
}
@media (max-width: 991px) {	
.credit_card_form_field {
    max-width: 100%;
}   
}
@media (max-width: 439px) {	
.credit_card_form_field {
    padding-left: 16px;    
}
.credit_card_form_field_wrap .credit_card_form_field:nth-of-type(2) {
    margin-top: 5px;
}
}

.credit_card_form_field .form_field_input,
.credit_card_form_field .form_field_dropdown {
    text-align: left;
}

.expiration_date_field_dropdown select:nth-of-type(1) {    
    width: -moz-calc(54% - 90px);
    width: -webkit-calc(54% - 90px);
    width: calc(54% - 90px);
}
.expiration_date_field_dropdown select:nth-of-type(2) {
    width: -moz-calc(46% - 80px);
    width: -webkit-calc(46% - 80px);
    width: calc(46% - 80px);
    margin-left: 10px;
}
@media (max-width: 439px) {	
.expiration_date_field_dropdown select:nth-of-type(1) {
    width: 54%;
}
.expiration_date_field_dropdown select:nth-of-type(2) {
    width: -moz-calc(46% - 10px);
    width: -webkit-calc(46% - 10px);
    width: calc(46% - 10px);
}
}

.digit_cvv_field_input input {    
    width: -moz-calc(100% - 310px);
    width: -webkit-calc(100% - 310px);
    width: calc(100% - 310px);
    max-width: 100px;
}
.digit_cvv_field_input a.security_code_location {
    float: left;
    width: auto;
    font-size: 12px;
    line-height: 18px;
    margin: 5px 0px 0px 10px;    
}

@media (min-width: 440px) and (max-width: 479px) {	
.digit_cvv_field_input input {    
    width: 70px;    
}
.digit_cvv_field_input a.security_code_location {    
    width: -moz-calc(100% - 245px);
    width: -webkit-calc(100% - 245px);
    width: calc(100% - 245px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}   
}

@media (max-width: 439px) {	
.digit_cvv_field_input input {    
    width: -moz-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
}
}

@media (min-width: 440px) {	
.zip_code_field_input input {
    max-width: 120px;
}
}

.terms_agreement_field_checkbox_wrap {    
}
.terms_agreement_field_checkbox {
    float: none;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    max-width: 210px;
    margin: 18px 0px 22px;    
}
.terms_agreement_field_checkbox label.checkbox {  
}
.terms_agreement_field_checkbox p { 
}


/*------------------------------
l) Payment Success Popup 
-------------------------*/

.modal_payment_success_container {    
}
.modal_payment_success_container .mfp-content {
    max-width: 410px;    
    background: #f8faf7;
}

.modal_payment_success_popup,
.modal_payment_success_popup > h3,
.modal_payment_success_popup > p {
    text-align: center;
}

.modal_payment_success_popup {
    padding: 32px 30px 44px;
}

.modal_payment_success_popup > h3 {
    font-size: 26px;
    line-height: 38px;
    margin: 0px 0px;
    color: #265a6d;
}
.modal_payment_success_popup > p {
    font-size: 14px;
    line-height: 25px;
    color: #3a4d54;
    margin: 10px 0px 25px;
}
.modal_payment_success_popup > p strong {
}
.modal_payment_success_popup > a {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
}


/*----------------------------
m) Security Code Popup 
-----------------------*/

.modal_security_code_container {    
}
.modal_security_code_container .mfp-content {
    max-width: 560px;    
}

.modal_security_code_popup {    
}

.mfp-content .modal_security_code_popup .modal_content {
    padding-top: 22px;    
}
.mfp-content .modal_security_code_popup .modal_content p > img {
    margin: 4px 16px 0px 0px;
}


/*-------------------------------
n) Terms of Service Popup 
--------------------------*/

.modal_terms_of_service_popup {    
}


/*----------------------------------
o) Without Login - Responsive
------------------------------*/

.review_order_section_without_login_wrap .content_options_section_wrap,
.review_order_section_without_login_wrap .cost_details_section_wrap {
    width: -moz-calc(52% - 24px);
    width: -webkit-calc(52% - 24px);
    width: calc(52% - 24px);
}
.review_order_section_without_login_wrap .package_includes_section_wrap,
.review_order_section_without_login_wrap .contact_info_section_wrap {
    width: -moz-calc(48% - 24px);
    width: -webkit-calc(48% - 24px);
    width: calc(48% - 24px);
}

@media (max-width: 767px) {	
.review_order_section_without_login_wrap .content_options_section_wrap,
.review_order_section_without_login_wrap .cost_details_section_wrap,
.review_order_section_without_login_wrap .package_includes_section_wrap,
.review_order_section_without_login_wrap .contact_info_section_wrap {
    width: -moz-calc(100% - 24px);
    width: -webkit-calc(100% - 24px);
    width: calc(100% - 24px);
}    
}






