﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

*{margin:0;padding:0; box-sizing:border-box;}

body{
  background:#448dbe;
  font-family:'Open Sans',sans-serif;
  box-sizing:border-box;
}

a {
  text-decoration: none;
  color:#448dbe;
}

.background-cover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index:0;
  background-image: url('/media/form-background.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

/*.background-cover {
  width:100%;
  height:100%;
  min-height:800px;
  position:absolute;
  top:0;
  left:0;
  background: #448dbe;
  overflow: hidden;
  z-index:-1;
}*/

/*.background-cover:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index:0;
  background-image: url('/media/1499/form-background.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}*/

/* Header Styles */
#social {
    background: #448cbe;
    color: #fff;
    padding:4px 0;
    width:100%;
    z-index: 9999;
    text-transform: uppercase;
    font-weight: bold;
    position:relative;
    display:block;
}

.inner-wrap .ErrMessage {
  color:red;
  padding:0 20px 15px 20px;
  /*text-align:center;*/
  display: block;
}

.inner-wrap .ErrMessageHide {
  display: none;
}

/*
.row {
  max-width:1280px;
  margin:0 auto;
  position:relative;
  display:block;
  overflow:hidden;
}
*/

#social span {
    float: right;
    display:block;
    text-align:right;
    font-size:13px;
    margin-top:3px;
    margin-right:5px;
}

#social ul {
    margin: 0;
    padding: 0;
    float: right;
    width: 130px;
}

#social li {
    width: 25px;
    height: 25px;
    list-style-type: none;
    float: left;
    background-image: url('/media/social-icons.png');
    background-repeat: no-repeat;
    margin-left: 5px
}

#social li a {
    width: 25px;
    height: 25px;
    display: block
}

#social li:nth-child(2) {
    background-position: 0 -25px
}

#social li:nth-child(3) {
    background-position: 0 -50px
}

#social li:nth-child(4) {
    background-position: 0 -75px
}

.navigation {
  background:#4d4d4d;
  z-index:99999;
  position:relative;
  padding:10px 5px;
}

.navigation .nav {
  float:right;
  list-style: none;
  margin-top:15px;
}

.navigation .nav li {
  display:inline-block;
  float:left;
  margin:0 28px;
}
.navigation .nav li a {
  color:#fff;
  font-family:'Open Sans',sans-serif;
  text-transform: uppercase;
  font-size:18px;
  font-weight:700;
}

.navigation .nav li a:hover {
  color:#b9ce62;
}


