html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}

/*Don is doing*/
#floaterContactForm td {
    display:block;
    text-align:left;
}

#floaterContactForm input[type=text], #floaterContactForm textarea {
    font-weight: bold;
    padding:15px;
    border-radius:4px;
    border:1px solid #ca7b21;
    width:100% !important;
    background-color: #f49014c7;
}
/*Don is done*/

a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    margin: .67em 0;
    font-size: 2em;
}
mark {
    color: #000;
    background: #ff0;
}
small {
    font-size: 80%}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace,  monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}
legend {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td, th {
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:before, .row:after {
    display: table;
    content: "";
    zoom: 1;
}
.row:after {
    clear: both;
}
.form-control:before, .form-control:after {
    display: table;
    content: "";
    zoom: 1;
}
.form-control:after {
    clear: both;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width:768px) {
    .container {
    width: 750px;
}
}@media (min-width:992px) {
    .container {
    width: 970px;
}
}@media (min-width:1200px) {
    .container {
    width: 1170px;
}
}.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%}
.col-xs-11 {
    width: 91.66666667%}
.col-xs-10 {
    width: 83.33333333%}
.col-xs-9 {
    width: 75%}
.col-xs-8 {
    width: 66.66666667%}
.col-xs-7 {
    width: 58.33333333%}
.col-xs-6 {
    width: 50%}
.col-xs-5 {
    width: 41.66666667%}
.col-xs-4 {
    width: 33.33333333%}
.col-xs-3 {
    width: 25%}
.col-xs-2 {
    width: 16.66666667%}
.col-xs-1 {
    width: 8.33333333%}
.col-xs-pull-12 {
    right: 100%}
.col-xs-pull-11 {
    right: 91.66666667%}
.col-xs-pull-10 {
    right: 83.33333333%}
.col-xs-pull-9 {
    right: 75%}
.col-xs-pull-8 {
    right: 66.66666667%}
.col-xs-pull-7 {
    right: 58.33333333%}
.col-xs-pull-6 {
    right: 50%}
.col-xs-pull-5 {
    right: 41.66666667%}
.col-xs-pull-4 {
    right: 33.33333333%}
.col-xs-pull-3 {
    right: 25%}
.col-xs-pull-2 {
    right: 16.66666667%}
.col-xs-pull-1 {
    right: 8.33333333%}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%}
.col-xs-push-11 {
    left: 91.66666667%}
.col-xs-push-10 {
    left: 83.33333333%}
.col-xs-push-9 {
    left: 75%}
.col-xs-push-8 {
    left: 66.66666667%}
.col-xs-push-7 {
    left: 58.33333333%}
.col-xs-push-6 {
    left: 50%}
.col-xs-push-5 {
    left: 41.66666667%}
.col-xs-push-4 {
    left: 33.33333333%}
.col-xs-push-3 {
    left: 25%}
.col-xs-push-2 {
    left: 16.66666667%}
.col-xs-push-1 {
    left: 8.33333333%}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%}
.col-xs-offset-11 {
    margin-left: 91.66666667%}
.col-xs-offset-10 {
    margin-left: 83.33333333%}
.col-xs-offset-9 {
    margin-left: 75%}
.col-xs-offset-8 {
    margin-left: 66.66666667%}
.col-xs-offset-7 {
    margin-left: 58.33333333%}
.col-xs-offset-6 {
    margin-left: 50%}
.col-xs-offset-5 {
    margin-left: 41.66666667%}
.col-xs-offset-4 {
    margin-left: 33.33333333%}
.col-xs-offset-3 {
    margin-left: 25%}
.col-xs-offset-2 {
    margin-left: 16.66666667%}
.col-xs-offset-1 {
    margin-left: 8.33333333%}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}
.col-sm-12 {
    width: 100%}
.col-sm-11 {
    width: 91.66666667%}
.col-sm-10 {
    width: 83.33333333%}
.col-sm-9 {
    width: 75%}
.col-sm-8 {
    width: 66.66666667%}
.col-sm-7 {
    width: 58.33333333%}
.col-sm-6 {
    width: 50%}
.col-sm-5 {
    width: 41.66666667%}
.col-sm-4 {
    width: 33.33333333%}
.col-sm-3 {
    width: 25%}
.col-sm-2 {
    width: 16.66666667%}
.col-sm-1 {
    width: 8.33333333%}
.col-sm-pull-12 {
    right: 100%}
.col-sm-pull-11 {
    right: 91.66666667%}
.col-sm-pull-10 {
    right: 83.33333333%}
.col-sm-pull-9 {
    right: 75%}
.col-sm-pull-8 {
    right: 66.66666667%}
.col-sm-pull-7 {
    right: 58.33333333%}
.col-sm-pull-6 {
    right: 50%}
.col-sm-pull-5 {
    right: 41.66666667%}
.col-sm-pull-4 {
    right: 33.33333333%}
.col-sm-pull-3 {
    right: 25%}
.col-sm-pull-2 {
    right: 16.66666667%}
