/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.tow_hidden {
    display: none;
}

.clearfix {
    clear: both;
}

.row .col-md-6:nth-child(1) {
    padding-right: 10%;
}

.row .col-md-6:nth-child(2) {
    padding-left: 10%;
    border-left: 1px solid black;
}

 .col-md-6 {
     float: left;
     width: 50%;
 }

 .col-md-6 h3 {
    margin-bottom: 35px;
}

.col-sm-12 {
    clear: both;
    margin-top: 35px;
}

.form-group {
    margin-bottom: 15px;
}



.tow-icon-search {
    position: absolute;
    right: calc(60% + 11px);
    margin-top: 18px;
    pointer-events: none;
 }

.half-circle {
    width: 50px;
    height: 50px;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    border-bottom-left-radius: 110px;
    border-bottom-right-radius: 110px;
    border: 1px solid black;
    position: absolute;
    left: calc(50% - 25px);
    background: white;
    top: 20%;
}

.half-circle:before {
    position: relative;
    content: "OR";
    font-weight: bold;
    top: 9px;
    left: 12px;
    font-size: 20px;
}

.towguideform {
	position: relative;
}
.towguideform fieldset {
	/*stacking fieldsets above each other*/
	position: relative;
}
/*Hide all except first fieldset*/
.towguideform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/

/*buttons*/
.towguideform .action-button {
	width: 100px;
	background: #F9C623;
	font-weight: bold;
	color: black;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
    margin: 10px 5px;
    float: right;
}

.capacity-results {
    background-color: black;
    color: white;
    padding: 50px 100px;
    text-align: center;
}

.capacity-results span {
    display: block;
}

#vehicle-name {
    font-size: 14px;
    font-weight: 200;
}

#towing-capacity {
    font-size: 32px;
    line-height: 48px;
    font-weight: bold;
}

#results-disclaimer {
    font-size: 10px;
    line-height: 15px;
}

#results-disclaimer a {
    color: white !important;
}

@media screen and (max-width: 768px) {
    .col-md-6 {
        width: 100%;
        padding: 0 !important;
        border: none !important;
    }

    .half-circle {
        display: none;
    }

    .tow-guide-search-button {
        right: 1px;
    }

    .tow-icon-search {
        right: 15px;
    }
}

.fa-search:before {
    font-family:'fontawesome' !important;
}

.towguide td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0;
}


.top-tbl {
    border-bottom: 1px solid #dcdcdc;
}

.tow-row {
    padding: 9px 5px !important;
}

.visible-lg-block {
    display: none !important;
}

.hidden-lg {
    display: block !important;
}

.towguide .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    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;
    border: 1px solid transparent;
    border-radius: 4px;
}

.towguide .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.margin-top-twenty {
    margin-top: 20px;
}


@media (min-width: 1200px) {
    .hidden-lg {
        display: none!important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block!important;
    }
}

.towguideform input, .towguideform select {
    min-height: 52px;
    height: 52px;

}

.tow-guide-search-button {
    position: absolute !important;
    right: calc(60% + 1px);
    margin-top: 1px;
    padding: 13px !important;
    width:52px !important;
    min-height: 54px !important;
    height: 54px !important;
 }

 @media screen and (max-width: 768px) {
    .tow-guide-search-button {
        right: 1px;
    }
 }
 

 #us_grid_1 .w-grid-item {
    padding: .5em !important;;
}

@media screen and (max-width:1250px) {
    #us_grid_1.layout_36832 .w-grid-item {
        width: 100%;
    }
}