.background-cover:after {
  content:'';
  width:100%;
  height:200px;
  position:absolute;
  bottom:0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,458cbe+100&amp;0+0,1+100 */
  background: -moz-linear-gradient(top,  rgba(125,185,232,0) 0%, rgba(69,140,190,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,0)), color-stop(100%,rgba(69,140,190,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(69,140,190,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(69,140,190,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(69,140,190,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(69,140,190,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#458cbe',GradientType=0 ); /* IE6-9 */

}

.wrapper { 
  /*width:100%;*/
  /*max-width:540px;*/
  /*margin:40px auto;*/
  /*min-height:720px;*/
  /*position:relative;*/
}

/* Form Wrapper Rectangle*/
.form-wrap {
  position:relative;
  display:block;
  background:#ededed;
  /*width:100%*/
  /*width:540px;*/
  /*margin-bottom:25px;*/
  margin: 0 auto;
  border-radius:8px;
  padding: 35px 23px 25px;
  z-index:99;
  transition:opacity 1s;
  -webkit-transition:opacity 1s;
  text-align: initial !important;
}

.form-wrap.services {
    /*min-width: 540px;*/
    /*width: 100%;*/
    /*display: inline-block;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
}

#FORMA .form-wrap.services label,
#FORMA .form-wrap.services select {
    float: none;
}

.form-wrap .default-services-container {
    /*max-width: 494px;*/
    margin: 0 auto;
}

.form-wrap.services .default-services-container {
    /*max-width: none;*/
}

.form-wrap.sgp {
    /*min-width: 1211px;*/
}

.form-wrap:before {
  content:'';
  position:absolute;
  top:-8px;
  left:-8px;
  right: -8px;
  bottom: -8px;
  /*width:100%;
  height:100%;*/
  z-index:-1;
  border:8px solid rgba(0,0,0,0.15);
  border-radius:16px;
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.form-wrap h1 {
  color:#448dbe;
  font-size:40px;
  line-height:40px;
  font-weight:300;
  text-align: center;
  background-repeat: repeat-x;
  height: 40px;
  background-color: #ededed;
  margin-top: 0px;
  margin-bottom: 40px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAYAAABIdFAMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA3RTkzNzc2NTMyNjExRTVBRkMyRTZEMTZEQjc3RTQxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA3RTkzNzc3NTMyNjExRTVBRkMyRTZEMTZEQjc3RTQxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDdFOTM3NzQ1MzI2MTFFNUFGQzJFNkQxNkRCNzdFNDEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDdFOTM3NzU1MzI2MTFFNUFGQzJFNkQxNkRCNzdFNDEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5PgJTXAAAAH0lEQVR42mL4//8/AxMDEFCT2Ho64j8DTUwGEQABBgA6NAkWhLqkLgAAAABJRU5ErkJggg==');
}

.form-wrap h1 span {
    background-color: #ededed;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 10px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAAABCAIAAAAZ78S3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjcxM0YwMkU1NTMyNjExRTU4MkQwOThGMDIwNDAwNjY1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjcxM0YwMkU2NTMyNjExRTU4MkQwOThGMDIwNDAwNjY1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzEzRjAyRTM1MzI2MTFFNTgyRDA5OEYwMjA0MDA2NjUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzEzRjAyRTQ1MzI2MTFFNTgyRDA5OEYwMjA0MDA2NjUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4reB08AAAAEklEQVR42mJ06dnHMKwBQIABAF2ZAZCMRBNPAAAAAElFTkSuQmCC');
    background-position: bottom center;
    background-repeat: no-repeat;
}


.form-wrap .inner-wrap {
  padding:0 24px;
}

.forgot-password {
  text-align:right;
  display:block;
  text-decoration:  none;
  color:#013c6f;
  font-size:14px;
  margin:10px 0;
}



.form-wrap p.form-details {
  font-size:11px;
  line-height:15px;
  margin:30px 0 0;
  text-align:center;
}

/* Footer Links */
.form-footer-links {
  margin:0 auto;
  text-align:center;
  width:540px;
}

.form-footer-links ul {
  display:block;
  width:100%;
  text-align: center;
}

.form-footer-links ul li {
  display:inline-block;
  margin:0 12px;
}

.form-footer-links ul li a {
  color:#fff;
  font-size:14px;
  text-decoration: none;
  font-weight:300;
}


/* Global styles forms */

h2.sub-head {
  font-size: 25px;
  font-weight:400;
  line-height:1.2;
  color: #448dbe;
  margin:5px 0 20px;
}

.form-wrap p {
  color:#777777;
  font-size:13px;
  line-height:17px;
  margin-bottom:18px;
}

.form-wrap .sgp-container p {
  color: white;
  font-size: 14px;
  line-height: 18px;
}

hr {
  border:1px solid #cdcdcd;
  border-bottom:0;
  margin:40px 0 30px;
}

.btn {
  width:100%;
  background:#448dbe;
  border:0;
  padding:0 10px;
  font-family:'Open Sans',sans-serif;
  font-weight:300;
  font-size:25px;
  line-height:50px;
  text-transform: uppercase;
  text-decoration: none;
  display:inline-block;
  text-align:center;
  color:#fff;
  cursor:pointer;
  transition: all 220ms ease-out;
}

.btn.btn-alt {
  background:#fff;
  color:#448dbe;
  font-size:20px;
  width:100%;
  border:1px solid #448dbe;
  line-height: 38px;
  margin-bottom:3px;
}

.btn.btn-alt:hover {
  color:#fff;
  background:#448dbe;
}

span.small-text {
  font-size:11px;
  font-weight:300;
  color:777777;
  display:block;
  text-align: center;
  margin-bottom:15px;
}


/* Input Styling */
fieldset {
  border:none;
}
input[type="email"],input[type="password"], input[type="text"], input[type="phone"], select, textarea {
  width:100%;
  background:#fff;
  margin-bottom:15px;
  border:1px solid #cecece;
  padding:0 15px;
  font-family:'Open Sans',sans-serif;
  font-weight:300;
  font-size:19px;
  line-height:48px;
  height:48px;
  color:#555;
  transition: all 220ms ease-out;
  float:left;
}

select[prod-qty] {
    width: 50px;
    padding: 0px;
    margin: 0px;
     font-weight:unset;
  font-size:unset;
  line-height:unset;
  height:unset;
}

input[type="submit"], input.button {
  width:100%;
  background:#448dbe;
  border:0;
  padding:0 10px;
  font-family:'Open Sans',sans-serif;
  font-weight:300;
  font-size:25px;
  line-height:50px;
  text-transform: uppercase;
  color:#fff;
  cursor:pointer;
  transition: all 220ms ease-out;
}


input[type="submit"]:hover, input.button:hover {
  background:#3778a4;
}

input.half-sized, select.half-sized {
  width:48%;
  margin-right:4%;
}

input.half-sized.last, select.half-sized.last {
  margin-right:0;
}

input.third-sized, select.third-sized {
  width:30%;
  margin-right:5%;
}

input.third-sized.last, select.third-sized.last {
  margin-right:0;
}

select option:disabled {
  color:#ccc !important;
}


/* Credit Card Info */
form {
  /*display:inline-block;*/
  /*width:100%;*/
}

.cc-info {
  display:inline-block;
  float:left;
}

.cc-info label {
  width:100%;
  background:#448dbe;
  color:#fff;
  display:block;
  float:left;
  padding:5px 10px;
  font-weight:300;
  font-size:18px;
}

.cc-info .width-8 {
  width:68%;
  float:left;
  margin-right:5%;
}

.cc-info .width-4 {
  width:27%;
  float:left;
}

.verification-badge {
  display:block;
  text-align:center;
  margin:25px auto 0;
}


/* Footer Styles */
/*
footer {
  background:#4d4d4d;
  padding:5px 10px 20px;
  z-index:9999;
  position:relative;
  bottom:0;
  width:100%;
}

footer .row p {
  text-align:center;
  color:#fff;
  font-size:13px;
}

footer .row p a {
  color:#fff;
}
*/



/*****************************
--- Order Form - Multistep ---
******************************/

.wrapper.order-form-wrap {
  /*min-height:1000px;*/
}

.page-title h1 span {
  color:#fff;
  text-align:center;
  margin:0 auto 30px;
  display:block;
  border: 3px solid #fff;
  padding:10px;
  background:#3778a4;
  font-weight:400;
}


#FORMA {
  position:relative;
  margin-bottom: 50px;
}

#FORMA fieldset {
}

/*
#FORMA fieldset:not(:first-of-type) {
  display: none;
}
*/

#FORMA div.fieldset-wrap:not(:first-of-type) fieldset {
  display: none;
}

/*progressbar*/
#progressbar {
  margin-bottom: 20px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  z-index:99;
  position:relative;
  /*width: 540px;*/
  margin: 0 auto 25px auto;
}
#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight:400;
  width: 25%;
  float: left;
  position: relative;
  text-align:center;
}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 35px;
  line-height: 35px;
  display: block;
  font-size: 18px;
  font-weight:600;
  color: #013c6f;
  background: white;
  border-radius: 3px;
  margin: 0 auto 5px auto;
  transition: all 300ms ease-in;

}
/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 3px;
  background: white;
  position: absolute;
  left: -50%;
  top: 16px;
  z-index: -1; /*put it behind the numbers*/
  transition: all 200ms ease-in;
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none; 
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
  background: #013c6f;
  color: white;
}