.col-sm-pull-1 {
    right: 8.33333333%}
.col-sm-pull-0 {
    right: auto;
}
.col-sm-push-12 {
    left: 100%}
.col-sm-push-11 {
    left: 91.66666667%}
.col-sm-push-10 {
    left: 83.33333333%}
.col-sm-push-9 {
    left: 75%}
.col-sm-push-8 {
    left: 66.66666667%}
.col-sm-push-7 {
    left: 58.33333333%}
.col-sm-push-6 {
    left: 50%}
.col-sm-push-5 {
    left: 41.66666667%}
.col-sm-push-4 {
    left: 33.33333333%}
.col-sm-push-3 {
    left: 25%}
.col-sm-push-2 {
    left: 16.66666667%}
.col-sm-push-1 {
    left: 8.33333333%}
.col-sm-push-0 {
    left: auto;
}
.col-sm-offset-12 {
    margin-left: 100%}
.col-sm-offset-11 {
    margin-left: 91.66666667%}
.col-sm-offset-10 {
    margin-left: 83.33333333%}
.col-sm-offset-9 {
    margin-left: 75%}
.col-sm-offset-8 {
    margin-left: 66.66666667%}
.col-sm-offset-7 {
    margin-left: 58.33333333%}
.col-sm-offset-6 {
    margin-left: 50%}
.col-sm-offset-5 {
    margin-left: 41.66666667%}
.col-sm-offset-4 {
    margin-left: 33.33333333%}
.col-sm-offset-3 {
    margin-left: 25%}
.col-sm-offset-2 {
    margin-left: 16.66666667%}
.col-sm-offset-1 {
    margin-left: 8.33333333%}
.col-sm-offset-0 {
    margin-left: 0;
}
}@media (min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.col-md-12 {
    width: 100%}
.col-md-11 {
    width: 91.66666667%}
.col-md-10 {
    width: 83.33333333%}
.col-md-9 {
    width: 75%}
.col-md-8 {
    width: 66.66666667%}
.col-md-7 {
    width: 58.33333333%}
.col-md-6 {
    width: 50%}
.col-md-5 {
    width: 41.66666667%}
.col-md-4 {
    width: 33.33333333%}
.col-md-3 {
    width: 25%}
.col-md-2 {
    width: 16.66666667%}
.col-md-1 {
    width: 8.33333333%}
.col-md-pull-12 {
    right: 100%}
.col-md-pull-11 {
    right: 91.66666667%}
.col-md-pull-10 {
    right: 83.33333333%}
.col-md-pull-9 {
    right: 75%}
.col-md-pull-8 {
    right: 66.66666667%}
.col-md-pull-7 {
    right: 58.33333333%}
.col-md-pull-6 {
    right: 50%}
.col-md-pull-5 {
    right: 41.66666667%}
.col-md-pull-4 {
    right: 33.33333333%}
.col-md-pull-3 {
    right: 25%}
.col-md-pull-2 {
    right: 16.66666667%}
.col-md-pull-1 {
    right: 8.33333333%}
.col-md-pull-0 {
    right: auto;
}
.col-md-push-12 {
    left: 100%}
.col-md-push-11 {
    left: 91.66666667%}
.col-md-push-10 {
    left: 83.33333333%}
.col-md-push-9 {
    left: 75%}
.col-md-push-8 {
    left: 66.66666667%}
.col-md-push-7 {
    left: 58.33333333%}
.col-md-push-6 {
    left: 50%}
.col-md-push-5 {
    left: 41.66666667%}
.col-md-push-4 {
    left: 33.33333333%}
.col-md-push-3 {
    left: 25%}
.col-md-push-2 {
    left: 16.66666667%}
.col-md-push-1 {
    left: 8.33333333%}
.col-md-push-0 {
    left: auto;
}
.col-md-offset-12 {
    margin-left: 100%}
.col-md-offset-11 {
    margin-left: 91.66666667%}
.col-md-offset-10 {
    margin-left: 83.33333333%}
.col-md-offset-9 {
    margin-left: 75%}
.col-md-offset-8 {
    margin-left: 66.66666667%}
.col-md-offset-7 {
    margin-left: 58.33333333%}
.col-md-offset-6 {
    margin-left: 50%}
.col-md-offset-5 {
    margin-left: 41.66666667%}
.col-md-offset-4 {
    margin-left: 33.33333333%}
.col-md-offset-3 {
    margin-left: 25%}
.col-md-offset-2 {
    margin-left: 16.66666667%}
.col-md-offset-1 {
    margin-left: 8.33333333%}
.col-md-offset-0 {
    margin-left: 0;
}
}@media (min-width:1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}
.col-lg-12 {
    width: 100%}
.col-lg-11 {
    width: 91.66666667%}
.col-lg-10 {
    width: 83.33333333%}
.col-lg-9 {
    width: 75%}
.col-lg-8 {
    width: 66.66666667%}
.col-lg-7 {
    width: 58.33333333%}
.col-lg-6 {
    width: 50%}
.col-lg-5 {
    width: 41.66666667%}
