.entry-meta {
    display: none;
}

footer.entry-footer {
    display: none;
}

div#comments {
    display: none;
}

.vc_tta-tabs-container {
    display: flex;
}


li.vc_tta-tab a {
    border-color: #fff !important;
    background-color: #0A3F86 !important;
    color: #EBF7FF !important;
    border-radius: 0px !important;
    margin-bottom: 20px;
}

.current-menu-item a {
    color: #fff;
    font-weight: 100;
}

.current-menu-item {
    background: #BBB;
}

a#nav-toggle {
    display: none;
}
input.gform_previous_button {
    color: #fff;
    padding: 5px 20px;
    border: 1px solid #073D84;
    background: rgb(30,87,153);
    background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%);
    background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
    background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
    opacity:0.8;
}
input.gform_next_button {
    color: #fff;
    padding: 5px 20px;
    border: 1px solid #073D84;
    background: rgb(30,87,153);
    background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%);
    background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
    background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
    opacity:0.8;
}

input.gform_next_button:hover {
    opacity: 1;
}
input.gform_previous_button:hover {
    opacity: 1;
}
label.gfield_label {
    color: #073D84;
}
.gform_wrapper ul li.gfield {
    margin-bottom: 20px;
}
.ginput_container input {
    background: #F5F5F5;
    border: 0px;
}

div.gform_page label {
    color: #073D84;
}

.gfield_html {
    font-size: 15px;
}

pre {
    margin: 0px;
    line-height: 1.5em;
}

.gform_page_fields li h3 {
    margin-top: 30px;
}

div#gform_page_1_4 input[type=text] {
    margin-bottom: 50px;
}

div#gform_page_1_4 label.gfield_label {
    float: left;
}


.page-id-75 .site-main{
background: #fff;
    box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.43);
    padding: 10px 15px;
}