#FORMA .button.action-button {
  width:48%;
  float:left;
  margin-right:4%;
}

#FORMA .button.action-button.previous, #FORMA .button.action-button.select {
  /*width:30%;*/
  font-size:20px;
  /*margin-right:22%;*/
  background:#ffffff;
  color: #448cbe;
  border: 2px solid #448cbe;
  height:50px;
  line-height:20px;
}

#FORMA .button.action-button.select[selected] {
    background: #2F4F4F;
    border-color: #2F4F4F;
    color: white;
}

#FORMA .button.action-button.next,
#FORMA .button.action-button.submit {
  margin-right:0;
  float:right;
}

#FORMA .button {
  /*margin-top:10px;*/
}

#FORMA label {
  width:100%;
  background:#448dbe;
  color:#fff;
  display:block;
  float:left;
  padding:5px 10px;
  font-weight:300;
  font-size:18px;
}

#FORMA hr {
  margin:20px 0 0;
  display:inline-block;
  width:100%;
}

#FORMA p.form-details {
  margin-top:15px;
}

/*************************************
--- Photography Series Inclusives ---
**************************************/
.global-details {
    /*width: 1280px;*/
    float: left;
    background-color: white;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
    margin-bottom: 20px;
}

.global-details .text-center {
    text-align: center !important;
}

