/*
    Theme Name: Academy Funeral Services
    Theme URI: 
    Description: Our people make the difference
    Version: 6.1
    Author: 
    Author URI: 
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* -- Basic Style -- */

html, body {
    margin:0px;
    padding:0px;
    font-family:'proxima-nova',Sans-Serif;
    font-weight: 400;
    color:#555555;
}

*{
/*     -webkit-appearance: none; */
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;
    outline-width:0px;
}

body {
    color:#555555;
    font-size:16px;
}

a {
    text-decoration:none;
    color:#0F1F5B;
}

a:hover {
    color:#B5A665;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

h1, h2, h3, h4, h5, h6{
    margin:0px;
    padding:0px;
}

a img {
    border:0px;
}

ul, li {
	list-style: none;
    margin:0px;
    padding:0px;
}

[type="text"], [type="tel"], [type="email"], [type="date"] {
    width: 98%;
    float:left;
    background-color:#fff;
    border:1px solid #CDCDCD;
    color: #888;
    font-size: 18px;
    font-weight: 400;
    margin: 5px 0px 10px 0px;
    padding: 10px 1%;
    text-indent:5px;
    font-family: 'proxima-nova';
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

textarea {
    width: 98%;
    height:150px;
    float:left;
    background-color:#fff;
    border:1px solid #CDCDCD;
    color: #888;
    font-size: 18px;
    font-weight: 400;
    margin: 5px 0px 10px 0px;
    padding: 10px 1%;
    overflow:auto;
    text-indent:5px;
    font-family: 'proxima-nova';
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

[type="text"]:focus, [type="tel"]:focus, [type="email"]:focus, textarea:focus {
    border-color: #0F1F5B;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

input[type="submit"], input[type="button"] {
    background-color:#0F1F5B;
    border:1px solid #0F1F5B;
    text-transform:uppercase;
    font-family: 'proxima-nova';
    font-weight: 400;
    font-size:18px;
    cursor:pointer;
    color: #FFFFFF;
    padding: 10px 25px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

input[type="submit"]:hover, input[type="button"]:hover {
    background-color: #b5a164;
    border-color: #b5a164;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.main {
    width: 100%;
    float: left;
}

.wrapper {
    max-width: 960px;
    margin: 0 auto;
    vertical-align: top;
}

.header {
    width: 100%;
    float: left;
}

.header .wrapper {
    position: relative;
}

.logo {
    width: 20%;
    float: left;
    position: absolute;
    z-index: 2;
}

.head_right {
    width: 70%;
    float: right;
}

.head-ph {
    float: right;
    padding: 15px 0px 0px 0px;
}

.head-ph p {
    margin: 0px;
    font-size: 22px;
    color: #081D52;
    margin:0px;
}

.head-ph p a {
    color: #081D52;
}

.head-ph p a:hover {
    color: #b5a665;
}

.head_search {
    float: right;
    margin: 0px 0px 0px 10px;
    padding: 10px 8px 7px 8px;
    background: #F6F6EE;
    position: relative;
}
.head_search input[type="text"]{
    display: none;
    background:none;
    border:1px solid #081D52;
    width:150px;
    height:30px;
    margin:0px;
    padding:0px 5px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.head_search span{
    position:absolute;
    right: 8px;
    top:0px;
    z-index:1;
    font-size:26px;
    padding: 15px 0px 0px 5px;
    height:31px;
    color:#081D52;
}

.head_search input[type="submit"]{
    color:#081D52;
    border:none;
    cursor:pointer;
    padding:0px;
    width:37px;
    height:30px;
    margin:0px;
    position:relative;
    z-index:2;
    background:none;
}

.p_title {
    width: 70%;
    float: right;
    margin: 130px 0px 0px 0px;
    position: absolute;
    right: 0px;
}

.p_title h2 {
    font-size: 36px;
    color: #fff;
}

.h_banner {
    width: 100%;
    max-height: 207px;
    float: left;
}

.h_banner img {
    width: 100%;
    height: auto;
    z-index: 1;
}

.slider {
    width: 100%;
    float: left;
}

.slider img {
    width: 100%;
    height: auto;
}

.wel_come {
    width: 100%;
    float: left;
    border-bottom: 4px solid #B7A962;
	padding: 40px 0px 1px;
}

.wel_come_container {
    width: 100%;
    float: left;
    color: #B7A962;
}

.w_text_cont {
/*     width: 32%; */
    float: left;
    background: url("images/leaf.png") no-repeat left top;
    margin: 40px 0px 40px;
    padding: 0px 0px 0px 6%;
}

.w_text_cont h2 {
    font-size: 52px;
    display: inline-block;
    margin: 30px 0px 0px 0px;
}

.w_text_cont p {
    font-size: 26px;
    font-weight: 300;
    line-height: 30px;
    margin: 0px;
}

.w_img {
    width: 60%;
    float: right;
}

.w_img img {
    max-width: 100%;
    height: auto;
    top: 4px;
    display: inline-block;
    position: relative;
}

.h_con {
    width: 100%;
    float: left;
    margin: 20px 0px 0px 0px;
}

.home_cont {
    width: 100%;
    float: left;
    color:#555555;
}

.home_cont p {
    font-size: 24px;
    line-height: 32px;
    font-weight: lighter;
}

.academy {
    width: 100%;
    float: left;
    color: #b7a962;
    background: #F6F6EE;
    margin: 20px 0px 0px 0px;
    padding: 20px 0px;
}

.academy_text {
    width: 100%;
    float: left;
    text-align: center;
}

.academy_text p {
    font-size: 24px;
    margin: 0px;
}

.academy_text p a {
    color: #b7a962;
    font-weight: 700;
}

.academy_text p a:hover {
    color: #0F1F5B;
}

.quick_links {
    width: 100%;
    float: left;

}

.cont_quick_links {
    width: 100%;
    float: left;
    margin: 50px 0px 15px;
}

.cont_quick_links h2 {
    font-size: 30px;
    color: #BCA66C;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
}

h3 {
	color: #BCA66C;
}

h2.caskets {
	float: left;
	display: block;
	width: 100%;
	padding-bottom: 30px;
}

.choices .link_post {
	padding-bottom: 40px;
	text-align: center;
	
}

div.title {
	text-transform: capitalize;
}

div.choices {
	text-align: left!important;
}

.choices .link_post img {
   max-height: 118px;
margin-bottom: 10px;
}

.link_post {
    width: 33%;
    float: left;
    text-align: center;
}

.link_post img {
    max-width: 320px;
    height: auto;
}

.link_post a {
    display: inline-block;
}

.link_post a span {
	font-family: "proxima-nova-condensed",sans-serif;
    width: 90%;
    float: left;
    font-weight: 200;
    font-size: 16px;
    text-transform: uppercase;
    color: #696969;
    padding: 15px;
}

.link_post a:hover {
    background: #F6F6EE;
} 

.pre_footer {
    width: 100%;
    float: left;
/*    background: url("images/pre-footerbg.jpg") repeat-x;*/
	background-color: #f5f0e7;
    padding: 30px 0px 10px 0px;
}

.cont_prefooter {
    width: 100%;
    float: left;
}

.wid_area_one, .wid_area_two, .wid_area_three, .wid_area_four, .wid_area_five, .wid_area_six {
    width: 16%;
    float: left;
    margin: 0px 5px 0px 0px;
}

.wid_area_one ul li {
    width: 100%;
    display: inline-block;
    margin: 0px 0px 15px 0px;
}

.wid_area_one ul li a {
	font-family: "proxima-nova-condensed",sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #BCA66C;
    text-transform: uppercase;
}

.wid_area_one ul li a:hover, .wid_area_two ul li a:hover, .wid_area_three ul li a:hover, .wid_area_four ul li a:hover, .wid_area_five ul li a:hover, .wid_area_six a:hover {
    color: #0F1F5B;
}

.wid_area_two h3, .wid_area_three h3, .wid_area_four h3, .wid_area_five h3, .wid_area_six h3 {
	font-family: "proxima-nova-condensed",sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0px 0px 5px 0px;
}

.wid_area_two ul li, .wid_area_three ul li, .wid_area_four ul li, .wid_area_five ul li {
    width:  100%;
    display: inline-block;
    margin: 0px 0px 5px 0px;
}

.wid_area_two ul li a, .wid_area_three ul li a, .wid_area_four ul li a, .wid_area_five ul li a, .wid_area_six a {
	font-family: "proxima-nova-condensed",sans-serif;
	width: 100%;
	float: left;
    font-weight: 200;
    color: #555555;
    font-size: 12px;
}

.wid_area_four ul, .wid_area_five ul {
    margin-bottom: 20px;
}

.wid_area_six p, .wid_area_six p a {
	font-family: "proxima-nova-condensed",sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.footer {
    width: 100%;
    float: left;
    background: #0F1F5B;
    border-bottom: 2px solid #fff;
    padding: 5px 0px 10px 0px;
}

.f_left {
    width: 70%;
    float: left;
}

.footer_menu {
    width: 100%;
    float: left
}

.footer_menu ul li {
    display: inline-block;
    padding: 5px;
}

.footer_menu ul li:first-child {
    padding-left: 0px;
}

.footer_menu ul li a {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    background: url("images/f_menu_bg.jpg") no-repeat center right;
    padding: 0px 8px 0px 0px;
}

.footer_menu ul li a:hover, .f_by p a:hover {
    color: #b7a962;
}

.footer_menu ul li:last-child a {
    background: none;
}

.f_by {
    width: 100%;
    float: left;
}

.f_by p {
    font-size: 10px;
    margin: 0px;
    color: #fff;
    text-transform: uppercase;
}

.f_by p a {
    font-weight: 700;
    color: #fff;
}

.f_right {
    width: 30%;
    float: right;
    text-align: right;
    padding: 12px 0px;
}

.f_right img {
    max-width: 100%;
    height: auto;
}

.f_right a:hover{
    opacity: 0.5;
}

.breadcrumb {
    width: 100%;
    float: left;
    margin: 20px 0px 5px 0px!important;
    color: #575757;
    text-transform: uppercase;
    font-size: 14px;
}

.breadcrumb a {
    color: #575757;
}

.breadcrumb a:hover{
    color: #B8A16B;
}

.page_banner {
    width: 100%;
    float: left;
}

.img_page_banner {
    width: 100%;
    float: left;
}

.img_page_banner img{
    width: 100%;
    height: auto;
}

/*.content {
    width: 100%;
    float: left;
    margin: 30px 0px 0px 0px;
}*/

.page_content {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.page_content > h2 {
    border-bottom: 4px solid #193b7d;
    color: #193b7d;
    font-size: 30px;
    margin: 20px 0px 30px;
	padding: 0px 0px 5px 0;
}

.page_content p {
    font-size: 18px;
    color: #888;
    line-height: 26px;
/*    margin-bottom: 20px;*/
}

p {
	    font-size: 18px;
    color: #888;
    line-height: 26px;
/*    margin-bottom: 20px;*/
}

.page_content ul {
    padding: 0px 0px 0px 0px;
    margin-bottom: 20px;
}

.page_content ul li {
	list-style: inside;
    margin: 0px 0px 10px 0px;
    color: #888;
}

.service_page_content {
    width: 100%;
    float: left;
}

.alignleft {
    float: left;
}

.service_page_content > h2, .service_page_content > h3 {
    color: #b5a061;
    display: inline-block;
    font-size: 48px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 130px 0px 0px 10px;
}

.service_page_content > h3 {
    margin: 0px 0px 0px 10px;
    text-transform: inherit;
} 

.service_page_content p {
    font-size: 16px;
    color: #737373;
    line-height: 22px;
}

.service_page_content ul {
    width: 50%;
    min-height: 335px;
    float: left;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

.service_page_content ul li {
    margin: 0px 0px 10px 0px;
    font-size: 16px;
    display: list-item;
    list-style: inside;
}

.spl_content {
    width: 100%;
    float: left;
    margin: 20px 0px 0px 0px;
}

.cont_spl_hold {
    width: 100%;
    float: left;
}

.cont_spl_hold h2 {
    background: #0F1F5B;
    color: #BCA468;
    font-weight: lighter;
    padding: 10px;
    line-height: 30px;
}

.homepage_buttons {
    width: 100%;
    float: left;
    margin: 0px;
}

.btns {
    width: 100%;
    float: left;
    margin: 20px 0px 45px 0px;
}

.btns .heaven_address,
.btns .web_streaming,
.btns .head_stone {
    width: 50%;
    float: left;
    text-align: center;
    display: block;
    height: 60px;
    text-indent: -9999px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btns .heaven_address {
    background: #74c15f url("images/heaven_address.png") center center no-repeat;
}

.btns .heaven_address:hover {
  background-color: #4a8939;
}

.btns .web_streaming {
    background: #6d6e71 url("images/web_streaming.png") center center no-repeat;
}

.btns .web_streaming:hover {
    background-color: #414241;
}

.btns .head_stone {
    background: #6d6e71 url("images/DYO-headstone-1.png") center center no-repeat;
}

.btns .head_stone:hover {
    background-color: #414241;
}

.caring {
    width: 100%;
    float: left;
    margin: 30px 0px 0px 0px;
}

.content {
    width: 100%;
    float: left;
    margin: 0 0px 0px;
    border-top: 4px solid #BCA66C;
    border-bottom: 4px solid #BCA66C;
	padding-top: 20px;
}

.content_no_quote {
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    border-top: none;
    border-bottom: 4px solid #BCA66C;
}


.content_caring {
    width: 92%;
    float: left;
    color: #BCA66C;
    background: url("images/leaf.png") no-repeat left top;
    padding: 65px 0px 0px 5%;
}

.content_caring h2 {
    max-width: 80%;
    font-size: 40px;
}

.content_caring p {
    float: right;
    font-size: 22px;
    font-weight: 300;
    margin: 0 85px 0px 0px;
}

.content_team {
    width: 100%;
    float: left;
    margin: 30px 0px 0px 0px;
    border-top: 4px solid #BCA66C;
}

.our_team_content {
    width: 100%;
    float: left;
}

.our_team_content p {
    line-height: 26px;
    font-size: 18px;
}

.team {
    width: 100%;
    float: left;
    margin: 20px 0px 0px 0px;
}

.member_team {
    width: 100%;
    float: left;
    margin: 0px 0px 40px 0px;
    border-top: 4px solid #BCA66C;
}

.member_image {
    width: 48%;
    float: left;
    margin: 0px 15px 0px 0px;
}

.member_image img {
    max-width: 100%;
    height: auto;
}

.member_cont {
    width: 50%;
    float: left;
    padding: 20px 0px 0px 0px;
}

.member_cont span, .member_cont span p {
    font-size: 22px;
    line-height: 26px;
    color: #BCA66C;
    margin: 0px;
}

.member_cont strong{
    color: #BCA66C;
    display: block;
    font-style: italic;
    margin: 10px 0px;
    text-transform: capitalize;
}

.member_cont p {
    font-size: 16px;
}

.a_contact {
    width: 100%;
    float: left;
    margin: 20px 0px 0px 0px;
}


.mycontact{
    width:100%;
    float:left;
    padding: 0 0 20px;
    margin: 0;
}

.contact-title {
    margin-bottom:20px;
}
.contact-detail {
    float:left;
    width:100%;
    text-align:left;
    margin-bottom:35px;
}
.contact-detail li {
    display:inline-block;
    font-size:16px;
    font-weight:600;
    margin:10px 0px;
}
.contact-detail > li > a {
    color:#533904;
}
.contact-detail > li > a:hover {
    text-decoration:underline;
}
.rows {
    float:left;
    width:94%;
    padding:15px 20px;
    margin:20px 0px;
}
.cols {
    float:left;
    width:48%;
    margin:10px 0px;
}
.cols label {
    color:#000000;
    width:100%;
    font-size:20px;
    float:left;
    font-family: 'proxima-nova';
}
.cols label span {
    color:#a91e2d;
    font-size:20px;
}

.cols input[type="text"], .cols input[type="email"], .cols input[type="tel"] {
    width: 96%;
    float:left;
    background-color:#efefef;
    border:none;
    border-right:1px solid #0F1F5B;
    border-left:5px solid #0F1F5B;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    padding: 15px 1%;
    text-indent:5px;
    font-family: 'proxima-nova';
    border-radius: inherit;
}

.right {
    float:right;
}
.subject {
    width:100%;
}
.subject input[type="text"] {
    width: 97%;
}
.message {
    width:100%;
}
.cols textarea {
    width: 97%;
    height:150px;
    float:left;
    background-color:#efefef;
    border:none;
    border-right:1px solid #0F1F5B;
    border-left:5px solid #0F1F5B;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    padding: 15px 1%;
    overflow:auto;
    text-indent:5px;
    font-family: 'proxima-nova';
    border-radius: inherit;
}

.addrs textarea{
    height:70px;
}

.captcha-code {
    width:48%;
}
.captcha-code input[type="text"] {
    width:45%;
}
.cols.captcha-code > img {
    background-color:#0F1F5B;
    float:left;
    margin: 12px 10px 0px 0px;
    padding:1px;
}

.cols input[type="text"]:focus,  .cols input[type="email"]:focus, .cols input[type="tel"]:focus, .cols textarea:focus {
    border-color: #b5a164;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.submit-button {
    float:right;
    margin-top:30px;
}
.submit-button input[type="submit"] {
    float:right;
    background-color:#0F1F5B;
    border:none;
    border-left:5px solid #b5a164;
    text-transform:uppercase;
    font-family: 'proxima-nova';
    font-size:18px;
    cursor:pointer;
    color: #FFFFFF;
    padding: 14px 30px;
    border-radius: inherit;
}
.submit-button input[type="submit"]:hover {
    background-color:#b5a164;
    border-color:#0F1F5B;
}

.c_map {
    width: 100%;
    float: left;
}

#map {
    width: 100%;
    float: left;
}

.captcha-code > br {
    display: none;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok, span.wpcf7-not-valid-tip {
    float: left;
    font-family: 'proxima-nova';
}

.monument {
    width: 100%;
    float: left;
    margin: 10px 0px;
}

.content_monument {
    width: 100%;
    float: left;
}

.content_monument h2, .color_range h2 {
    color: #193b7d;
    margin: 0px 0px 20px 0px;
}

.monument_box {
    width: 30%;
    float: left;
    margin: 0px 20px 20px 0px;
}

.monument_box h3 {
    background: #193b7d;
    color: #fff;
    padding: 5px; 
}

.monument_box img {
    width: 100%;
    height: auto;
}

.stone_style {
    width: 96%;
    float: left;
    background: #EBECEE;
    padding: 10px 2%;
}

.color_range {
    width: 100%;
    float: left;
    margin: 20px 0px 10px 0px;l;
}

.range_box {
    width: 8%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 0px 10px 10px 0px;
}

.range_box img {
    max-width: 100%;
    height: auto;
    margin: 0px 0px 10px 0px;
}

.range_box span {
    font-size: 12px;
    display: block;
}

.step_f {
    width: 100%;
    float: left;
}

.step_f a {
    margin: 0px 10px 10px 0px;
    display: inline-block;
    font-size: 20px;
}

.step_f h3 {
    margin: 10px 0px;
}

.stp {
    width: 48%;
    display: inline-block;
    margin: 10px 0px 7px 0px !important;
}

.stp_full {
    width: 100%;
    float: left;
}

.right {
    float:right;
}

.stp label {
    display: block !important;
    margin: 0px 0px 5px 0px !important;
}

input[type="radio"] + label {
    cursor: pointer;
    display: inline !important;
}

input[type="radio"]:checked + label {
    color: #0F1F5B;
}

.stp [type="text"], .stp [type="email"], .stp [type="tel"], .stp textarea {
    width: 98% !important;
    margin: 0px;
    padding: 10px 1% !important;
}

label span {
    color: #a91e2d;
    vertical-align: top;
}

.nxt_stp {
    width: 100%;
    float: right;
    margin: 15px 0px 5px 0px;
}

.nxt_stp a {
    background-color:#0F1F5B;
    border:1px solid #0F1F5B;
    text-transform:uppercase;
    font-size:18px;
    color: #FFFFFF;
    margin: 0px;
    padding: 10px 25px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.nxt_stp a:hover {
    background-color:#b5a164;
    border-color: #b5a164;
}

.nxt_stp a.prv {
    float: left;
}

input[type="button"].gform_next_button, input[type="submit"].gform_button {
    float: right;
}

input[type="button"].gform_previous_button{
    float: left;
}

.gfield_radio li {
    display: inline-block;
}

.gfield_radio li input[type="radio"] {
    vertical-align: top;
}

.page_content .gform_wrapper .datepicker {
    width: 92% !important;
}

.foro{
    width:100%;
    float:left;
}

.foro img{
    width:100%;	
    height: auto;
}

.pager{
    width:100%;
    float:left;
    text-align:center;
    margin:25px 0px 10px 0px;
}

.pager span{
    border:1px solid #bca66c;
    background:#bca66c;
    color:#FFF;
    padding: 4px 10px;
}

.pager span.dots{
    background:#0F1F5B;
    border-color: #0F1F5B;
}
.pager a{
    background:#0F1F5B;
    border:1px solid #0F1F5B;
    color:#FFF;
    padding: 4px 10px;
}

.pager a:hover {
   background: #bca66c;
   border-color: #bca66c;
}

.full {
    width: 100%;
    float: left;
}

#input_4_1_6 {
	
}

#input_2_2_3_container label,
#input_2_2_6_container label,
#input_3_2_3_container label,
#input_3_2_6_container label,
#input_4_1_3_container label,
#input_4_1_6_container label {
	display: none;
}


.gform_wrapper {
  margin: 0 0 20px;
  max-width: 100%!important;
}

.gform_wrapper ul {
  list-style: none;
}

.gform_wrapper li, #contents .gform_wrapper form li {
  padding: 0 0 20px;
}

#gform_next_button_1_21 {
	margin-right: 0;
}

#gform_page_1_1 div.gform_page_footer {
	width: 100%!important;
}

#input_3_6 {
	width: 97%!important;
}


#input_4_4 {
	width: 98%!important;	
}

form#gform_4 {
	margin-bottom: 50px;
}

#input_4_5 {
	width: 98%!important;
}

#input_1_2,
#input_1_3,
#input_1_4,
#input_1_6,
#input_1_5,
#input_1_13,
#input_1_14,
#input_1_20,
#input_1_8,
#input_1_10,
#input_1_12,
#input_1_16,
#input_1_18,
#input_3_7,
#input_3_2_6,
#input_3_4{
	width: 98%!important;
}

#input_2_2_6,
#input_2_4,
#input_4_3,
#input_4_1_6
  {
	width: 100%!important;
}


#input_2_7,
#input_2_6 {
	width: 98%!important;
}


