@font-face { font-family: 'arial_mt_stdlight'; src: url("/_assets/fonts/webfonts/arial_mt_std_light-webfont.woff2") format("woff2"), url("/_assets/fonts/webfonts/arial_mt_std_light-webfont.woff") format("woff"); font-weight: normal; font-style: normal; }
#content #evite-list { list-style: none; margin: 0; line-height: 1; overflow: hidden; margin-bottom: 2em; }

#content #evite-list li { list-style: none; line-height: 1; float: left; width: 47.5%; margin: 0 0 2em 5%; }
@media (min-width: 64.25em) { #content #evite-list li { width: 22.5%; margin-left: 2.5%; } }

#content #evite-list li:nth-child(2n+1) { clear: left; margin-left: 0; }
@media (min-width: 64.25em) { #content #evite-list li:nth-child(2n+1) { clear: none; margin-left: 2.5%; } }

@media (min-width: 64.25em) { #content #evite-list li:nth-child(4n+1) { clear: left; margin-left: 0; } }

#content #evite-list li a { display: block; position: relative; color: white; }

#content #evite-list li a:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 100; -moz-transition: background-color 0.2s ease-in-out; -o-transition: background-color 0.2s ease-in-out; -webkit-transition: background-color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out; }

#content #evite-list li a:hover:before { background-color: rgba(0, 137, 150, 0.6); }

#content #evite-list li a img { display: block; width: 100%; height: auto; }

#content #evite-list li a:after { opacity: 0; visibility: hidden; content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 200; border: 5px solid #008996; -moz-transition: opacity 0.2s ease-in-out; -o-transition: opacity 0.2s ease-in-out; -webkit-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; }

#content #evite-list li a.active:after { opacity: 1; visibility: visible; }

#content #evite-list li a span { position: absolute; top: 50%; left: 0; margin-top: -1.25em; color: white; width: 90%; padding: 0 5%; font-family: "Arial Black", "Arial Bold", Gadget, sans-serif; text-align: center; font-size: 2em; line-height: 1.125em; font-weight: 400; text-transform: uppercase; overflow: hidden; z-index: 100; opacity: 0; visibility: hidden; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

#content #evite-list li a:hover span { opacity: 1; visibility: visible; }

#evite-wrap { display: none; overflow: hidden; }

#evite-preview { display: none; margin-bottom: 40px; position: relative; }
@media (min-width: 64.25em) { #evite-preview { display: block; margin: 0; float: right; width: 30%; } }

#evite-preview img { display: block; width: 100%; height: auto; }

#evite-preview span { display: block; position: absolute; top: 50%; left: 0; margin-top: -18px; color: white; width: 90%; padding: 0 5%; text-align: center; font-size: 36px; font-weight: bold; text-transform: uppercase; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

@media (min-width: 64.25em) { #evite-form { float: left; width: 65%; } }

#evite-form label { display: block; margin: 27px 0 5px 0; font-size: 1.125em; font-family: Arial, Helvetica, sans-serif; color: #555555; text-transform: uppercase; font-weight: 700; }

#evite-form textarea, #evite-form input { border: 1px solid #008996; background: none; height: 40px; line-height: 40px; padding: 0 2.5%; width: 90%; font-family: "arial_mt_stdlight", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; color: #555555; font-size: 16px; }

#evite-form textarea { height: 120px; padding-top: 10px; padding-bottom: 10px; width: 92%; line-height: 1.3; }

#evite-form label.required:after { content: '*'; color: #555555; }

#evite-form .form-row { overflow: hidden; }
@media (min-width: 64.25em) { #evite-form .form-row { margin-bottom: 2em; } }

#evite-form .form-pair { position: relative; }

@media (min-width: 64.25em) { #evite-form .form-row .form-pair { float: left; width: 47.5%; margin-left: 5%; } }
#evite-form .form-row .form-pair:first-child { margin-left: 0; }

#evite-form input[type='submit'] { font-family: "Arial Black", "Arial Bold", Gadget, sans-serif; width: auto !important; height: auto; display: inline-block; font-size: 17px; font-weight: 400; text-align: center; padding: 1.125em 2.5em; margin: 18px 0 0 0; line-height: 1.25em; color: #008996; background-color: transparent; text-decoration: none !important; outline: none; text-transform: uppercase; border: 3px solid #008996; -moz-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out; -o-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out; -webkit-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out; transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out; }
#evite-form input[type='submit']:hover { color: #ffffff; background-color: #008996; }
#evite-form input[type='submit']:hover [class^="icon-"], #evite-form input[type='submit']:hover [class*=" icon-"] { color: #ffffff; }

#evite-form label.error { margin: .5em 0; color: #9d152d; font-size: 13px; font-weight: 400; }
@media (min-width: 64.25em) { #evite-form label.error { position: absolute; top: 0; left: 0; } }

#evite-form div.required { position: relative; }

#content .status p { font-size: 16px; }

#evite-share { padding: 2em 0; background-color: #f2f2f2; }
@media (min-width: 64.25em) { #evite-share { padding: 6em 0; } }

#share-facebook .content-section-inner { background-color: #e1e1e1; }

#share-facebook h4, #share-twitter h4 { margin-bottom: 1em; }
#share-facebook article, #share-twitter article { position: relative; }
#share-facebook article a, #share-twitter article a { display: block; position: relative; text-decoration: none !important; }
#share-facebook article a:after, #share-twitter article a:after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 137, 150, 0.65); opacity: 0; visibility: hidden; -moz-transition: opacity 0.2s ease-in-out; -o-transition: opacity 0.2s ease-in-out; -webkit-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; }
#share-facebook article img, #share-twitter article img { display: block; width: 100%; height: auto; }
#share-facebook article span, #share-twitter article span { position: absolute; display: block; left: 0; width: 100%; top: 35%; color: #ffffff; z-index: 100; opacity: 0; visibility: hidden; -moz-transition: opacity 0.2s ease-in-out; -o-transition: opacity 0.2s ease-in-out; -webkit-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; }
#share-facebook article span i, #share-twitter article span i { display: block; font-size: 4em; color: #ffffff; text-align: center; margin-bottom: 10px; }
#share-facebook article span b, #share-twitter article span b { display: block; color: #ffffff; font-family: "Arial Black", "Arial Bold", Gadget, sans-serif; text-align: center; font-size: 2em; line-height: 1.125em; font-weight: 400; text-transform: uppercase; }
#share-facebook article a:hover:after, #share-facebook article a:hover span, #share-twitter article a:hover:after, #share-twitter article a:hover span { opacity: 1; visibility: visible; }
