/**
 * SecureDocs stylesheet
 *
 * @author Linkd Media Solutions
 * @package sd
 *
 **/

/*=========================================================
            BOOTSTRAP 3 GRID SYSTEM
==========================================================*/
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin-top: 0px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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;
}
a {  background: transparent;  }
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {  font-weight: bold;  }
dfn {  font-style: italic;  }
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {  font-size: 80%;  }
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {  top: -0.5em;  }
sub {  bottom: -0.25em;  }
img {  border: 0;  }
svg:not(:root) {  overflow: hidden;  }
figure {  margin: 1em 40px;  }
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {  overflow: auto;  }
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
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 {
    border: 0;
    padding: 0;
}
input {  line-height: normal;  }
input[type="checkbox"],
input[type="radio"] {
    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-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {  -webkit-appearance: none;  }
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {  overflow: auto;  }
optgroup {  font-weight: bold;  }
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {  padding: 0;  }
@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a,
    a:visited {  text-decoration: underline;  }
    a[href]:after {  content: " (" attr(href) ")";  }
    abbr[title]:after {  content: " (" attr(title) ")";  }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {  content: "";  }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {  display: table-header-group;  }
    tr,
    img {  page-break-inside: avoid;  }
    img {  max-width: 100% !important;  }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {  page-break-after: avoid;  }
    select {  background: #fff !important;  }
    .navbar {  display: none;  }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .btn > .caret,
    .dropup > .btn > .caret {  border-top-color: #000 !important;  }
    .label {  border: 1px solid #000;  }
    .table {  border-collapse: collapse !important;  }
    .table-bordered th,
    .table-bordered td {  border: 1px solid #ddd !important;  }
}
* {
    -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;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #428bca;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #2a6496;
    text-decoration:underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {  margin: 0;  }
img {  vertical-align: middle;  }
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}
.img-rounded {  border-radius: 6px;  }
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}
.img-circle {  border-radius: 50%;  }
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {  font-size: 65%;  }
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {  font-size: 75%;  }
h1,
.h1 {  font-size: 36px;  }
h2,
.h2 {  font-size: 30px;  }
h3,
.h3 {  font-size: 24px;  }
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {  font-size: 14px;  }
h6,
.h6 {  font-size: 12px;  }
p {  margin: 0 0 10px;  }
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {  font-size: 21px;  }
}
small,
.small {  font-size: 85%;  }
cite {  font-style: normal;  }
mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}
.text-left {  text-align: left;  }
.text-right {  text-align: right;  }
.text-center {  text-align: center;  }
.text-justify {  text-align: justify;  }
.text-nowrap {  white-space: nowrap;  }
.text-lowercase {  text-transform: lowercase;  }
.text-uppercase {  text-transform: uppercase;  }
.text-capitalize {  text-transform: capitalize;  }
.text-muted {  color: #777777;  }
.text-primary {  color: #428bca;  }
a.text-primary:hover {  color: #3071a9;  }
.text-success {  color: #3c763d;  }
a.text-success:hover {  color: #2b542c;  }
.text-info {  color: #31708f;  }
a.text-info:hover {  color: #245269;  }
.text-warning {  color: #8a6d3b;  }
a.text-warning:hover {  color: #66512c;  }
.text-danger {  color: #a94442;  }
a.text-danger:hover {  color: #843534;  }
.bg-primary {
    color: #fff;
    background-color: #428bca;
}
a.bg-primary:hover {  background-color: #3071a9;  }
.bg-success {  background-color: #dff0d8;  }
a.bg-success:hover {  background-color: #c1e2b3;  }
.bg-info {  background-color: #d9edf7;  }
a.bg-info:hover {  background-color: #afd9ee;  }
.bg-warning {  background-color: #fcf8e3;  }
a.bg-warning:hover {  background-color: #f7ecb5;  }
.bg-danger {  background-color: #f2dede;  }
a.bg-danger:hover {  background-color: #e4b9b9;  }
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {  margin-bottom: 0;  }
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt,
dd {  line-height: 1.42857143;  }
dt {  font-weight: bold;  }
dd {  margin-left: 0;  }
@media (min-width: 1200px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {  content: '\2014 \00A0';  }
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {  content: '';  }
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {  content: '\00A0 \2014';  }
blockquote:before,
blockquote:after {  content: "";  }
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
code,
kbd,
pre,
samp {  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;  }
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width:95%!important;
}
@media (min-width: 768px) {
    /* .container {  width: 750px;  } */
}
@media (min-width: 960px) {
    /*  .container {  width: 970px;  } */
}
@media (min-width: 1200px) {
    .container {  width: 1170px;   }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:before, .row:after {
    line-height: normal;
}
.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-left: 15px;
    padding-right: 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: 960px) {
    .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;  }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {  opacity: 1;  }
.collapse {
    display: none;
    position: static;
    transition: all 0s ease 0s;
}
.collapse.in {  display: block;  }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}
.nav > li.disabled > a {  color: #777777;  }
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #428bca;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {  max-width: none;  }
.nav-tabs {  border-bottom: 1px solid #dddddd;  }
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {  border-color: #eeeeee #eeeeee #dddddd;  }
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}
.tab-content > .tab-pane {  display: none;  }
.tab-content > .active {  display: block;  }
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar .btn, .navbar .btn-group {
    margin-top: 0;
}
@media (min-width: 1200px) {
    .navbar {  border-radius: 4px;  }
}
@media (min-width: 1200px) {
    .navbar-header {  float: left;  }
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {  overflow-y: auto;  }
@media (min-width: 1200px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {  overflow-y: visible;  }
}
.container > .navbar-header,
.container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 1200px) {
    .container > .navbar-header,
    .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
@media (min-width: 1200px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 1200px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.navbar-brand, .navbar .navbar-nav > li > a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
@media (max-width: 1199px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 959px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 959px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 959px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 959px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 960px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 960px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 960px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 960px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 959px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 960px) 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;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
/*============== END BOOTSTRAP GRID =====================*/

html, body {
    font-size: 16px;
    margin: 0;
    padding: 0;
}
body {
    background: #F5F5F5;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
}
body.home{
    background:transparent;
}
a:link, a:hover, a:visited, a:active, a:focus {
    outline: none;
}
img {
    max-width: 100%;
}
.wrap {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    top: 135px;
}
.home .wrap{
    top: 0;
}

/*======================================================================
                        SMALL HEADER STYLE
=======================================================================*/
header.sd-site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;

    transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
}
header.sd-header-small {
    transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;

    height: auto;
    border-bottom: 1px solid #dddddd;
}
header.sd-site-header img.sd-logo {
    width: 238px;

    transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
}
header.sd-header-small img.sd-logo {
    width: 200px;
    height: auto;

    transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
}

/********************** TOP HEADER *************************************/
.sd-top-links {
    background: #272727;
    padding: 5px 0 !important;
    height: 32px !important;
    display: block !important;
}
.sd-top-navbar {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.sd-top-navbar > li {
    display: inline-block;
    color: #FFFFFF;
    font-size: 13px;
    margin: 0 5px;
    border-right: 1px dotted #FFFFFF;
    line-height: 100%;
    padding-right: 10px;
}
.sd-top-navbar > li > a {
    color: #FFFFFF;
}
.sd-top-navbar li:before {
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 4px;
}
.sd-top-phone {
    font-weight: 700;
}
.sd-top-phone:before {
    content: "\f098";
}
.sd-top-contact:before {
    content: "\f0e0";
}
.sd-top-login {
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
}
.sd-top-login:before {
    content: "\f023";
    font-style: normal;
}
.sd-top-navbar li:last-child {
    border-right: 0;
    padding-right: 0;
}

/********************** MAIN HEADER ************************************/
.sd-header-items {
    background: #FFFFFF;
    padding: 30px 0;

    transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
}
.sd-logo-col {
    text-align: left;
}
.home header.sd-site-header .sd-header-items {
    background: none;
    padding: 15px 0;
}
.home header.sd-header-white {
    background: #FFFFFF;
}
.home header.sd-header-small{
    background: #FFFFFF;
}
header.sd-header-small .sd-header-items {
    padding: 10px 0;

    transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
}

/************************* NAVIGATION MENU *****************************/
.sd-navbar-collapse {
    padding: 0;
}
.sd-navbar {
    min-height: 0;
    margin-bottom: 0 !important;
    text-align: right;
}
.navbar .sd-navbar-nav {
    margin: 0;
    padding: 0;
    float: none;
    display: inline-block;
    text-align: left;
    position: relative;
    top: 2px;
}
.navbar .sd-navbar-nav > li {
    position: relative;
    line-height: inherit;
}
.navbar .sd-navbar-nav > li > a {
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 12px;
    color: #606060;
    font-weight: 500;
}
.navbar .sd-navbar-nav > li > a:hover {
    background: #EEEEEE;
    color: #606060;
}
.home header.sd-site-header .sd-navbar-nav > li:hover > a,
.home header.sd-site-header .sd-navbar-nav > li > a:hover{
    background: #fff;
    color: #606060;
}
.home header.sd-header-small .sd-navbar-nav > li:hover > a,
.home header.sd-header-small .sd-navbar-nav > li > a:hover{
    background:none;
}
.home header.sd-site-header .sd-navbar-nav > li > a {
    color: #fff;
}
.home header.sd-header-small .sd-navbar-nav > li > a {
    color: #606060;
}
.home header.sd-header-white .sd-navbar-nav > li > a {
    color: #606060;
}
.navbar .sd-navbar-nav ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 250px;
    z-index: 999;
    margin: 0;
    padding: 10px 0 0;
    list-style: none;
	background:#fff;
}/*
.navbar .sd-navbar-nav li:nth-last-child(-n+3) ul {
    left: auto;
    right: 0;
}*/
.navbar .sd-navbar-nav > li:hover ul {
    display: block;
}
.navbar .sd-navbar-nav > li > ul > li > a {
    padding: 8px 15px;
    font-size: 12px;
    display: block;
    color: #7d7b7b;
    text-transform: uppercase;
}
.navbar .sd-navbar-nav > li > ul > li > a:hover {
    background: #EEEEEE;
    text-decoration: none;
}
.home header.sd-site-header .sd-navbar-nav a:hover {
    color:#000;
}
.home header.sd-header-small .sd-navbar-nav a:hover {
    color: #606060;
}
.navbar .sd-navbar-nav li a,
.navbar .sd-navbar-nav li a:hover {
    transition: background 200ms ease-in-out;
    -moz-transition: background 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out;
}
.home header.sd-site-header .btn.sd-header-try{
/*    background:rgba(255,255,255,0.2);*/
}
.home header.sd-header-small .btn.sd-header-try{
    background:#e53821;
}

/*************************** BANNER STYLE ***************************/
.sd-banner {
    background-image: url("//cdn2.hubspot.net/hub/341816/file-2058442183-jpg/scr-img/linked-images/banner-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #FFFFFF;
    text-align: center;
    padding: 70px 0 50px;
}

.home-banner {
    margin-top: -70px !important;
}

.home .sd-banner {
        background-image: url("//www.securedocs.com/hubfs/SD_Website/homepage/SD-hero-img2016-3.jpg");

    /*background-image: url("//www.securedocs.com/hs-fs/hub/341816/file-2592111675-jpg/scr-img/linked-images/HomepageImageStraight.jpg");*/
    /*background-image: url("//cdn2.hubspot.net/hub/341816/file-2062242537-jpg/scr-img/linked-images/homepage-banner1.jpg");*/
    padding: 204px 0 25px; /*padding: 224px 0 100px;*/
}
.home-banner h3{
    font-style:italic;
	margin-bottom:40px;
}
.home-banner h4{
    font-style:italic;
	font-weight:bold;
	font-size:30px;
	margin-bottom: 85px;
}
.sd-banner h2,
.sd-banner h1 {
    font-size: 36px;
    line-height: 130%;
    margin: 0;
}
.sd-banner p {
    font-size: 18px;
	line-height:150%;
	padding:30px 0 0 0;
	margin:0 auto;
}
.home-banner p{
    font-size: 20px;
    line-height: 150%;
	max-width:670px;
	margin:0 auto;
}
.home .sd-subhead{
	padding-top:20px;
	margin-bottom:40px;
}
.sd-banner h2,
.sd-banner p {
    font-weight: 300;
}
.sd-banner .sd-small,
.sd-banner .sd-large {
    display: block;
    text-align: center;
}
.sd-banner .sd-small {
    font-size: 36px;
}
.sd-banner .sd-large {
    font-size: 52px;
}
.sd-banner-no-image {
    background-image: none;
    color: #000000;
    background-color: #FFFFFF;
    border-top: 1px solid #CCCCCC;
    -moz-box-shadow:0 7px 5px -9px rgba(0,0,0,0.5) inset;
    -webkit-box-shadow:0 7px 5px -9px rgba(0,0,0,0.5) inset;
    box-shadow:0 7px 5px -9px rgba(0,0,0,0.5) inset;
}
.sd-banner-news,
.sd-banner-resources,
.sd-banner-about {
    padding: 100px 0;
}
.sd-banner-security {
    padding: 80px 0 70px;
}
.sd-banner-centered-padded-text {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}
.sd-banner-centered-padded-text-980 {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.sd-banner-single-line-text {
    padding: 30px 0 0;
}

/*=======================================================================
                        CONTENT STYLE
=======================================================================*/
/*********************** HOMEPAGE **************************************/
.sd-home-section {
    padding: 50px 0;
    background: #F5F5F5;
}
.sd-home-section header {
    text-align: center;
}
.sd-home-section-title {
    margin: 0;
    padding: 0 0 50px;
    font-size: 42px;
    text-align: center;
    font-weight: 300;
    position: relative;
}
.sd-title-underlined {
    padding: 0 100px 15px;
    display: inline-block;
    margin-bottom: 80px;
}
.sd-title-underlined:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -10px;
    display: block;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eeeeee;
    height: 3px;
    width: 100%;

}
.sd-home-section-1 {
    text-align: center;
}
.sd-home-section-1-grid {
    background: #FFFFFF;
    padding: 40px;
    border: 1px solid #E2E2E2;
    -webkit-box-shadow: 5px 5px 6px -8px rgba(0, 0, 0, .3);
    -moz-box-shadow: 5px 5px 6px -8px rgba(0, 0, 0, .3);
    box-shadow: 5px 5px 6px -8px rgba(0, 0, 0, .3);
}
.sd-home-section-1-grid-title {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    padding: 0 0 10px;
}
.sd-home-section-1-grid-subtitle {
    margin: 0;
    color: #164da0;
    font-size: 22px;
    font-weight: 300;
    padding: 0 0 20px;
    font-style: italic;
}
.sd-home-section-1-grid-text {
    font-size: 16px;
    margin: 0;
    padding: 0 0 20px;
}
.sd-home-section-1-grid-img {
    margin: 0;
    padding: 20px 0 20px;
    display: table;
    width: 100%;
}
.sd-home-section-1-grid-img span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}
.sd-home-section-1-grid-img img {
    max-width: none;
    width: 80%;
}
.sd-home-section-1-grid-link {
    padding: 20px 0 0;
}

.sd-home-section-2,
.sd-home-section-4 {
    background: #FFFFFF;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
}
.sd-home-section-2-grid-icon {
    float: left;
    clear: right;
    width: 64px;
    height: auto;
}
.sd-home-section-2-grid-title {
    font-size: 14px;
    font-weight: 700;
    margin: 5px 0 0;
    padding: 0 40px 5px 72px;
    text-transform: uppercase;
    line-height: 120%;
}
.sd-home-section-2-grid-text {
    font-size: 13px;
    margin: 0;
    padding: 0 40px 0 72px;
    color: #77787b;
    line-height: 130%;
}
.sd-home-section-2-grid-link {
    padding: 0 40px 40px 72px;
    margin: 0;
}
.sd-learn-more {
    color: #e53821;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}
.sd-learn-more:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 13px;
    margin-left: 5px;
}
.sd-learn-more:hover {
    color: #77787b;
    text-decoration: none;
}
.sd-learn-more,
.sd-learn-more:hover {
    transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -webkit-transition: color 200ms ease-in-out;
}

/* homepage video */

.sd-home-video .sd-home-video-left ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}
.sd-home-video .sd-home-video-left li {
    width: 50%;
    list-style-type: none;
}
.sd-home-video .sd-home-video-left li:before {
    content:'';
    color: #ee3e17;
    font-family: fontawesome;
    padding-right: 10px;
    font-size: 1.2em;
}
.sd-home-video-wrapper {
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    padding: 20px;
    position: relative;
}
.sd-home-video {
    display: flex;
}
.sd-home-video-right {
    order: 2;
    width: 50%;
    text-align: right;
    padding-left: 100px;
}
.sd-home-video-right img {
    width: 100%;
    height: auto;
}
.sd-home-video-left {
    order: 1;
    width: 50%;
    padding: 20px 0 20px 20px;
}
.sd-home-video-left h1, .sd-home-video-left h2, .sd-home-video-left h3 {
    margin: 0;
    color: black;
}
.sd-home-video-left h4 {
    font-style: italic;
    font-weight: 200;
    margin: 10px 0;
    display: inline-block;
    font-size: 16px;
}
.sd-home-testimonial {
    background: #FFFFFF url('//cdn2.hubspot.net/hub/341816/file-1983994995-png/scr-img/homepage/more-testi-bg.png') no-repeat right bottom;
    border: 1px solid #E2E2E2;
    padding: 20px;
    position: relative;
}
.sd-home-testimonial-video-placeholder img,
.sd-home-testimonial-video-placeholder video,
.sd-home-testimonial-video-placeholder iframe {
    max-width: 100%;
    height: auto;
}
.sd-home-testimonial-text {
    font-size: 20px;
    font-style: italic;
    color: #77787b;
    position: relative;
    font-weight: 400;
    z-index: 1;
    opacity: 0.99;
    padding: 20px 0 0 5px;
    margin: 0;
}
.sd-home-testimonial-text:before,
.sd-home-testimonial-text:after {
    font-family: FontAwesome;
    color: #F4F4F4;
    font-size: 40px;
    font-style: normal;
    z-index: -1;
}
.sd-home-testimonial-text:before {
    content: "\f10d";
    position: absolute;
    top: 0;
    left: -10px;
}
.sd-home-testimonial-text:after {
    content: "\f10e";
    vertical-align: top;
    position: relative;
    top: -10px;
    left: -20px;
}
.sd-home-testimonial-by {
    margin: 0;
    padding: 0;
    display: table;
    width: 80%;
}
.sd-home-testimonial-pic {
    float: left;
    margin: 0 15px 0 0;
    border-radius: 50%;
}
.sd-home-testimonial-name,
.sd-home-testimonial-position,
.sd-home-testimonial-company {
    display: block;
    font-size: 13px;
    line-height: 120%;
}
.sd-home-testimonial-name {
    padding: 25px 0 0;
    font-weight: 700;
}
.sd-home-testimonial-position {
    color: #e24b25;
}
.sd-home-testimonial-company {
    color: #77787b;
}
.sd-home-testimonial-more {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
    padding: 0 10px 10px 0;
    line-height: 100%;
}
.sd-home-testimonial-more a {
    color: #FFFFFF;
}
.sd-home-testimonial-more a:hover {
    color: #E53821;
    text-decoration: none;
}
.sd-home-testimonial-more a,
.sd-home-testimonial-more a:hover {
    transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -webkit-transition: color 200ms ease-in-out;
}

.sd-home-section-4 {
    border-bottom: none;
}
.sd-home-section-4 header .sd-title-underlined {
    padding: 0 100px 30px;
    display: inline-block;
    margin-bottom: 80px;
}
.sd-home-customers {
    text-align: center;
	margin-bottom:40px;
}
.sd-home-customers .sd-home-section-4-grid img {
    max-height: 85px;
}

/************************ NEWS PAGE ************************************/
.sd-page-wrap {
    background: #FFFFFF;
    padding: 20px 0 100px;
    min-height: 400px;
}
.sd-news-item {
    padding: 30px 0;
}
.sd-news-item:nth-of-type(even) {
    background: #F5F5F5;
}
.sd-date {
    width: 260px;
    float: left;
    height: 100%;
}
.sd-news-day,
.sd-news-my {
    float: left;
    font-size: 36px;
    height: 100%;
    min-height: 100px;
    position: relative;
}
.sd-news-day {
    width: 24%;
    background: #E53821;
    color: #FFFFFF;
    font-weight: 700;
    padding: 8px;
}
.sd-news-day span {
    position: absolute;
    bottom: 0;
}
.sd-news-my {
    width: 76%;
    padding: 0 0 0 10px;
}
.sd-news-my span {
    position: absolute;
    bottom: -3px;
    line-height: 100%;
    font-weight: 300;
}
.sd-news-details {
    width: 70%;
    float: left;
    min-height: 100px;
    position: relative;
}
.sd-news-details h4,
.sd-news-details h2 {
    font-size: 18px;
    font-weight: 700;
}
.sd-news-details p {
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.sd-news-details a {
    color: #e53821;
    font-weight: 600;
}
.sd-news-details-inner {
    position: absolute;
    bottom: 0;
}

/************************* WHITEPAPERS PAGE ****************************/
.sd-whitepaper-wrap {
    display: inline-block;
    border: 10px solid #F0F0F0;
    position: relative;
}
.sd-cover-clip {
    position: absolute;
    top: 0;
    right: 0;
    background: url("//cdn2.hubspot.net/hub/341816/file-2124391620-png/scr-img/linked-images/cover-clip.png") no-repeat right top;
    width: 56px;
    height: 56px;
}
.sd-resources-grid {
    padding-top: 15px;
    padding-bottom: 50px;
}
.sd-whitepaper-details h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 20px 0;
    line-height: 130%;
}
.sd-resources-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 130%;
    margin: 0;
    padding: 0 0 15px;
}
.sd-resources-link {
    margin: 0;
    padding: 0;
}

/************************ TESTIMONIAL PAGE ****************************/
.sd-testimonial-grid {
    padding-top: 30px;
    padding-bottom: 30px;
}
.sd-testimonial-section-1 {
    padding: 60px 0;
    background: #FFFFFF;
}
.sd-testimonial-info-wrap {
    padding: 10px 0 0;
}
.sd-testimonial-info,
.sd-testimonial-text {
    margin: 0;
    padding: 0;
}
.sd-testimonial-info {
    font-size: 14px;
}
.sd-testimonial-text {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    padding: 15px 0 0;
}
.sd-testimonial-name {
    font-weight: 700;
}
.sd-testimonial-position {
    color: #ff5125;
}
.sd-testimonial-company {
    display: block;
    color: #888888;
}

/********************* TESTIMONIAL SLIDER *****************************/
.sd-testimonial-section-2,
.sd-page-wrap-section-2 {
    padding: 60px 0 100px;
    border-top: 1px solid #d5d5d5;
}
.sd-section-title {
    margin: 0;
    padding: 0 0 50px;
    text-align: center;
    font-size: 36px;
    font-weight: 300;
}
.cycle-gallery {
    position: relative;
}
.btn-prev,
.btn-next {
    position: absolute;
    top: 50%;
    margin-top: -44px;
}
.btn-prev {
   left: -50px;
}
.btn-next {
    right: -50px;
}
.slide {
    float: left;
}
.mask {
    overflow: hidden;
}
.content-slide {
    padding: 10px;
}
.sd-slider-testimonial-text {
    padding: 15px 20px 10px 30px;
    background: #FFFFFF;
    border: 1px solid #dddddd;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 0 8px 6px -9px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 8px 6px -9px rgba(0, 0, 0, .3);
    box-shadow: 0 8px 6px -9px rgba(0, 0, 0, .3);
}
.sd-slider-testimonial-text:after,
.sd-slider-testimonial-text:before {
    content: '';
    border-top: 18px solid #FFFFFF;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -18px;
}
.sd-slider-testimonial-text:before {
    border-top: 20px solid #dddddd;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    margin-left: -20px;
}

.sd-slider-testimonial-about {
    clear: both;
    margin: 40px 0 0;
}
.sd-slider-about-inner {
    display: table;
    margin: auto;
}
.sd-slider-about-inner > div {
    display: table-cell;
}
.sd-slider-about-inner > div > p {
    padding: 0;
    margin: 0;
}
.sd-slider-about-info {
    vertical-align: middle;
}
.sd-slider-testimonial-text p {
    font-size: 20px;
    font-style: italic;
    color: #77787b;
    position: relative;
    font-weight: 400;
    z-index: 1;
    opacity: 0.99;
    padding: 20px 0 0 5px;
    margin: 0;
}
.sd-slider-testimonial-text p:before,
.sd-slider-testimonial-text p:after {
    font-family: FontAwesome;
    color: #F4F4F4;
    font-size: 40px;
    font-style: normal;
    z-index: -1;
}
.sd-slider-testimonial-text p:before {
    content: "\f10d";
    position: absolute;
    top: 0;
    left: -10px;
}
.sd-slider-testimonial-text p:after {
    content: "\f10e";
    vertical-align: top;
    position: relative;
    top: -10px;
    left: -20px;
}
.sd-slider-about-pic img {
    margin-right: 10px;
}
.sd-slider-testimonial-name,
.sd-slider-testimonial-position,
.sd-slider-testimonial-company {
    display: block;
    font-size: 13px;
    line-height: 120%;
}
.sd-slider-testimonial-name {
    padding: 25px 0 0;
    font-weight: 700;
}
.sd-slider-testimonial-position {
    color: #e24b25;
}
.sd-slider-testimonial-company {
    color: #77787b;
}
  

/*************************** PRICING PAGE *******************************/

/* 5 column table */
.header-row {
    color: white;
    text-align: center;
}
.spaced-table .sd-table-td, .header-row td {
    border-left: 7px solid white !important;
    border-right: 7px solid white !important;
    border-top: 3px solid white !important;
    border-bottom: 3px solid white !important;
}
.spaced-table .sd-table-head-2 {
    background: #00a258;
}
.spaced-table .sd-table-head-2 .sd-table-head-top {
    background: #06ba68;
}
.spaced-table .sd-table-head-3 {
    background: #2057aa;
}
.spaced-table .sd-table-head-3 .sd-table-head-top {
    background: #2562bd;
}
.spaced-table .sd-table-head-4 {
    background: #e95534;
}
.spaced-table .sd-table-head-4 .sd-table-head-top {
    background: #fe5e3a;
}
.spaced-table .top-row {
    background: #efefef;
    padding: 20px;
    color: #686868;
}
.spaced-table .top-row p {
    font-size: 18px;
}
.info-wrapper {
    position: relative;
    background: #686868;
    color: white;
    border-radius: 50%;
    padding: 0 10px;
    margin-left: 10px;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition:all .4s ease;
}
.info-inner {
    position: absolute;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .4s ease;
    transition:all .4s ease;
    background: white;
    color: #686868;
    font-size: 12px;
    text-align: left;
    left: -130px;
    top: 30px;
    padding: 10px;
    border-radius: 3px;
    width: 300px;
    text-align: center;
    box-shadow: 2px 2px 10px rgba(0,0,0,.3);
}
.info-wrapper:hover {
    background: #ee3e17;
}
.info-wrapper:hover .info-inner {
    opacity: 1;
    z-index:10;
}

.spaced-table .sd-table-td {
    background: #efefef;
    padding: 12px 20px;
}
.spaced-table .sd-table-head-1 span:last-of-type {
    font-size: 30px;
}
.spaced-table .row2-head {
    vertical-align: middle;
    background: #686868;
    padding: 10px;
    font-weight: 300;
}
.spaced-table .row2-head span {
    font-weight: 300;
}
.spaced-table .sd-table-head-bottom > span:nth-of-type(2) {
    font-size: 50px;
    font-weight: 300;
    vertical-align: top;
}
.spaced-table .multi-column {
    display: -webkit-flex;
    display: flex;
    width: 100%;
}
.spaced-table .multi-column > div {
    box-sizing: border-box;
    width: 33.3333%;
    border-left: 2.5px solid white;
    border-right: 2.5px solid white;
}
.spaced-table .sd-table-head-top {
    padding: 10px 6px;
}
.spaced-table .column-price {
    text-align: left;
    line-height: 1em;
    position: relative;
    padding: 10px 0;
    text-align: center;
}
.spaced-table .column-price .price {
    position: relative;
    display: block;
}
.spaced-table .column-price .price > span:nth-child(1) {
    position: relative;
    font-size: 18px;
    top: -25px;
}
.spaced-table .column-price .price > span:nth-child(2) {
    font-size: 50px;
    line-height: 50px;
    font-weight: 300;
}
.spaced-table .column-price .price > .call {
    font-size: 30px !important;
    line-height: 50px;
    position: static !important;
    text-align: center;
    width: 100%;
    display: block;
}
.spaced-table .column-price .price-text > span:nth-child(1) {
    font-size: 16px;
}
.spaced-table .column-price .price-text > span:nth-child(3) {
    font-size: 10px;
}
.spaced-table .sub-cost .sd-table-td {
    color: black;
}
.spaced-table .sd-table-td {
    width: 15%;
}
.spaced-table .sd-table-td:nth-child(1) {
    width: 20%;
}
.spaced-table .table-label {
    color: black;
    text-align: left;
    font-size: 16px;
}
.spaced-table .button-row {
    text-align: center;
}
.spaced-table .button-row a {
    display: inline-block;
}
.green-check {
    font-size: 18px;
    background: #00a258;
    border-radius: 3px;
    padding: 0 3.3px;
}
.blue-check {
    font-size: 18px;
    background: #2057aa;
    border-radius: 3px;
    padding: 0 3.3px;
}
.red-check {
    font-size: 18px;
    background: #e95534;
    border-radius: 3px;
    padding: 0 3.5px;
}
.spaced-table .green-signup-button {
    background: #00a258;
}
.spaced-table .blue-signup-button {
    background: #2057aa;
}
.spaced-table .orange-signup-button {
    background: #e95534;
}

/* phone table */
.phone-table {
    display: none;
}
.package-header {
    font-weight: bold;
    font-size: 16px;
}
.all-packages ul {
    padding: 20px 0;
    margin: 0;
    list-style-type: none;
}
.all-packages li {
    position: relative;
}
.all-packages li:before {
    content: "";
    font-family: fontawesome;
    padding-right: 10px;
    color: #e95534;
}
.phone-group {
    background: #efefef;
    padding-bottom: 10px;
}
.phone-group-header {
    background: #efefef;
    margin: 10px 0;
}
.phone-group-header > div {
    padding: 20px;
}
.phone-group-header > div:nth-child(1) {
    background: #686868;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}
.phone-table-group {
    margin: 0 20px 10px;
}
.phone-table-head {
    text-align: center;
    color: white;
}
.phone-table-list {
    padding-bottom: 10px;
}
.phone-table-list ul {
    margin: 0;
}
.phone-table-list li {
    background: white;
    margin: 2px 0;
    list-style-type: none;
    padding: 5px 0 5px 20px;
}
.phone-table-list a {
    display: inline-block;
}

/* CW Table */

.cw-price-table {
    text-align: center;
    margin: 20px 0 100px;
}
.cw-price-table .top-row td {
    padding: 10px;
    color: white;
}
.cw-price-table .top-row .sd-table-head-1 {
    font-size: 37px;
    font-weight: 600;
    text-transform: uppercase;
    color: #d5d5d5;
}
.cw-price-table .top-row .sd-table-head-4 {
    background: #e95534;
}
.cw-price-table .top-row .sd-table-head-3 {
    background: #2057aa;
}
.cw-price-table .top-row .plan {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}
.cw-price-table .bottom-row td {
    padding: 0 15px 15px;
    color: white;
    font-size: 10px;
}
.cw-price-table .bottom-row .price {
    font-size: 68px;
    line-height: 68px;
    font-weight: 300;
    position: relative;
}
.cw-price-table .bottom-row .price:before {
    content: '$';
    font-size: 20px;
    vertical-align: text-top;
}
.cw-table-row td {
    padding: 12px 20px;
    color: white;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.cw-table-row:nth-child(odd) {
    background: #efefef;
}
.cw-table-row .cw-table-row-head {
    font-size: 18px;
    color: black;
    border-left: 1px solid #ddd;
    text-align: left;
}
.cw-table-row-bold {
    background: #ddf1e8;
    color: white;
} 
.cw-table-row-bold td {
    padding: 18px 20px;
}
.cw-table-bold-cell {
    background: #00a258;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
.cw-table-bold-cell:after {
    content: '';
    width: 0; 
    height: 0; 
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 29px solid #00a258;
    display: block;
    position: absolute;
    top: 0;right: -28.5px;
}
.cw-table-bold-cell .info-wrapper {
    background: white;
    color: #00a258;
}
.cw-table-bold-cell .info-wrapper:hover {
    background: #e95534;
    color: white;
}
.cw-table-button td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 20px;
}
.cw-table-button .cw-table-row-head {
    border-bottom: 1px solid white;
}

/* CW phone table */

.cw-phone-table {
    margin-bottom: 50px;
}
.cw-phone-table .phone-group-header > div:nth-child(2) {
    padding: 20px 20px 0;
}
.cw-phone-table .phone-table-list ul {
    margin-bottom: 20px;
}
.cw-phone-table .info-wrapper .info-inner {
    position: static;
    display: block;
    opacity: 1;
    z-index: 1;
    width: 100%;
    background: transparent;
    box-shadow: none;
    text-align: left;
    padding-left: 20px;
}
.cw-phone-table .info-wrapper {
    background: transparent;
    color: transparent;
    cursor: default;
}

/* general table */
.sd-table {
    display: table;
    width: 100%;
}
.sd-table-row {
    display: table-row;
}
.sd-table-td {
    display: table-cell;
    width: 33.3333%;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    padding: 0;
}
.sd-comparison-table .sd-table-td{
	 width: 25%;
}
.sd-table-head-1 {
    background: #686868;
}
.sd-table-head-2 {
    background: #008a4b;
    vertical-align: top;
}
.sd-table-head-3 {
    background: #164DA0;
    vertical-align: top;
}
.sd-table-head-4 {
    background: #ee3e17;
    vertical-align: top;
}
.sd-comparison-table .sd-table-head-1 {
    /*background: #fff;*/
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}
.sd-comparison-table .sd-table-head-2 {
    background: #a8c0e4 ;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	border-right:1px solid #dddddd;
}
.sd-comparison-table .sd-table-head-3 {
 	background: #fff;
    vertical-align: top;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}
.sd-comparison-table .sd-table-head-3 img{
	max-width:65%;
	padding:10px;
}
.sd-comparison-table .sd-table-head-4 {
    background: #fff;
    vertical-align: top;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}
.sd-comparison-table .sd-table-head-4 img{
	max-width:65%;
	padding:10px;
}
.sd-table-head-top {
    margin: 0;
    width: 100%;
    padding: 6px;
}
.sd-table-head-1 span {
    display: block;
    line-height: 100%;
}
.sd-table-head-1 span:first-of-type {
    color: #d5d5d5;
    font-size: 31px;
}
.sd-table-head-1 span:last-of-type {
    font-size: 37px;
    font-weight: 600;
    text-transform: uppercase;
}
.sd-table-head-top span {
    display: block;
    line-height: 120%;
}
.sd-table-head-top > span:first-of-type {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}
.sd-table-head-top > span:last-of-type {
    font-size: 14px;
    font-weight: 300;
}
.sd-table-head-2 .sd-table-head-top {
    background: #00a258; /*#F66451;*/
}
.sd-table-head-3 .sd-table-head-top {
    background: #2057AA; /*#2864BE;*/
}
.sd-table-head-4 .sd-table-head-top {
    background: #e95534; /*#2864BE;*/
}
.sd-comparison-table .sd-table-head-3 .sd-table-head-top{
	 background: #2057AA !important;
	 color:#fff;
	 font-size:18px;
	 border-bottom:none !important
}
.sd-comparison-table .sd-table-head-4 {
    background: #f38a75;
}

.sd-comparison-table .sd-table-head-4 .sd-table-head-bottom{
    background:  #f38a75;
    color: #fff;
}

.sd-comparison-table .sd-table-head-4 .sd-table-head-top{
     background: #f49c8b !important; 
	 color:#fff;
	 font-size:18px;
	 border-bottom:none !important
}
.sd-comparison-table .sd-table-head-top{
	 background: #fff !important;
	 color:#000;
	 font-size:18px;
	 text-transform:none;
	 border-bottom:1px solid #dddddd;
	 padding:15px 10px;
}
.sd-comparison-table  .sd-table-head-top > span:first-of-type {
    text-transform:none;
    font-size: 22px;
    font-weight:normal;
	padding:10px 0 8px 0;
}
.sd-table-head-bottom {
    margin: 0 auto;
    padding: 15px 10px;
    display: table;
    width: auto;
}
.sd-comparison-table .sd-table-head-3  {
  background: #164DA0!important;
  color: #fff;
}
.sd-table-head-bottom > span {
    display: table-cell;
    padding: 0;
    margin: 0;
    line-height: 100%;
}
.sd-table-head-bottom > span:first-of-type {
    font-size: 18px;
    vertical-align: top;
    padding-top: 10px;
}
.sd-table-head-bottom > span:nth-of-type(2) {
    font-size: 68px;
    font-weight: 300;
    vertical-align: top;
}
.sd-table-head-bottom > span:last-of-type {
    vertical-align: bottom;
    padding-bottom: 8px;
}
.sd-table-head-bottom > span:last-of-type > span {
    display: block;
    text-align: left;
    line-height: 100%;
}
.sd-table-head-bottom > span:last-of-type > span:first-of-type {
    font-size: 16px;
}
.sd-table-head-bottom > span:last-of-type > span:last-of-type {
    font-size: 10px;
}
.sd-comparison-table .sd-table-head-2 .sd-table-head-bottom span {
	color:#000 !important;
	font-size: 12px !important;
	font-weight:700;

}
.sd-table-row-data .sd-table-td {
    color: #000000;
    padding: 12px 20px;
    font-size: 18px;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.sd-table-row-data .sd-table-td:first-of-type {
    text-align: left;
    border-left: 1px solid #dddddd;
}
.sd-table-row-data:nth-of-type(odd) {
    background: #efefef;
}
.sd-table-row-buttons .sd-table-td {
    padding: 16px 20px;
}
.sd-table-row-buttons .sd-table-td:nth-of-type(2) {
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}
.sd-table-row-buttons .sd-table-td:last-of-type {
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.tip-trigger{
	color:#164da0;
	display:block;
	width:100%;
	height:30px;
	margin:0 auto;
}
.tip-trigger:hover{
	cursor:help;
	text-decoration:none;
}
.tip-trigger i{
	border-bottom: 1px dotted #164da0;
}
.tip {
    color: #fff;
    background:#686868;
    display:none; /*--Hides by default--*/
    position:absolute;
	z-index:1000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	width:200px;
}
.inner-padding{
	padding:15px;
	display:block;
}
.sd-table-section-2 {
    padding: 80px 0 100px;
    border-top: 1px solid #d5d5d5;
    background: #F2F2F2;
}
.sd-cta-section{
    padding: 80px 0 100px;
    border-top: 1px solid #d5d5d5;
    background: #F2F2F2;
}
.fa-times{
	color:#bbb;
}
.fa-check-square.sd-black{
	color:#000;
	font-size:25px;
}
.fa-check-square.sd-green{
	color:#008a4b;
	font-size:25px;
}
.fa-check-square.sd-blue{
	color:#164da0;
	font-size:25px;
}
.sd-table-section-title {
    margin: 0;
    padding: 0 0 50px;
    text-align: center;
    font-size: 31px;
}
.sd-faq-wrap {
    display: table;
    width: 100%;
    border: 1px solid #d8d8d8;
}
.sd-cta-wrap {
    display: table;
    width: 100%;
    border: 1px solid #d8d8d8;
}
.sd-faq-section-1,
.sd-faq-section-2,
.sd-cta-content {
    display: table-cell;
    box-sizing: border-box;
    font-size: 16px;
}
.sd-faq-section-1 {
    background: #FFFFFF;
    vertical-align: top;
    padding: 40px;
    width: 68%;
    border-right: 1px solid #d8d8d8;
}
.sd-faq-section-2 {
    background: #E6E6E6;
    border-left: 6px solid #E0E0E0;
    vertical-align: middle;
    text-align: center;
    width: 32%;
    padding: 20px;
}
.sd-faq-section-2 h3 {
    font-size: 31px;
    font-weight: 300;
    margin: 0;
}
.sd-faq-section-2 p {
    padding: 40px 0;
    margin: 0;
}
.sd-cta-content{
	background: #fff;
    vertical-align: middle;
    text-align: center;
    width: 32%;
    padding: 50px 20px;
}
.sd-cta-content h3 {
    font-size: 31px;
    font-weight: 300;
    margin: 0;
}
.sd-cta-content p {
    padding: 40px 0;
    margin: 0;
}
.sd-faq-answer {
    background: url("../images/carret.png") no-repeat 6px top;
    padding: 8px 0 0 42px;
    margin: 2px 0 0;
    color: #2b9a00;
    display: none;
}
.sd-faq-answer.active {
    display: block;
}
.sd-faq-question {
    margin-top: 25px;
}
.sd-faq-question a,
.sd-faq-question a:hover {
    color: #000000;
    text-decoration: none;
}
.sd-faq-question:first-of-type {
    margin-top: 0;
}
.sd-faq-answer span,
.sd-faq-question span {
    font-weight: 700;
}

/*************************** SOLUTIONS TAB *****************************/
.sd-solutions-tab {
    background: url("//cdn2.hubspot.net/hub/341816/file-2062984911-jpg/scr-img/linked-images/solutions-banner.jpg") no-repeat center center;
    background-size: cover;
    padding: 200px 0 0;
}
.sd-solutions-tab > div > .nav-tabs {
    text-align: center;
}
.sd-solutions-tab > div > .nav-tabs > li {
    display: inline-block;
    float: none;
}
.sd-solutions-tab > div > .nav-tabs > li > a {
    padding: 15px 60px;
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 300;
}
.sd-solutions-tab > div > .nav-tabs > li.active > a,
.sd-solutions-tab > div > .nav-tabs > li > a:hover {
    color: #000000;
    background: #ffffff; /*#f5f5f5;*/
    border: 1px solid #ffffff; /*#f5f5f5;*/
}

/******************** DEAL ROOM AND CORPORATE **************************/
.sd-deal-grid {
    min-height: 400px;
}
.sd-solutions-section-1 {
   /* background-image: url("../images/solutions/deal-room/banner.png"); */
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center bottom;
    /* padding: 60px 0 386px; */
	padding: 60px 0 86px;
    text-align: center;
}
.sd-corporate-document-repository {
   /* background-image: url("../images/solutions/corporate-document-repository/banner.png"); */
    padding: 60px 0 86px;
}
.sd-solutions-section-1 .container {
    max-width: 1000px;
}
.sd-solutions-section .sd-deal-grid,
.sd-solutions-section .sd-corporate-grid {
    padding: 20px 0;
}
.sd-corporate-grid-main h1 {
    /* color: #e53821; */
    color:#000;
    margin: 0;
    padding: 0;
}
.sd-corporate-grid-main span,
.sd-deal-grid-main span {
    display: block;
    padding: 6px 0;
}
.sd-corporate-grid-main .sd-small,
.sd-corporate-grid-main .sd-large {
    /* color: #004ecf; */
	color:#000;
}
.sd-deal-grid-main .sd-small,
.sd-corporate-grid-main .sd-small {
    font-size: 38px;
}
.sd-deal-grid-main .sd-large,
.sd-corporate-grid-main .sd-large {
    font-size: 56px;
}
.sd-deal-grid-main p,
.sd-corporate-grid-main p {
    font-size: 18px;
    margin: 0;
    padding: 30px 0 0;
}
.sd-corporate-grid-main p {
    max-width: 742px;
    margin-left: auto;
    margin-right: auto;
}
.sd-solutions-section-stripe {
    border-bottom: 1px solid #dddddd;
    padding: 50px 0;
}
.sd-solutions-section-stripe:last-of-type {
    border-bottom: 0;
    padding: 50px 0 100px;
}
.sd-solutions-section-stripe:nth-of-type(odd) {
    background: #FAFAFA; /* background: #FFFFFF; */
}
.sd-solutions-section-stripe:nth-of-type(even) {
	background: #FFFFFF;
}
.sd-solutions-section-stripe:nth-of-type(odd) .sd-industries-feat {
    background: #FAFAFA;
}
.sd-solutions-section-stripe:nth-of-type(even) .sd-industries-feat {
    background: #FFFFFF;
}
.sd-deal-grid h2,
.sd-corporate-grid h2 {
    font-size: 38px;
    color: #e53821;
    margin: 0;
    padding: 0 0 30px;
}
.sd-corporate-grid h2 {
    color: #004ecf;
}
.sd-deal-grid h4,
.sd-corporate-grid h4 {
    margin: 0;
    padding: 0 0 30px;
    font-size: 27px;
    font-style: italic;
}
.sd-deal-grid p,
.sd-corporate-grid p {
    font-size: 18px;
    margin: 0;
    padding: 0;
}
.sd-deal-grid ul,
.sd-corporate-grid ul {
    margin: 0 0 30px 0;
    padding: 40px 0 0;
    list-style: none;
}
.sd-deal-grid ul li,
.sd-corporate-grid ul li {
    padding: 6px 0 6px 22px;
    position: relative;
}
.sd-deal-grid ul li:before,
.sd-corporate-grid ul li:before {
    font-family: FontAwesome;
    content: "\f00c";
    color: #e53821;
    position: absolute;
    left: 0;
    top: 5px;
}
.sd-solution-grid-icon img {
    width: 75%;
}
/************************* ABOUT US PAGE *******************************/
.sd-about-page {
    padding: 50px 0;
}
.sd-page-single p {
    margin: 0;
    padding: 20px 0;
    font-size: 18px;
    line-height: 160%;
}
.sd-management-grid {
    padding-top: 40px;
    padding-bottom: 40px;
}
.sd-management-pic img {
    float: left;
    clear: right;
    max-width: 260px;
    height: auto;
}
.sd-management-details {
    padding: 0 0 0 280px;
}
.sd-management-name,
.sd-management-position {
    margin: 0;
    padding: 0;
    font-size: 18px;
}
.sd-management-name {
    font-weight: 700;
}
.sd-management-position {
    padding: 3px 0 0;
    color: #e53821;
}
.sd-management-about {
    margin: 0;
    padding: 20px 0 0;
    font-size: 16px;
    font-weight: 300;
}
.sd-management-link {
    margin: 0;
    padding: 15px 0 0;
}
.sd-management-link a.btn {
    text-transform: none;
    padding: 4px 18px;
}
.sd-management-grid:nth-of-type(odd) {
    clear: left;
}

/************************* SECURITY PAGE *******************************/
.sd-security-section-1,
.sd-security-section-2,
.sd-security-section-3 {
    background: #FFFFFF;
    padding: 50px 0;
}
.sd-security-section-2 {
    background: #FAFAFA;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.sd-security-top-grid {
    text-align: center;
}
.sd-security-top-grid-icon {
    text-align: center;
}
.sd-security-top-grid-icon img {
    max-height: 170px;
}
.sd-security-top-grid-title {
    margin: 0;
    padding: 20px 0 25px;
    font-size: 24px;
}
.sd-security-top-grid-text {
    margin: 0;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 300;
}
.sd-security-grid-icon {
    float: left;
    clear: right;
    width: 64px;
    height: auto;
}
.sd-security-grid-title {
    font-size: 14px;
    font-weight: 700;
    margin: 5px 0 0;
    padding: 0 24px 20px 72px;
    text-transform: uppercase;
    line-height: 120%;
}
.sd-security-grid-text {
    font-size: 14px;
    margin: 0;
    padding: 0 24px 0 72px;
    color: #77787b;
    line-height: 130%;
}
.sd-security-grid {
    padding-top: 25px;
    padding-bottom: 25px;
}

.sd-quick-links {
    background: #F7F7F7;
    padding: 20px;
    border: 1px solid #dddddd;
    max-width: 1100px;
    margin: 60px auto 100px;
    -moz-box-shadow:inset 0 1px 0 0 #FFFFFF;
    -webkit-box-shadow:inset 0 1px 0 0 #FFFFFF;
    box-shadow:inset 0 1px 0 0 #FFFFFF;
}
.sd-quick-links h3 {
    margin: 0;
    padding: 5px 0 20px 30px;
    font-size: 18px;
}
.sd-quick-links h3:before {
    font-family: FontAwesome;
    content: "\f0c1";
    margin-right: 8px;
}
.sd-quick-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sd-quick-links ul li {
    display: block;
}
.sd-quick-links ul li a {
    display: block;
    padding: 10px 10px;
    font-size: 14px;
    color: #005fd5;
}
.sd-quick-links ul li .fa {
    font-size: 22px;
    position: relative;
    top: 2px;
    margin-right: 8px;
}

/************************ INDUSTRIES PAGE ******************************/
.sd-industries-menu {
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sd-industries-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    height: auto !important;
}
.sd-industries-nav > li > a > span.sd-industries-menu-icon,
.sd-industries-nav > li > a > span.sd-industries-menu-text {
    display: block;
    text-align: center;
}
.sd-industries-nav > li > a > span.sd-industries-menu-icon > img {
    width: auto;
    height: 111px;
}
.sd-industries-nav > li > a:hover > .sd-industries-menu-text {
    -ms-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}
.sd-industries-nav > li > a {
    display: block;
    padding: 30px 0;
    text-decoration: none;
    color: #000000;
    border: 1px solid transparent;

    -webkit-transform: scale(1);
    -webkit-transition-duration: 200ms;
    -webkit-transition-timing-function: ease-out;

    -moz-transform: scale(1);
    -moz-transition-duration: 200ms;
    -moz-transition-timing-function: ease-out;

    -ms-transform: scale(1);
    -ms-transition-duration: 200ms;
    -ms-transition-timing-function: ease-out;

    transform: scale(1);
    transition-duration: 200ms;
    transition-timing-function: ease-out;
}
.sd-industries-nav > li > a:hover {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;

    -webkit-transform: scale(1.25);
    -webkit-transition-duration: 200ms;
    -webkit-transition-timing-function: ease-out;

    -moz-transform: scale(1.25);
    -moz-transition-duration: 200ms;
    -moz-transition-timing-function: ease-out;

    -ms-transform: scale(1.25);
    -ms-transition-duration: 200ms;
    -ms-transition-timing-function: ease-out;

    transform: scale(1.25);
    transition-duration: 200ms;
    transition-timing-function: ease-out;

}
.sd-industries-nav > li {
    width: 16%;
    margin: 0 2%;
    float: left;
}
.sd-industries-menu-text {
    font-size: 17px;
    padding: 15px 0 0;
}
.sd-industries-section .sd-industries-grid {
    padding: 20px 0;
}
.sd-industries-grid h2 {
    font-size: 38px;
    color: #e53821;
    margin: 0;
    padding: 0 0 30px;
}
.sd-industries-grid p {
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 160%;
}
.sd-industries-feat {
    padding: 20px;
    border: 1px solid #dddddd;
    display: table;
    width: 100%;
    margin-top: 50px;
}
.sd-industries-feat h3 {
    font-size: 27px;
    font-style: italic;
    margin: 0;
    padding: 0;
}
.sd-industries-feat ul {
    margin: 0;
    padding: 40px 0 0;
    list-style: none;
}
.sd-industries-feat ul li {
    padding: 6px 0 6px 22px;
    position: relative;
    width: 50%;
    float: left;
}
.sd-industries-feat ul li:before {
    font-family: FontAwesome;
    content: "\f00c";
    color: #e53821;
    position: absolute;
    left: 0;
    top: 5px;
}


/**************************** FEATURE SLIDER ****************************/
.sd-feature-slider-wrap {
    background: #FFFFFF url("../images/gradient-background.jpg") no-repeat center top;
    padding: 0 0 120px;
}
.sd-slider-wrapper {
    width: 825px;
    height: 517px;
    margin: 0 auto;
    background: url("../images/computer.png") no-repeat center center;
    padding: 36px 0 0 103px;
    float: none !important;
    box-sizing: border-box !important;
}
.sd-feature-slider-inner {
    position: relative;
}
.sd-slider-container {
    background: transparent;
    width: 598px;
    height: 352px;
    margin: 0;
}
.sd-slider-container img {
    width: 100%;
    height: auto;
    max-width: 598px;
    max-height: 352px;
}
.sd-swipe-icon {
    display: none;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
}

/************************* FEATURES PAGE ********************************/
.sd-features-section-1,
.sd-features-section-3,
.sd-features-section-5,
.sd-features-section-7,
.sd-features-section-8 {
    padding: 80px 0;
    background: #242424;
    color: #FFFFFF;
    overflow: hidden;
    min-height: 680px;
}
.sd-features-section-1 .container,
.sd-features-section-3 .container,
.sd-features-section-5 .container,
.sd-features-section-7 .container,
.sd-features-section-8 .container {
    max-width: 1600px;
    width: 100%;
}
.sd-features-section-3 {
    background: #2B2E34;
}
.sd-features-section-5 {
    background: #29353C;
}
.sd-features-section-7 {
    background: #2E3337;
}
.sd-features-section-1 {
    min-height: 640px;
}
.sd-features-section-1 {
    min-height: 680px;
}
.sd-features-section-7 {
    min-height: 700px;
}
.sd-features-section-8 {
    min-height: 740px;
}
.sd-features-section-8 {
    background: #FFFFFF;
    color: #000000;
}
.sd-features-section-2,
.sd-features-section-4,
.sd-features-section-6 {
    background: #FFFFFF;
    padding: 50px 0;
}
.sd-features-section-2 .sd-features-grid-icon,
.sd-features-section-4 .sd-features-grid-icon,
.sd-features-section-6 .sd-features-grid-icon {
    padding: 20px 0;
    text-align: center;
}
.sd-features-section-2 .sd-features-grid-icon img {
    max-height: 312px;
}
.sd-features-section-4 .sd-features-grid-icon img {
    max-height: 296px;
}
.sd-features-section-6 .sd-features-grid-icon img {
    max-height: 177px;
}
.sd-features-section-6 .sd-features-grid-icon {
    padding: 30px 0;
}
.sd-features-section-2 .sd-features-grid {
    min-height: 500px;
}
.sd-features-section-4 .sd-features-grid {
    min-height: 440px;
}
.sd-features-section-6 .sd-features-grid {
    min-height: 360px;
}
.sd-features-grid .sd-features-left {
    position: relative;
    text-align: right;
}
.sd-features-section-8 .sd-features-left {
    text-align: left;
}
.sd-features-grid h2 {
    margin: 0;
    padding: 70px 100px 50px 20px;
    color: #e53821;
    font-size: 38px;
}
.sd-features-grid p {
    margin: 0 0 40px 0;
    padding: 0 0 0 20px;
    font-size: 16px;
    line-height: 180%;
}
.sd-features-section-2 .sd-features-grid h2,
.sd-features-section-4 .sd-features-grid h2,
.sd-features-section-6 .sd-features-grid h2 {
    padding: 0 100px 50px 0;
}
.sd-features-section-8 .sd-features-grid h2 {
    padding: 50px 100px 50px 0;
}
.sd-features-section-2 .sd-features-grid p,
.sd-features-section-4 .sd-features-grid p,
.sd-features-section-6 .sd-features-grid p,
.sd-features-section-8 .sd-features-grid p {
    padding: 0 20px 0 0;
}
.sd-floated-bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 800px;
    width: 1200px;
}
.sd-features-section-8 .sd-floated-bg {
    right: auto;
    left: 0;
}

.featured-img, .feature-img-module {
    text-align:center !important;
}

.blog_search_hr {
    margin-top:10 !important;
    margin-bottom:0 !important;
}

/*==============================*/
/*=== privacy & tos pages ===*/
/*==============================*/

.scr-privacy-section-title {
    padding: 60px 0px 0px 0px;
}

.scr-privacy-section {
    padding: 50px 0px 40px 0px;
}

.scr-tos-section-title {
    padding: 60px 0px 0px 0px;
}

.scr-tos-section-title h1 {
    margin: 0px !important;
    padding: 0px !important;
}

.scr-tos-section {
    padding: 50px 0px 40px 0px;
}


/* accordion styles */

.accordion {
    padding: 0px !important;
    margin: 0px !important;
}

.accordion-toggle {
    cursor: pointer;
    margin: 0px !important;
    padding: 0px !important;
}

.accordion-content {
    display: none;
}

.accordion-content.default {
    display: block;
}

.accordion-block {
    padding-bottom: 80px;
}

.fa-arrow-right {
    color: #f04e23 !important;
}

.privacy-cta-button {
    margin-top: 20px;
}

.tos-cta-button {
    margin-top: 20px;
}




/*************************  Blog page ***********************************/

/**** to implement pop up to confirm blog subscription registration *****/

.white-popup {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto !important;
    max-width: 450px;
    padding: 0;
    position: relative;
    width: auto !important;
    border-radius: 5px;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: auto !important;
}
.white-popup .page-header.section-header > h1 {
    color: #444;
    font-size: 54px;
    font-weight: 600;
    line-height: normal;
    padding: 30px 30px 10px;
}
.white-popup .section-subheader {
     color: #333;
     font-size: 22px;
     line-height: 24px;
     font-weight: 600;
}
.white-popup p {
    margin-bottom: 60px;
    padding-right: 60px;
    padding-left: 60px;
}
.blog-header-form .hs-form-field {
    padding-top: 0px;
}
.blog-header-form .hs_firstname.field.hs-form-field > label,
.blog-header-form .hs_email.field.hs-form-field > label {
    display: none;
}
.blog-header-form textarea, #content input[type="email"], #content input[type="text"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    font-size: 12px;
    height: 25px;
    text-align: center;
}
.blog-header-form .hs-form .hs-button {
    background: #e83610 none repeat scroll 0 0;
    border-radius: 0;
    font-family: open sans;
    font-size: 12px;
    font-weight: 300;
    margin-top: 10px !important;
    padding: 2px !important;
    width: 100%;
}
.mfp-close {
    color: #fff !important;
    max-height: inherit !important;
    max-width: inherit !important;
    opacity:1 !important;
    position: inherit !important;
    right: inherit !important;
    top: inherit !important;
    font-style; inherit !important;
    font-family: inherit !important;
}
.mfp-content .page-header {
    border-bottom-width: 0px !important;
}

/*=======================================================================
                            FOOTER STYLE
========================================================================*/
footer {
    background: #231F20;
    padding: 10px 0;
}
.sd-footer-logo {
    color: #ffffff;
    font-size: 13px;
}
html .sd-footer-nav {
    padding:0;
}
.sd-footer-navbar {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.sd-footer-navbar > li {  display: inline-block;  }
.sd-footer-navbar > li > a {
    font-size: 11px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 2px 5px;
}
.sd-footer-navbar > li > a:hover {
    color: #E53821;
    text-decoration: none;
}
.sd-footer-navbar > li > a,
.sd-footer-navbar > li > a:hover {
    transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -webkit-transition: color 200ms ease-in-out;
}
.sd-footer-icons {
    text-align: center;
}
.sd-footer-icons .fa {
    font-size: 24px;
    margin-left: 2px;
    color: #FFFFFF;
}
.sd-footer-icons .fa:hover {
    color: #E53821;
}
.sd-footer-icons .fa,
.sd-footer-icons .fa:hover {
    transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -webkit-transition: color 200ms ease-in-out;
}
footer .vcard {
    display: none;
}

/*=======================================================================
                            BUTTON STYLE
========================================================================*/
.btn:hover,
.btn {
    transition: background 200ms ease-in-out;
    -moz-transition: background 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out;
    text-shadow: none;
}
.btn.sd-btn-red,
.btn.sd-btn-red-alt,
.btn.sd-header-try {
    background: #E53821;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 2px;
    min-width: 220px;
}
.btn.sd-btn-white {
    background: #FFFFFF;
    color: #E53821;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 2px;
    min-width: 220px;
}

.btn.sd-header-try,
.btn.sd-btn-red-alt {
    min-width: 0;
    padding: 8px 20px;
    position: relative;
    vertical-align: bottom;
    bottom: 2px;
}

.sd-btn-po{
    background:none;
    color: #444;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    border-radius: 2px;
    min-width: 0;
    border:1px solid #ccc;
	padding: 8px 20px;
    position: relative;
    vertical-align: bottom;
    bottom: 2px;
}
.sd-features-w-float .sd-btn-po{
	color:#fff;
}
.sd-features-section-8 .sd-btn-po{
	color:#444;
}
.sd-features-w-float .sd-btn-po:hover{
	color:#444;
}
.btn.sd-btn-red:hover,
.btn.sd-header-try:hover {
    background: #E65C4A;
}
.btn.sd-btn-white:hover {
    background: #cccccc;
}
.btn.sd-btn-small {
    min-width: 0;
    padding: 4px 24px;
    font-size: 14px;
    font-weight: 400;
}
.btn.sd-btn-real {
    -moz-box-shadow:inset 0 1px 0 0 #cf866c;
    -webkit-box-shadow:inset 0 1px 0 0 #cf866c;
    box-shadow:inset 0 1px 0 0 #cf866c;
    background-color: #E53821;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    border:1px solid #CF2C17;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-size:17px;
    padding:10px 20px;
    text-decoration:none;
    text-shadow:0 1px 0 #854629;
    text-transform: uppercase;
    min-width: 180px;
}
.sd-home-section-1-grid-link .btn.sd-btn-real {
	font-size: 13px;
    font-weight: 700;
}
.btn.sd-btn-real-red {
    background-color: #E53821;
    border:1px solid #CF2C17;
}
.btn.sd-btn-real-red:hover {  background-color:#F7513B;  }
.btn.sd-btn-real-blue {
    -moz-box-shadow:inset 0 1px 0 0 #3380F5;
    -webkit-box-shadow:inset 0 1px 0 0 #3380F5;
    box-shadow:inset 0 1px 0 0 #3380F5;
    background: #164DA0;
    border: 1px solid #0A4091;
}
.btn.sd-btn-real-blue:hover {  background: #2769CC;  }
.btn.sd-btn-real-green {
    -moz-box-shadow:inset 0 1px 0 0 #33BD7E;
    -webkit-box-shadow:inset 0 1px 0 0 #33BD7E;
    box-shadow:inset 0 1px 0 0 #33BD7E;
    background: #008A4B;
    border: 1px solid #007132;
}
.btn.sd-btn-real-green:hover {  background: #1AA465;  }
.btn.sd-btn-real-black {
    -moz-box-shadow:inset 0 1px 0 0 #696969;
    -webkit-box-shadow:inset 0 1px 0 0 #696969;
    box-shadow:inset 0 1px 0 0 #696969;
    background: #353535;
    border: 1px solid #111111;
}
.btn.sd-btn-real-black:hover {
    background: #575757;
}

/*=====================================================================
                        KEYFRAMES ANIMATION
=====================================================================*/

/*======================================================================
                        HIGH PRIORITY STYLES
======================================================================*/
.sd-text-transform-normal {  text-transform: none;  }
.sd-text-transform-uppercase {  text-transform: uppercase;  }
.sd-text-transform-lowercase {  text-transform: lowercase;  }
.sd-text-left {  text-align: left;  }
.sd-text-right {  text-align: right;  }
.sd-text-center {  text-align: center;  }
.sd-no-padding {  padding: 0;  }
.sd-no-margin {  margin: 0;  }

/*=======================================================================
                        OVERRIDE BOOTSTRAP
=======================================================================*/
.navbar-toggle {  border-color: #dddddd;  }
.navbar-toggle .icon-bar {  background-color: #888888;  }
.nav-tabs {  border-bottom: none;  }

/*=======================================================================
                        RESPONSIVE MEDIA QUERIES
=======================================================================*/
@media (min-width: 1200px) {
    .sd-quick-links ul li {
        width: auto;
        display: inline-block;
    }
}
@media (min-width: 960px) {
    .sd-deal-grid,
    .sd-corporate-grid,
    .sd-features-grid {
        display: table;
        width: 100%;
    }
    .sd-deal-grid > .row,
    .sd-corporate-grid > .row,
    .sd-features-grid > .row {
        display: table-row;
    }
    .sd-solution-grid-content,
    .sd-solution-grid-icon,
    .sd-features-grid-content,
    .sd-features-grid-icon {
        display: table-cell;
        float: none;
    }
    .sd-solution-grid-icon,
    .sd-features-grid-icon {
        text-align: center;
        vertical-align: middle;
    }
    .sd-features-grid-content {
        vertical-align: middle;
    }

}
.navbar-toggle {display:none;}
.collapse {display:block; height:auto;}
@media (max-width: 767px) {
    .wrap {
        top: 130px;
    }
    
    .sd-navbar {
        padding-top: 0;
        position: relative;
        text-align: left;
    }
    .navbar-toggle {
        position: absolute;
        right: 0;
        top: -40px;
        display:block;
    }
    .navbar .sd-navbar-nav {
        display: none;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .navbar .sd-header-try {
        display: none;
    }
    .navbar .sd-navbar-nav ul {
        display: block;
        position: relative;
        width: 100%;
        padding: 0 0 0 10px;
        background: transparent;
    }
    .navbar .nav > li {
        float: none;
    }
    .navbar .navbar-collapse {
        overflow: none;
    }
    .sd-footer-logo,
    .sd-footer-nav,
    .sd-footer-icons {
        text-align: center;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .sd-footer-nav ul {
        display: inline-block;
        text-align: center;
    }
    .news-section-wrapper-1 .news-section .news-copy-group, .news-section-wrapper-2 .news-section .news-copy-group {
        width: 65%;
        margin-left: 2%;
    }
    .news-section-wrapper-1 .news-section .news-date-wrapper, .news-section-wrapper-2 .news-section .news-date-wrapper {
        width: 33%;
        padding: 2%;
    }
    .news-section-wrapper-1 .news-section .news-date-wrapper .news-day, .news-section-wrapper-2 .news-section .news-date-wrapper .news-day {
        width: 70px;
    }
    .home header.sd-header-small .sd-navbar-nav > li > a {
        color:#fff;
    }
     .home header.sd-header-small .sd-navbar-nav > li > a:hover {
    background: #eee none repeat scroll 0 0;
    color: #606060;
    }
    .navbar .sd-navbar-nav > li > a {
        color:#fff;
    }
    .phone-table {
        display: block;
    }
    .desk-table {
        display: none;
    }
    .cw-price-table {
        display: none;
    }
}

@media (max-width: 960px) {
    .sd-header-items .container {
        width: 100%;
    }
	.home .sd-banner {
		background-position: right center;
	}
    .sd-footer-logo,
    .sd-footer-nav,
    .sd-footer-icons {
        text-align: center;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .sd-footer-nav ul {
        display: inline-block;
        text-align: center;
    }
    .sd-home-section-1-grid-outer:first-of-type {
        margin-bottom: 30px;
    }
    .sd-home-section-2-grid:nth-of-type(odd),
    .sd-home-section-4-grid:nth-of-type(odd),
    .sd-security-grid:nth-of-type(odd),
    .sd-testimonial-grid:nth-of-type(odd) {
        clear: left;
    }

    .sd-home-section-2-grid,
    .sd-security-grid {
        height: auto !important;
    }

    .sd-home-section-4-grid {
        padding-bottom: 8px;
        padding-top: 8px;
    }
    .sd-news-details {
        width: 60%;
    }
    .sd-news-details-inner {
        position: relative;
    }

    .sd-faq-section-1,
    .sd-faq-section-2 {
        display: block;
        width: 100%;
        border: none;
        padding: 40px;
    }
    .sd-faq-section-1 {
        border-bottom: 1px solid #d5d5d5;
    }

    .sd-features-grid p,
    .sd-features-grid h2 {
       padding-left: 0;
    }
    .sd-solution-grid-icon,
    .sd-industries-grid-icon,
    .sd-features-grid-icon {
        padding-bottom: 50px;
        text-align: center;
    }
    .sd-features-section-2 .sd-features-grid-icon,
    .sd-features-section-4 .sd-features-grid-icon,
    .sd-features-section-6 .sd-features-grid-icon {
        padding-left: 15px;
        padding-right: 15px;
    }
    .sd-solution-grid-icon img {
        width: 50%;
    }
    .sd-features-section-2 .sd-features-grid-icon img {
        width: 30%;
        max-height: none;
    }
    .sd-features-section-4 .sd-features-grid-icon img {
        width: 40%;
        max-height: none;
    }
    .sd-features-section-6 .sd-features-grid-icon img {
        width: 60%;
        max-height: none;
    }
    .sd-floated-bg {
        position: relative;
        height: auto;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .sd-solutions-tab > div > .nav-tabs > li > a {
        padding: 15px 30px;
        font-size: 24px;
        color: #FFFFFF;
        font-weight: 300;
    }
    .sd-solutions-tab > div > .nav-tabs > li.active > a,
    .sd-solutions-tab > div > .nav-tabs > li > a:hover {
        color: #000000;
    }

    .sd-management-grid {
        display: table;
        width: 100%;
    }

    .sd-security-top-grid {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .sd-resources-grid {
        height: auto !important;
    }
    .news-section-wrapper-1 .news-section .news-date-wrapper, .news-section-wrapper-2 .news-section .news-date-wrapper {
        width: 100%;
    }
    .sd-home-video {
        display: block;
    }
    .sd-home-video-right {
        width: 100%;
        text-align: center;
        padding-left: 0px;
        padding-bottom: 20px;
    }
    .sd-home-video-right img {
        max-width: 464px;
    }
    .sd-home-video-left {
        width: 100%;
    }
    

    /**************************** FEATURE SLIDER ****************************/
    .sd-feature-slider-wrap {
        background: #FFFFFF url("../images/gradient-background.jpg") no-repeat center -90px;
        padding: 0 0 120px;
    }
    .sd-slider-wrapper {
        width: 640px;
        height: 400px;
        background: url("../images/computer.png") no-repeat center center/100%;
        padding: 27px 0 0 80px;
    }
    .sd-feature-slider-inner {
        position: relative;
    }
    .sd-slider-container {
        background: transparent;
        width: 463px;
        height: 272px;
    }
    .sd-slider-container img {
        width: 100%;
        height: auto;
        max-width: 463px;
        max-height: 272px;
    }
}

@media (max-width: 768px) {
	.sd-news-details {
        width: 100%;
        padding-top: 10px;
        clear: both;
    }

    .sd-table-head-1 span:first-of-type {
        font-size: 21px;
    }
    .sd-table-head-1 span:last-of-type {
        font-size: 27px;
    }
    .sd-table-head-bottom > span:nth-of-type(2) {
        font-size: 48px;
    }
	.sd-comparison-table .sd-table-head-top{
	 	padding:6px;
	}
	.sd-comparison-table  .sd-table-head-top > span:first-of-type {
		padding:0;
	}
    .btn.sd-btn-real {
        min-width: 0;
    }

    .sd-solution-grid-icon img {
        width: 50%;
    }
}

@media (max-width: 680px) {
	.home .sd-banner {
		background-position: -1200px center;
	}
    .sd-corporate-document-repository {
        padding: 60px 0 200px;
    }
    .sd-industries-menu {
        display: none;
    }
    .sd-feature-slider-wrap {
        display: none;
    }
    .sd-banner .sd-btn-red,
    .sd-banner .sd-btn-po,
	.sd-cta-wrap .sd-btn-red-alt,
	.sd-cta-wrap .sd-btn-po,
	.sd-cta-block .sd-btn-red-alt,
	.sd-cta-block .sd-btn-po,
    .sd-banner .sd-btn-white{
        display: block;
        margin: 10px auto;
        max-width: 280px;
		padding-top:20px;
		padding-bottom:20px;
    }
    .hs-content-name-sd_news {
        padding: 0 !important;
    }
}

@media (max-width: 620px) {
    .sd-table-head-bottom {
        display: block;
        text-align: center;
    }
    .sd-table-head-bottom span {
        display: inline-block;
    }
    .sd-table-head-bottom > span:nth-of-type(2) {
        font-size: 28px;
    }
    .sd-table-head-bottom > span:last-of-type {
        display: block;
        width: 100%;
        margin-top: 10px;
    }
    .sd-table-head-bottom > span:last-of-type span {
        text-align: center;
    }

    .btn.sd-btn-real {
        padding: 10px;
    }

    .sd-solutions-tab > div > .nav-tabs > li > a {
        padding: 10px 20px;
        font-size: 16px;
        color: #FFFFFF;
        font-weight: 300;
    }
    .sd-solutions-tab > div > .nav-tabs > li.active > a,
    .sd-solutions-tab > div > .nav-tabs > li > a:hover {
        color: #000000;
    }

    .sd-management-pic img {
        float: none;
        max-width: 100%;
        height: auto;
    }
    .sd-management-details {
        padding: 15px 0 0 0;
    }

    .sd-industries-feat ul li {
        width: 100%;
        float: none;
    }

    .sd-solution-grid-icon img {
        width: 60%;
    }

    .sd-features-section-2 .sd-features-grid-icon img {
        width: 35%;
    }
    .sd-features-section-4 .sd-features-grid-icon img {
        width: 45%;
    }
    .sd-features-section-6 .sd-features-grid-icon img {
        width: 65%;
    }
}

@media (max-width: 480px) {
    .sd-table-wrap {
        overflow-x: auto;
    }
    .sd-table {
        min-width: 480px;
    }

    .sd-home-section-1-grid .sd-btn-red,
    .sd-home-section-1-grid .sd-btn-white{
        min-width: 160px;
    }
    
    .home .sd-banner {
        background-image: url("//cdn2.hubspot.net/hub/341816/file-2122550379-jpg/scr-img/linked-images/background-banner2.jpg");
        background-position: 0px center;
    }

}

@media (max-width: 400px) {
    /************ TOP HEADER ****************/
    .sd-top-navbar > li {
        font-size: 11px;
    }
    .sd-top-navbar > li:before {
        display: none;
    }

    /*************** LOGO ******************/
    header.sd-site-header img.sd-logo {
        width: 208px;
    }
    header.sd-header-small img.sd-logo {
        width: 178px;
    }

    /************** CONTENT ***************/
    /*home*/
    .sd-title-underlined,
    .sd-home-section-4 header .sd-title-underlined {
        padding: 0 0 50px;
        display: block;
        margin-bottom: 0;
    }

    .sd-title-underlined:after {
        display: none;
    }

    .sd-home-testimonial-by {
        margin: 0 auto 120px;
        padding: 0;
        display: table;
        width: 90%;
    }

    /*Solutions*/
    .sd-solutions-tab > div > .nav-tabs > li > a {
        padding: 6px 10px;
        font-size: 15px;
        color: #FFFFFF;
        font-weight: 300;
    }
    .sd-solutions-tab > div > .nav-tabs > li.active > a,
    .sd-solutions-tab > div > .nav-tabs > li > a:hover {
        color: #000000;
    }

    .sd-solution-grid-icon img {
        width: 65%;
    }

    .sd-features-section-2 .sd-features-grid-icon img {
        width: 40%;
    }
    .sd-features-section-4 .sd-features-grid-icon img {
        width: 50%;
    }
    .sd-features-section-6 .sd-features-grid-icon img {
        width: 70%;
    }
}