.gform_wrapper .top_label .gfield_label {
  margin: 0!important;
  display: block;
}

.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {
  padding: 5px;
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  border-top: 2px solid #ababab;
  border-right: 2px solid #ababab;
  width: 92% !important;
  font-size: 14px;
}

.gform_wrapper .ginput_full input[type=text],
.gform_wrapper .top_label input.large {
  width: 96% !important;
}

.gform_wrapper .top_label textarea.textarea {
  padding: 5px;
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  border-top: 2px solid #ababab;
  border-right: 2px solid #ababab;
  width: 96% !important;
  font-size: 14px;
}

.gfield_radio li input[type=radio] {
  margin-left: 1px;
}

.gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
}

.gform_wrapper input.button,
.gform_wrapper input[type=submit] {
  background-color: #193b7d;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font: 600 16px/1 'proxima-nova', sans-serif;
  padding: 12px 25px;
  border-radius: 5px;
}

.gform_wrapper .gf_step {
  float: left;
}

.gform_wrapper .gform_page_footer {
  border-top: 0;
  margin: 0;
  padding: 0;
  height: 45px;
}

.gform_wrapper .gsection {
  border-bottom: 0;
}

.gform_wrapper .gform_page_footer .button {
  float: right;
  margin: 0 5px 0 0;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
  float: left;
}

.gform_wrapper .gform_page_footer .button.gform_next_button {
  margin: 0 15px 0 0;
}

/*div.video-container {
	width: 100%;
	padding-bottom: 40px;
	text-align: center;
}*/

div.greenstone {
max-width: 960px;
margin: 0 auto;
}

.greenstone img {
	width: 100%;
	max-width: 100%;
	height: auto;
	
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}