.global-details h2.section-title {
    margin: 20px auto 20px;
    text-transform: uppercase;
    position: relative !important;
    color:#448cbe;
    font-family: 'Source Sans Pro',sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 2.3125rem;
    text-rendering: optimizeLegibility;
    vertical-align: baseline;
}

.global-details h2.section-title:after {
    content: '';
    width: 66px;
    height: 1px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -33px;
    background: #448cbe;
}

.global-details ul {
    list-style: none;
}

.global-details li {
    display: list-item;
    text-align: -webkit-match-parent;
    float: left;
    width: 33.33%;
    font-size: 15px;
    margin-bottom: 20px;
    color: #013c6f;
    text-align: center;
}

.global-details .fa {
    font-size: 26px;
    color: #013c6f;
    display: block;
    margin: 10px auto 5px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    vertical-align: baseline;
    text-align: center;
}

.sgp-container {
    margin: 0 auto;
    width: 100%;
}

.sgp-container .sub-head {
    text-align: center;
}

.sgp-container > div {
    /*width: 1117px;*/
    display: block;
    margin-bottom: 25px;
}

/* Scheduling, Photographer Options */
.scheduling-options,
.photographer-options {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}

.scheduling-options label,
.prod-label,
.scheduling-label,
.photographer-options label {
    background: transparent !important;
    color: #000 !important;
}

#photographer-dropdown-container {
    margin-left: 39px;
    width: calc(100% - 39px);
}

.prod-label {
    display: inline !important;
}

.prod-label input[type=checkbox] {
    margin-left: -10px;
    margin-right: 5px;
}

input[type=radio].with-font,
input[type=checkbox].with-font {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
    
input[type=radio].with-font ~ label:before,
input[type=checkbox].with-font ~ label:before {
    font-family: FontAwesome;
    display: inline-block;
    letter-spacing: 10px;
    font-size: 1.2em;
    color: #535353;
    width: 1.4em;
}

input[type=radio].with-font ~ label:before {
    content: "\f1db";
}

input[type=checkbox].with-font ~ label:before {
    content: "\f096";
}

input[type=radio].with-font:checked ~ label:before,
input[type=checkbox].with-font:checked ~ label:before {
    content: "\f00c";
    font-size: 1.2em;
    color: #448dbe;
    letter-spacing: 5px;
}

input[type=radio].with-font:focus ~ label:before,
input[type=radio].with-font:focus ~ label,
input[type=checkbox].with-font:focus ~ label:before,
input[type=checkbox].with-font:focus ~ label {                
    color: #4ca2db;
}

.myvht-login h2 {
    text-align: center;
    color: #448dbe;
}

.myvht-login p {
    text-align: center;
}

.myvht-login p a {
    min-width: 200px;
    width: 33%;
    font-size: 14px;
}