.col-lg-4 {
    width: 33.33333333%}
.col-lg-3 {
    width: 25%}
.col-lg-2 {
    width: 16.66666667%}
.col-lg-1 {
    width: 8.33333333%}
.col-lg-pull-12 {
    right: 100%}
.col-lg-pull-11 {
    right: 91.66666667%}
.col-lg-pull-10 {
    right: 83.33333333%}
.col-lg-pull-9 {
    right: 75%}
.col-lg-pull-8 {
    right: 66.66666667%}
.col-lg-pull-7 {
    right: 58.33333333%}
.col-lg-pull-6 {
    right: 50%}
.col-lg-pull-5 {
    right: 41.66666667%}
.col-lg-pull-4 {
    right: 33.33333333%}
.col-lg-pull-3 {
    right: 25%}
.col-lg-pull-2 {
    right: 16.66666667%}
.col-lg-pull-1 {
    right: 8.33333333%}
.col-lg-pull-0 {
    right: auto;
}
.col-lg-push-12 {
    left: 100%}
.col-lg-push-11 {
    left: 91.66666667%}
.col-lg-push-10 {
    left: 83.33333333%}
.col-lg-push-9 {
    left: 75%}
.col-lg-push-8 {
    left: 66.66666667%}
.col-lg-push-7 {
    left: 58.33333333%}
.col-lg-push-6 {
    left: 50%}
.col-lg-push-5 {
    left: 41.66666667%}
.col-lg-push-4 {
    left: 33.33333333%}
.col-lg-push-3 {
    left: 25%}
.col-lg-push-2 {
    left: 16.66666667%}
.col-lg-push-1 {
    left: 8.33333333%}
.col-lg-push-0 {
    left: auto;
}
.col-lg-offset-12 {
    margin-left: 100%}
.col-lg-offset-11 {
    margin-left: 91.66666667%}
.col-lg-offset-10 {
    margin-left: 83.33333333%}
.col-lg-offset-9 {
    margin-left: 75%}
.col-lg-offset-8 {
    margin-left: 66.66666667%}
.col-lg-offset-7 {
    margin-left: 58.33333333%}
.col-lg-offset-6 {
    margin-left: 50%}
.col-lg-offset-5 {
    margin-left: 41.66666667%}
.col-lg-offset-4 {
    margin-left: 33.33333333%}
.col-lg-offset-3 {
    margin-left: 25%}
.col-lg-offset-2 {
    margin-left: 16.66666667%}
.col-lg-offset-1 {
    margin-left: 8.33333333%}
.col-lg-offset-0 {
    margin-left: 0;
}
}@media (max-width:767px) {
    .hidden-xs {
    display: none !important;
}
}@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
    display: none !important;
}
}@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
    display: none !important;
}
}@media (min-width:1200px) {
    .hidden-lg {
    display: none !important;
}
}.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
    display: block !important;
}
table.visible-print {
    display: table;
}
tr.visible-print {
    display: table-row !important;
}
th.visible-print, td.visible-print {
    display: table-cell !important;
}
}@media print {
    .hidden-print {
    display: none !important;
}
}
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400, 600, 700);
    @font-face {
    font-family: 'cpt';
    src: url('/images/301/fnt/torqueweb-book-webfont.eot');
    src: url('/images/301/fnt/torqueweb-book-webfont.eot?#iefix') format('embedded-opentype'), url('/images/301/fnt/torqueweb-book-webfont.woff2') format('woff2'), url('/images/301/fnt/torqueweb-book-webfont.woff') format('woff'), url('/images/301/fnt/torqueweb-book-webfont.ttf') format('truetype'), url('/images/301/fnt/torqueweb-book-webfont.svg#cpt') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'icomoon';
    src: url('/images/301/fnt/icomoon.eot?-v41f4h');
    src: url('/images/301/fnt/icomoon.eot?#iefix-v41f4h') format('embedded-opentype'), url('/images/301/fnt/icomoon.woff?-v41f4h') format('woff'), url('/images/301/fnt/icomoon.ttf?-v41f4h') format('truetype'), url('/images/301/fnt/icomoon.svg?-v41f4h#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-phone:before {
    content: "\e608"}
.icon-mobile:before {
    content: "\e609"}
.icon-mouse:before {
    content: "\e60a"}
.icon-directions:before {
    content: "\e60b"}
.icon-mail:before {
    content: "\e60c"}
.icon-paperplane:before {
    content: "\e60d"}
.icon-pencil:before {
    content: "\e60e"}
.icon-feather:before {
    content: "\e60f"}
.icon-paperclip:before {
    content: "\e610"}
.icon-drawer:before {
    content: "\e611"}
.icon-reply:before {
    content: "\e612"}
.icon-reply-all:before {
    content: "\e613"}
.icon-forward:before {
    content: "\e614"}
.icon-user:before {
    content: "\e615"}
.icon-users:before {
    content: "\e616"}
.icon-user-add:before {
    content: "\e617"}
.icon-vcard:before {
    content: "\e618"}
.icon-export:before {
    content: "\e619"}
.icon-location:before {
    content: "\e61a"}
.icon-map:before {
    content: "\e61b"}
.icon-compass:before {
    content: "\e61c"}
.icon-location2:before {
    content: "\e61d"}
.icon-target:before {
    content: "\e61e"}
.icon-share:before {
    content: "\e61f"}
.icon-sharable:before {
    content: "\e620"}
.icon-heart:before {
    content: "\e621"}
.icon-heart2:before {
    content: "\e622"}
.icon-star:before {
    content: "\e623"}
.icon-star2:before {
    content: "\e624"}
.icon-thumbsup:before {
    content: "\e625"}
.icon-thumbsdown:before {
    content: "\e626"}
.icon-chat:before {
    content: "\e627"}
.icon-comment:before {
    content: "\e628"}
.icon-quote:before {
    content: "\e629"}
.icon-house:before {
    content: "\e62a"}
.icon-popup:before {
    content: "\e62b"}
.icon-search:before {
    content: "\e606"}
.icon-flashlight:before {
    content: "\e62c"}
.icon-printer:before {
    content: "\e62d"}
.icon-bell:before {
    content: "\e62e"}
.icon-link:before {
    content: "\e62f"}
.icon-flag:before {
    content: "\e630"}
.icon-cog:before {
    content: "\e631"}
.icon-tools:before {
    content: "\e632"}
.icon-trophy:before {
    content: "\e633"}
.icon-tag:before {
    content: "\e634"}
.icon-camera:before {
    content: "\e635"}
.icon-megaphone:before {
    content: "\e636"}
.icon-moon:before {
    content: "\e637"}
.icon-palette:before {
    content: "\e638"}
.icon-leaf:before {
    content: "\e639"}
.icon-music:before {
    content: "\e63a"}
.icon-music2:before {
    content: "\e63b"}
.icon-new:before {
    content: "\e63c"}
.icon-graduation:before {
    content: "\e63d"}
.icon-book:before {
    content: "\e63e"}
.icon-newspaper:before {
    content: "\e63f"}
.icon-bag:before {
    content: "\e640"}
.icon-airplane:before {
    content: "\e641"}
.icon-lifebuoy:before {
    content: "\e642"}
.icon-eye:before {
    content: "\e643"}
.icon-clock:before {
    content: "\e644"}
.icon-microphone:before {
    content: "\e645"}
.icon-calendar:before {
    content: "\e646"}
.icon-bolt:before {
    content: "\e647"}
.icon-thunder:before {
    content: "\e648"}
.icon-droplet:before {
    content: "\e649"}
.icon-cd:before {
    content: "\e64a"}
.icon-briefcase:before {
    content: "\e64b"}
.icon-air:before {
    content: "\e64c"}
.icon-hourglass:before {
    content: "\e64d"}
.icon-gauge:before {
    content: "\e64e"}
.icon-language:before {
    content: "\e64f"}
.icon-network:before {
    content: "\e650"}
.icon-key:before {
    content: "\e651"}
.icon-battery:before {
    content: "\e652"}
.icon-bucket:before {
    content: "\e653"}
.icon-magnet:before {
    content: "\e654"}
.icon-drive:before {
    content: "\e655"}
.icon-cup:before {
    content: "\e656"}
.icon-rocket:before {
    content: "\e657"}
.icon-brush:before {
    content: "\e658"}
.icon-suitcase:before {
    content: "\e659"}
.icon-cone:before {
    content: "\e65a"}
.icon-earth:before {
    content: "\e65b"}
.icon-keyboard:before {
    content: "\e65c"}
.icon-browser:before {
    content: "\e65d"}
.icon-publish:before {
    content: "\e65e"}
.icon-progress-3:before {
    content: "\e65f"}
.icon-progress-2:before {
    content: "\e660"}
.icon-brogress-1:before {
    content: "\e661"}
.icon-progress-0:before {
    content: "\e662"}
.icon-sun:before {
    content: "\e663"}
.icon-sun2:before {
    content: "\e664"}
.icon-adjust:before {
    content: "\e665"}
.icon-code:before {
    content: "\e666"}
.icon-screen:before {
    content: "\e667"}
.icon-infinity:before {
    content: "\e668"}
.icon-light-bulb:before {
    content: "\e669"}
.icon-creditcard:before {
    content: "\e66a"}
.icon-database:before {
    content: "\e66b"}
.icon-voicemail:before {
    content: "\e66c"}
.icon-clipboard:before {
    content: "\e66d"}
.icon-cart:before {
    content: "\e66e"}
.icon-box:before {
    content: "\e66f"}
.icon-ticket:before {
    content: "\e670"}
.icon-rss:before {
    content: "\e671"}
.icon-signal:before {
    content: "\e672"}
.icon-thermometer:before {
    content: "\e673"}
.icon-droplets:before {
    content: "\e674"}
.icon-uniE675:before {
    content: "\e675"}
.icon-statistics:before {
    content: "\e676"}
.icon-pie:before {
    content: "\e677"}
.icon-bars:before {
    content: "\e678"}
.icon-graph:before {
    content: "\e679"}
.icon-lock:before {
    content: "\e67a"}
.icon-lock-open:before {
    content: "\e67b"}
.icon-logout:before {
    content: "\e67c"}
.icon-login:before {
    content: "\e67d"}
.icon-checkmark:before {
    content: "\e67e"}
.icon-cross:before {
    content: "\e67f"}
.icon-minus:before {
    content: "\e680"}
.icon-plus:before {
    content: "\e681"}
.icon-cross2:before {
    content: "\e682"}
.icon-minus2:before {
    content: "\e683"}
.icon-plus2:before {
    content: "\e684"}
.icon-cross3:before {
    content: "\e685"}
.icon-minus3:before {
    content: "\e686"}
.icon-plus3:before {
    content: "\e687"}
.icon-erase:before {
    content: "\e688"}
.icon-blocked:before {
    content: "\e689"}
.icon-info:before {
    content: "\e68a"}
.icon-info2:before {
    content: "\e68b"}
.icon-question:before {
    content: "\e68c"}
.icon-help:before {
    content: "\e68d"}
.icon-warning:before {
    content: "\e68e"}
.icon-cycle:before {
    content: "\e68f"}
.icon-cw:before {
    content: "\e690"}
.icon-ccw:before {
    content: "\e691"}
.icon-shuffle:before {
    content: "\e692"}
.icon-arrow:before {
    content: "\e693"}
.icon-arrow2:before {
    content: "\e694"}
.icon-retweet:before {
    content: "\e695"}
.icon-loop:before {
    content: "\e696"}
.icon-history:before {
    content: "\e697"}
.icon-back:before {
    content: "\e698"}
.icon-switch:before {
    content: "\e699"}
.icon-list:before {
    content: "\e69a"}
.icon-add-to-list:before {
    content: "\e69b"}
.icon-layout:before {
    content: "\e69c"}
.icon-list2:before {
    content: "\e607"}
.icon-text:before {
    content: "\e69d"}
.icon-text2:before {
    content: "\e69e"}
.icon-document:before {
    content: "\e69f"}
.icon-docs:before {
    content: "\e6a0"}
.icon-landscape:before {
    content: "\e6a1"}
.icon-pictures:before {
    content: "\e6a2"}
.icon-video:before {
    content: "\e6a3"}
.icon-music3:before {
    content: "\e6a4"}
.icon-folder:before {
    content: "\e6a5"}
.icon-archive:before {
    content: "\e6a6"}
.icon-trash:before {
    content: "\e6a7"}
.icon-upload:before {
    content: "\e6a8"}
.icon-download:before {
    content: "\e6a9"}
.icon-disk:before {
    content: "\e6aa"}
.icon-install:before {
    content: "\e6ab"}
.icon-cloud:before {
    content: "\e6ac"}
.icon-upload2:before {
    content: "\e6ad"}
.icon-bookmark:before {
    content: "\e6ae"}
.icon-bookmarks:before {
    content: "\e6af"}
.icon-book2:before {
    content: "\e6b0"}
.icon-play:before {
    content: "\e6b1"}
.icon-pause:before {
    content: "\e6b2"}
.icon-record:before {
    content: "\e6b3"}
.icon-stop:before {
    content: "\e6b4"}
.icon-next:before {
    content: "\e6b5"}
.icon-previous:before {
    content: "\e6b6"}
.icon-first:before {
    content: "\e6b7"}
.icon-last:before {
    content: "\e6b8"}
.icon-resize-enlarge:before {
    content: "\e6b9"}
.icon-resize-shrink:before {
    content: "\e6ba"}
.icon-volume:before {
    content: "\e6bb"}
.icon-sound:before {
    content: "\e6bc"}
.icon-mute:before {
    content: "\e6bd"}
.icon-flow-cascade:before {
    content: "\e6be"}
.icon-flow-branch:before {
    content: "\e6bf"}
.icon-flow-tree:before {
    content: "\e6c0"}
.icon-flow-line:before {
    content: "\e6c1"}
.icon-flow-parallel:before {
    content: "\e6c2"}
.icon-arrow-left:before {
    content: "\e6c3"}
.icon-arrow-down:before {
    content: "\e6c4"}
.icon-arrow-up-upload:before {
    content: "\e6c5"}
.icon-arrow-right:before {
    content: "\e6c6"}
.icon-arrow-left2:before {
    content: "\e6c7"}
.icon-arrow-down2:before {
    content: "\e6c8"}
.icon-arrow-up:before {
    content: "\e6c9"}
.icon-arrow-right2:before {
    content: "\e6ca"}
.icon-arrow-left3:before {
    content: "\e6cb"}
.icon-arrow-down3:before {
    content: "\e6cc"}
.icon-arrow-up2:before {
    content: "\e6cd"}
.icon-arrow-right3:before {
    content: "\e6ce"}
.icon-arrow-left4:before {
    content: "\e6cf"}
.icon-arrow-down4:before {
    content: "\e6d0"}
.icon-arrow-up3:before {
    content: "\e6d1"}
.icon-arrow-right4:before {
    content: "\e600"}
.icon-arrow-left5:before {
    content: "\e6d2"}
.icon-arrow-down5:before {
    content: "\e6d3"}
.icon-arrow-up4:before {
    content: "\e6d4"}
.icon-arrow-right22:before {
    content: "\e601"}
.icon-arrow-left6:before {
    content: "\e6d5"}
.icon-arrow-down6:before {
    content: "\e6d6"}
.icon-arrow-up5:before {
    content: "\e6d7"}
.icon-arrow-right32:before {
    content: "\e602"}
.icon-arrow-left7:before {
    content: "\e6d8"}
.icon-arrow-down7:before {
    content: "\e6d9"}
.icon-arrow-up6:before {
    content: "\e6da"}
.icon-uniE6DB:before {
    content: "\e6db"}
.icon-arrow-left8:before {
    content: "\e6dc"}
.icon-arrow-down8:before {
    content: "\e6dd"}
.icon-arrow-up7:before {
    content: "\e6de"}
.icon-arrow-right5:before {
    content: "\e6df"}
.icon-menu:before {
    content: "\e6e0"}
.icon-ellipsis:before {
    content: "\e6e1"}
.icon-dots:before {
    content: "\e6e2"}
.icon-dot:before {
    content: "\e6e3"}
.icon-cc:before {
    content: "\e6e4"}
.icon-cc-by:before {
    content: "\e6e5"}
.icon-cc-nc:before {
    content: "\e6e6"}
.icon-cc-nc-eu:before {
    content: "\e6e7"}
.icon-cc-nc-jp:before {
    content: "\e6e8"}
.icon-cc-sa:before {
    content: "\e6e9"}
.icon-cc-nd:before {
    content: "\e6ea"}
.icon-cc-pd:before {
    content: "\e6eb"}
.icon-cc-zero:before {
    content: "\e6ec"}
.icon-cc-share:before {
    content: "\e6ed"}
.icon-cc-share2:before {
    content: "\e6ee"}
.icon-danielbruce:before {
    content: "\e6ef"}
.icon-danielbruce2:before {
    content: "\e6f0"}
.icon-github:before {
    content: "\e6f1"}
.icon-github2:before {
    content: "\e6f2"}
.icon-flickr:before {
    content: "\e6f3"}
.icon-flickr2:before {
    content: "\e6f4"}
.icon-vimeo:before {
    content: "\e6f5"}
.icon-vimeo2:before {
    content: "\e6f6"}
.icon-twitter:before {
    content: "\e603"}
.icon-twitter2:before {
    content: "\e6f7"}
.icon-facebook:before {
    content: "\e604"}
.icon-facebook2:before {
    content: "\e6f8"}
.icon-facebook3:before {
    content: "\e6f9"}
.icon-googleplus:before {
    content: "\e6fa"}
.icon-googleplus2:before {
    content: "\e6fb"}
.icon-pinterest:before {
    content: "\e605"}
.icon-pinterest2:before {
    content: "\e6fc"}
.icon-tumblr:before {
    content: "\e6fd"}
.icon-tumblr2:before {
    content: "\e6fe"}
.icon-linkedin:before {
    content: "\e6ff"}
.icon-linkedin2:before {
    content: "\e700"}
.icon-dribbble:before {
    content: "\e701"}
.icon-dribbble2:before {
    content: "\e702"}
.icon-stumbleupon:before {
    content: "\e703"}
.icon-stumbleupon2:before {
    content: "\e704"}
.icon-lastfm:before {
    content: "\e705"}
.icon-lastfm2:before {
    content: "\e706"}
.icon-rdio:before {
    content: "\e707"}
.icon-rdio2:before {
    content: "\e708"}
.icon-spotify:before {
    content: "\e709"}
.icon-spotify2:before {
    content: "\e70a"}
.icon-qq:before {
    content: "\e70b"}
.icon-instagram:before {
    content: "\e70c"}
.icon-dropbox:before {
    content: "\e70d"}
.icon-evernote:before {
    content: "\e70e"}
.icon-flattr:before {
    content: "\e70f"}
.icon-skype:before {
    content: "\e710"}
.icon-skype2:before {
    content: "\e711"}
.icon-renren:before {
    content: "\e712"}
.icon-sina-weibo:before {
    content: "\e713"}
.icon-paypal:before {
    content: "\e714"}
.icon-picasa:before {
    content: "\e715"}
.icon-soundcloud:before {
    content: "\e716"}
.icon-mixi:before {
    content: "\e717"}
.icon-behance:before {
    content: "\e718"}
.icon-circles:before {
    content: "\e719"}
.icon-vk:before {
    content: "\e71a"}
.icon-smashing:before {
    content: "\e71b"}
.icon-youtube:before {
    content: "\e71c"}
.icon-youtube2:before {
    content: "\e71d"}
a {
    color: #e7943a;
    text-decoration: none;
}
a:hover {
    color: #F4B26A;
}
body {
    font-size: 10pt;
    font-family: 'Open Sans', sans-serif;
    color: #595959;
}
h1, h2, h3 {
    font-family: 'cpt', sans-serif;
    font-weight: 100;
}
h1 {
    font-size: 3.2em;
    text-transform: uppercase;
}
.clearfix  {
     clear:  both;
     display:  table;
     content:  "";
     zoom:  1;
}
h1.title {
    border-bottom: 3px solid #e7943a;
    display: inline-block;
      float:  left;
     margin-top:  0;
    padding-bottom: 10px;
    margin-bottom: 12px;
    position: relative;
}
h1.title:before {
    position: absolute;
    content: " ";
    border-right: 4px solid #e7943a;
    border-top: 3px solid transparent;
    bottom: -3px;
    left: -3px;
}
h1.title:after {
    position: absolute;
    content: " ";
    border-right: 4px solid transparent;
    border-top: 3px solid #e7943a;
    bottom: -3px;
    right: -3px;
}
h2 {
    font-size: 2.1em;
    color: #e7943a;
}
h3.angled {
    background: #e7943a;
    display: inline-block;
    color: #fff;
    padding: 0 15px;
    margin: 0;
    height: 40px;
    line-height: 40px;
}
h3.angled:before {
    content: " ";
    position: absolute;
    border-right: 15px solid #e7943a;
    border-top: 40px solid transparent;
    height: 40px;
    width: 10px;
    margin-left: -30px;
}
h3.angled:after {
    content: " ";
    position: absolute;
    border-right: 15px solid transparent;
    border-top: 40px solid #e7943a;
    height: 40px;
    width: 10px;
    margin-right: -20px;
    margin-left: 15px;
}
h3 {
    font-size: 1.5em;
    color: #e7943a;
    text-transform: uppercase;
}
p {
    font-size: 18px;
    line-height: 18pt;
    margin: 18pt 0;
}
.header {
    background: url('/images/301/header-bg.jpg') no-repeat top center;
}
.header .brand {
    display: block;
    margin: 20px 0;
}
.header-text {
    font: 1.2em 'cpt', sans-serif;
    line-height: 120px;
    text-transform: uppercase;
    margin: 0;
    float: left;
}
.header-text span {
    display: inline-block;
    margin: 0 14px;
}
.header-text span.slogan {
    margin-left: 28px;
    color: #fff;
}
.header .social {
    float: right;
    margin-top: 38px;
    display: block;
}
.social-icon {
    display: inline-block;
    height: 42px;
    line-height: 48px;
    padding: 0px 15px;
    background: #d23137;
    position: relative;
    margin-right: 6px;
    text-decoration: none;
}
.social-icon .icon {
    font-size: 1.5em;
    color: #fff;
}
.social-icon:hover .icon {
    opacity: 0.5;
}
.social-icon:before {
    content: " ";
    position: absolute;
    border-right: 11px solid #d23137;
    border-top: 42px solid transparent;
    height: 42px;
    width: 10px;
    margin-left: -26px;
}
.social-icon:after {
    content: " ";
    position: absolute;
    border-right: 11px solid transparent;
    border-top: 42px solid #d23137;
    height: 42px;
    width: 10px;
    margin-right: -8px;
    margin-left: 15px;
    z-index: 1;
}
.social-twitter {
    background: #67b4ef;
    z-index: 221;
}
.social-twitter:after {
    border-top-color: #67b4ef;
    z-index: 221;
}
.social-twitter:before {
    border-right-color: #67b4ef;
    z-index: 221;
}
.social-facebook {
    background: #526da4;
    z-index: 222;
}
.social-facebook:after {
    border-top-color: #526da4;
    z-index: 222;
}
.social-facebook:before {
    border-right-color: #526da4;
    z-index: 222;
}
.nav {
    background: url('/images/301/nav-rep-bg.png') repeat-x top center #242424;
}
.nav-inner {
    background: url('/images/301/nav-bg.jpg') no-repeat top center;
}
.nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav ul>li {
    display: block;
    float: left;
}
.nav ul>li>a {
    display: block;
    padding: 0 24px 0 6px;
    height: 50px;
    color: #8f8e8e;
    font: 1.1em 'cpt', sans-serif;
    line-height: 52px;
    text-decoration: none;
    text-transform: uppercase;
    background: url('/images/301/nav-sep.png') no-repeat top right;
}
.nav ul>li>a:hover {
    color: #fff;
}
.nav ul>li>a.active {
    background: #e7943a;
    color: #fff;
    padding: 0 15px;
    margin-right: 15px;
    height: 54px;
    line-height: 58px;
    margin-top: -4px;
}
.nav ul>li>a.active:before {
    content: " ";
    position: absolute;
    border-right: 15px solid #e7943a;
    border-top: 54px solid transparent;
    height: 54px;
    width: 10px;
    margin-left: -30px;
}
.nav ul>li>a.active:after {
    content: " ";
    position: absolute;
    border-right: 15px solid transparent;
    border-top: 54px solid #e7943a;
    height: 54px;
    width: 10px;
    margin-right: -20px;
    margin-left: 15px;
}

.nav ul>li>ul.sub-menu {
    display: none;
}
.nav ul>li:hover>ul.sub-menu {
    display: block;
    position: absolute;
    margin-left: -15px;
    z-index: 999;
}
.nav ul>li:hover>ul.sub-menu>li>a {
    display: block;
    padding: 10px 16px;
    color: #fff;
    background: #383838;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.2em;
    min-width: 200px;
    line-height: 34px;
}
.nav ul>li:hover>ul.sub-menu>li>a:hover {
    background: #e7943a;
}

.page-banner {
     overflow:  hidden;
}
.page-banner ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.page-banner ul>li {
    position: relative;
}
.page-banner ul img {
    width: 100%;
    display: block;
}
.banner-heading {
    background: url('/images/301/banner-bg.png') no-repeat top center;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -120px;
    text-align: center;
}
.banner-heading .banner-super-title {
    margin-bottom: 0;
    margin-top: 32px;
    color: #e7943a;
}
.banner-heading .banner-title {
    margin-bottom: 64px;
    margin-top: 12px;
    font-size: 3.4em;
    color: #fff;
}
.featured {
    background: url('/images/301/featured-bg.jpg') no-repeat top center;
    background-size: cover;
    border-top: 1px solid #242424;
}
.featured-col {
    text-align: center;
}
.featured-col a {
    color: #fff;
}
.featured-col .featured-text {
    margin-top: -40px;
}
.featured-col h2 {
    color: #fff;
}
.featured-col .featured-text-area {
    color: #e7943a;
    margin: 22px 0;
    line-height: 14pt;
}
.featured-pic p {
    margin: 0;
}
.featured-pic img {
    width: 100%;
}
.content {
    padding: 30px 0;
}
.footer-special {
    background: url('/images/301/footer-grad-bg.jpg') repeat-x #252525;
}
.footer-special h3 {
    margin-top: -10px;
}
.testimonials .text {
    display:  block;
    line-height:  18pt;
     margin:  18pt 0;
    color: #fff;
    padding: 0 10%;
    font-size: 1.1em;
}
.testimonials .text:before {
    content: "“";
    color: #e7943a;
    font-family: 'cpt', sans-serif;
    font-size: 5em;
    position: absolute;
    margin: 20px 0 0 -5%;
    
}
.testimonials .author {
    float: right;
    line-height:  18pt;
     margin:  18pt 0;
    display:  block;
     color: #e7943a;
    font-family: 'cpt', sans-serif;
    font-size: 1.3em;
    text-transform: uppercase;
    margin-right: 5%;
    margin-top: 0;
}
.testimonials .author:before {
    content: " ";
    position: absolute;
    margin-top: 10px;
    margin-left: -60px;
    width: 40px;
    border-bottom: 1px solid #e7943a;
}
.footer {
    background: #1f1f1f;
}
.footer-logo {
    margin: 20px 0;
    display: block;
}
.doncor-logo {
    margin: 44px 0;
}
.nav-toggle {
    display: none;
}
.footer a {
    color: #8b8b8b;
    text-decoration: none;
    font-family: 'cpt', sans-serif;
    text-transform: uppercase;
}
.footer a:hover {
    color: #fff;
}
.footer-nav {
    list-style: none;
    margin: 18px -8px;
    padding: 0;
}
.footer-nav>li {
    float: left;
    display: inline;
}
.footer-nav>li>a {
    display: block;
    padding: 15px 8px;
    font-size: 1.2em;
}
.copyright {
    color: #3e3e3e;
    display: block;
    clear: left;
    margin: 12px 0;
}
@media (max-width:767px) {
    img { 
        max-width: 100%;
    }
    .nav ul>li:hover>ul.sub-menu {
        display: block;
        position: static;
        margin-left: 0px;
        z-index: 999;
    }
    .testimonials .text:before {
        margin: 20px 0 0 -9%;
        
    }
    .nav-toggle {
        display: block;
    }
    .nav-toggler {
        float: right;
        margin: 20px;
        color: #fff;
        text-decoration: none;
        font-size: 3em;
    }
    .nav-inner {
        background: none;
    }
    .nav {
        display: none;
    }
    .footer-nav>li, .nav ul>li {
        float: none;
    }
    .footer-nav>li>a, .nav ul>li>a.active, .nav ul>li>a {
        background: none;
        margin: 0;
        border-bottom: 1px solid #393939;
    }
    .nav ul>li>a.active:before, .nav ul>li>a.active:after {
        display: none;
    }
    .banner-heading {
        background: none;
        width: 100%;
        text-align: center;
        margin-top: 0px;
        top: 0px;
    }
    .banner-super-title, .banner-title {
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
    }
    .page-banner ul img {
        height: 298px;
        min-width: 100%;
        width: auto;
    }
    .banner-heading .banner-super-title {
        margin-top: 55px;
    }  
}