@import url(https://fonts.googleapis.com/css?family=Open+Sans|PT+Sans|Roboto:400,700&display=swap);
.headerstyler {
    font-size: 1em;
    font-weight: bold;
    border-bottom: #ccc solid 1px;
    color: #005389;
    display: block;
    letter-spacing: 1px;
    padding-bottom: 0.3em;
    margin-bottom: 1em;
    text-transform: uppercase;
}

i {
    float: right;
}


/************Reset**************/

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/*html, body, div, object, iframe, fieldset { 
	margin: 0; 
	padding: 0; 
	border: 0;
} */

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

header,
footer,
nav,
section,
article,
hgroup,
figure {
    display: block;
}

legend {
    display: none;
}


/************End Reset**************/


/************Global**************/


/*body {
	background: #fff;
	color: #000;
	font: 100%/1.4 "HelveticaNeue", "Helvetica", "Arial", sans-serif;
	padding: 0;
	-webkit-text-size-adjust: none;
}
a {
	color: #e1e1e1;
	text-decoration: none;
}
a:hover, a:focus {
	color: #999;
}*/


/*a.colorlink {
	color: #005389;
	text-decoration: none;
  padding-bottom:0;
  margin-bottom:0;
}
a:hover.colorlink , a:focus.colorlink  {
	color: #000018;
}

a {
   outline: 0;
}

p {
	margin: 0 0 1em;
}*/


/* img, object, video {
	max-width: 100%;
	border: 0;
}
 a img {
	border: 0;
	outline: 0;
}*/


/*h1 {
	font-size: 3em;
	line-height: 1;
	letter-spacing: -0.02em;
	margin-bottom: 0.2em;
}
h2 {
	font-size: 2em;
	line-height: 1.1;
	margin-bottom: 0.2em;
}
h3 {
	font-weight: normal;
	line-height: 1.1;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ccc;
}


h1 a, h2 a, h3 a {
	display: block;
	color: #000;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	color: #e51837;
}*/

blockquote {
    border-left: 0.5em solid #ddd;
    padding-left: 1em;
    margin-left: 1em;
}

small {
    color: #e51837;
}

input,
textarea {
    border: 1px solid #000;
}

input[type=search] {
    -webkit-appearance: none;
    border-radius: 0;
}

::-webkit-input-placeholder {
    color: #808080;
}

:-moz-placeholder {
    color: #808080;
}


/************End Global**************/


/************Classes**************/

.inactive {
    color: #ddd;
}


/************End Classes**************/


/* Sidebar */

.sidebar {
    font-size: 0.8em;
    padding-bottom: 1.4em;
}

.sidebar div {
    margin-bottom: 2em;
}

.sidebar h3 {
    font-weight: bold;
    font-size: 0.9em;
    line-height: 1;
    border-bottom: 1px solid #000;
}

.sidebar a {
    color: #808080;
}

.sidebar a:hover,
.sidebar a:focus {
    color: #e51837;
}

.button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #ffffff;
    background: #005389;
    border: 0px solid;
    padding: 0.6em 1em;
}

.fieldstyle {
    border: 1px dotted #999;
    height: 2em;
}


/* Layout  */

a.menu-link {
    float: right;
    display: block;
    padding-right: 1.8em;
    padding-top: .6em;
    font-size: 1em;
}

a.menu-link-text {
    float: right;
    display: block;
    padding-right: 0.3em;
    padding-top: 1.1em;
    font-size: 1.5em;
}

nav[role=navigation] {
    clear: both;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #none;
}

.js nav[role=navigation] {
    overflow: hidden;
    max-height: 0;
}

nav[role=navigation].active {
    max-height: 50em;
}

nav[role=navigation] ul {
    margin: 0;
    padding: 0;
    border-top: 0px solid #808080;
    margin-right: 2.5em;
}

nav[role=navigation] li a {
    display: block;
    padding: 0.5em;
    border-bottom: 1px solid #808080;
}

aside {
    width: 100%;
    padding-left: 5%;
    position: relative;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #06538a;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 83, 137);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 83, 137, 0.9);
    box-shadow: inset 0px -20px 50px -15px hsla(0, 0%, 0%, .20);
    z-index: 400;
}

aside img {
    max-width: 150px;
    margin-top: 20px;
}

article {
    float: left;
    width: 90%;
    /*margin-left: 5%;
  margin-right: 5%;*/
    padding-top: 40px;
    z-index: 999999;
}

article a {
    color: #003399;
}

article a:hover {
    color: #888;
    transition: all 0.2s ease;
}

#products {
    padding-top: 40px;
    padding-bottom: 15px;
    font-weight: bold;
    color: #fff;
}

#container {
    height: auto;
    width: 100%;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    /* just for demo */
    /*min-width: 612px;*/
}

.box1,
.box2,
.box3,
.box4 {
    width: 90%;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-bottom: 1.2em;
    float: left;
    margin-left: 0px;
}

#container:after {
    content: '';
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.box1,
.box3 {
    background: #f5f5f5;
}

.box2,
.box4 {
    background: #f5f5f5;
}

.box6 {
    width: 31%;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: left;
}

.box7 {
    display: none;
}


/* Article Box */

.box8 {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: #FAFAFA;
    margin-bottom: 2em;
}

.box8header {
    font-size: 1.5em;
    font-weight: bold;
}

.box8 img {
    float: left;
    padding: 0 1em 1em 0;
}

.articletopborder {
    border-top: 4px solid #005389;
}

.box9 {
    display: none;
}

.boxarticles,
.boxevents {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: #FAFAFA;
    margin-bottom: 2em;
}


/* Giving Back Donations Box */

.box10 {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: #FAFAFA;
    margin-bottom: 2em;
}

.box10header {
    font-size: 1.5em;
    font-weight: bold;
}

.box10 img {
    float: left;
    padding: 2em 2em 2em 2em;
}

p.gbdescript {
    padding: 0 2.5em 2em;
    text-align: left;
    font-size: 1em;
}

h1.gbdescript {
    text-align: left;
    font-size: 1em;
    padding: 1.3em 2em 0.2em 2em;
    line-height: 1.2em;
}

p.paddy {
    padding: 2em;
    text-align: left;
}

p.superscript {
    padding: 0 2.5em 0 2.5em;
    text-align: left;
    font-size: 0.8em;
    font-weight: normal;
    margin: 0;
    margin-top: -20px;
}

.events {
    font-size: 0.8em;
    text-align: justify;
    float: left;
}
.events-limit
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 160px;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}
img.thumb {
    width: 20%;
    max-width: 100px;
    min-width: 80px;
    float: left;
    padding: 0 0.5em 0.5em 0;
}

img.ourpeoplethumb {
    width: 50%;
    max-width: 200px;
    min-width: 80px;
    float: left;
    padding: 0 0.8em 0.5em 0;
}

.highlight {
    border: 2px solid #999;
}

@media screen and (min-width: 60.25em) {
    a.menu-link {
        display: none;
    }
    a.menu-link-text {
        display: none;
    }
    .js nav[role=navigation] {
        max-height: none;
        overflow: visible;
    }
    nav[role=navigation] ul {
        margin: 0 0 0 -0.25em;
        border: 0;
    }
    nav[role=navigation] li {
        display: block;
        margin: 0 0em;
    }
    nav[role=navigation] li a {
        border: 0;
        transition: all 0.2s ease;
    }
    nav[role=navigation] li a:hover {
        border: 0;
        margin-left: 20px;
    }
    aside {
        position: fixed;
        float: left;
        width: 18%;
        padding-left: 3%;
        padding-top: 30px;
        top: 0;
        bottom: 0;
        background-color: #06538a;
        /* Fallback for web browsers that don't support RGBa */
        /* background-color: rgb(0, 83, 137); */
        /* RGBa with 0.6 opacity */
        /* background-color: rgba(0, 83, 137, 0.9); */
        box-shadow: inset 0px -20px 50px -15px hsla(0, 0%, 0%, .20);
        z-index: 400;
        transition: all 0.5s ease;
    }
    aside:hover {
        background-color: #06538a;
    }
    aside img {
        max-width: 250px;
        margin-top: 20px;
    }
    .esc-recent-outer .news-box article {
        padding-top: 7%;
    }
    article {
        float: left;
        padding-top: 2%;
        width: 60%;
        /* 70% before */
        min-width: 360px;
        /* Delete if above width is removed */
    }
    p.paddy {
        padding: 2em;
        text-align: left;
    }
    p.footbar {
        padding: 2em;
        font-size: 0.9em;
        text-align: left;
        line-height: 1.8em;
    }
    .products {
        padding-top: 40px;
        padding-bottom: 15px;
        font-weight: bold;
        color: #fff;
    }
    .columnize {
        float: left;
        width: 47%;
        background: #FAFAFA;
        display: inline-block;
        margin: 0 0 2em 0;
    }
    #container {
        height: auto;
        width: 100%;
        text-align: justify;
        -ms-text-justify: distribute-all-lines;
        text-justify: distribute-all-lines;
        /* just for demo */
        min-width: 612px;
    }
    img.thumb {
        width: 20%;
        max-width: 100px;
        min-width: 80px;
        float: left;
        padding: 0 0.5em 0.5em 0;
    }
    /* added to our people code */
    img.ourpeoplethumb {
        width: 50%;
        max-width: 200px;
        min-width: 80px;
        float: left;
        padding: 0 0.8em 0.5em 0;
    }
    /* end of new code */
    span.titleline {
        font-weight: bold;
        border-bottom: 1px solid #ccc;
        text-align: left;
        display: inline;
    }
    .box1,
    .box2,
    .box3,
    .box4 {
        width: 320px;
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
        background: #f5f5f5;
    }
    /* Footer */
    .box6 {
        width: 31%;
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
    }
    /* Blank Box */
    .box7 {
        width: 31%;
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
    }
    /* Article Box */
    .box8 {
        width: 60%;
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
        background: #FAFAFA;
    }
    .box8header {
        font-size: 1.5em;
        font-weight: bold;
    }
    .box8 img {
        float: left;
        padding: 0 1em 1em 0;
    }
    .box9 {
        width: 37%;
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
        background: #FAFAFA;
    }
    /* Giving Back Donations Box */
    .box10 {
        width: 48%;
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
        background: #FAFAFA;
        margin-bottom: 2em;
    }
    .box10header {
        font-size: 1.5em;
        font-weight: bold;
    }
    .box10 img {
        width: 40%;
        min-width: 80px;
        float: left;
        padding: 2em 2em 2em 2em;
    }
    .box11 {
        width: 100%;
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
        background: #FAFAFA;
        margin-bottom: 2em;
    }
    p.gbdescript {
        padding: 0 2.5em 2em;
        text-align: left;
        font-size: 0.8em;
    }
    h1.gbdescript {
        text-align: left;
        font-size: 1em;
        padding: 1.3em 2em 0.2em 2em;
        line-height: 1.2em;
    }
    .boxarticles {
        width: 60%;
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
        background: #FAFAFA;
    }
    .boxevents {
        width: 36%;
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
        background: #FAFAFA;
    }
    .longbox {
        width: 100%;
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
        background: #efefef;
        color: #555;
        font-size: 0.8em;
        text-align: left;
        line-height: 1.8em;
        margin-bottom: -2em;
    }
    a.longbox {
        padding: 2em;
        color: #000000;
    }
    .longboxlink {
        padding: 2.2em;
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
        color: #000000;
        font-size: 1em;
        text-align: left;
        line-height: 1.8em;
        margin-bottom: -2em;
    }
    .longboxlink a {
        color: #888888;
    }
    .longboxlink a:hover {
        color: #000000;
    }
    #container:after {
        content: '';
        width: 100%;
        display: inline-block;
        font-size: 0;
        line-height: 0;
    }
    .box1,
    .box3 {
        background: none;
    }
    .box2,
    .box4 {
        background: #FAFAFA;
    }
    .box6 {
        background: none;
    }
    .box6 img {
        padding: 0.5em 0.2em 0.5em 0em;
    }
    .highlight {
        border: 2px solid #999;
    }
    .mc-field-group {
        margin: 0;
        padding: 0;
    }
    p.headbar {
        padding: 2em;
        text-align: left;
    }
}


/* SLIDER */

.gallery {
    background: white;
    margin-bottom: 2em;
    counter-reset: gallery-cell;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(250, 250, 250);
    /* RGBa with 0.6 opacity */
    background-color: rgba(250, 250, 250, 0.92);
}

.gallery-cell {
    width: 100%;
    margin-right: 10em;
}

.gallery-cell:before {
    display: block;
    text-align: center;
    line-height: 160em;
    font-size: 10em;
    font-weight: bold;
    color: white;
}

.gallery-nav {
    list-style: none;
    margin-top: 0;
    /*padding-top: 10px;*/
    background: none;
}

.gallery-nav li {
    display: inline-block;
    font-size: 0.9em;
    color: #999;
    border: 0px solid;
    padding: 0.6em 1em;
    margin-right: 5px;
    background: #005389;
    color: white;
    cursor: pointer;
    border: 0px solid #005389;
}

.gallery-nav li.is-selected {
    background: #FAFAFA;
    color: #999;
    border: 0px solid #005389;
}

.gallery-nav li:hover {
    background: #888888;
    color: white;
    cursor: pointer;
    border: 0px solid #005389;
    transition: all 0.2s ease-in-out;
}

.smartdiv {
    margin: auto;
    max-width: 60em;
    max-height: 25em;
    min-height: 10em;
    padding-bottom: 2em;
}

.smartdiv p {
    font-size: 1em;
    line-height: 1.5em;
    color: #000;
    padding: 0 3em 0 3em;
}

.smartdiv a {
    color: #005389;
    text-decoration: none;
}

.smartdiv h1 {
    padding: 1em 3em 0 3em;
    font-size: 1.5em;
    line-height: 1.3em;
    color: #000;
    text-decoration: none;
    margin-bottom: 0.5em;
}

.smartdiv img {
    max-width: 300px;
    margin: 1.5em;
    float: left;
    padding-left: 2em;
}

.bgimageone {
    background-image: url('http://joinertradelaw.com/images/declogo.png');
    background-repeat: no-repeat;
    background-position: center;
}

.center {
    text-align: center;
    list-style-position: inside;
}

hr.style1 {
    border-top: 1px solid #ccc;
    padding: 0;
    margin: auto;
}


/* Flickity Content Scroller Arrow  */

.flickity-prev-next-button .arrow {
    fill: #333;
}


/* color & size if no SVG - IE8 and Android 2.3 */

.flickity-prev-next-button.no-svg {
    color: #333;
    font-size: 26px;
}


/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 100%;
    border: none;
    border-radius: 0;
    background: white;
    background: hsla(0, 0%, 100%, 0.7);
    cursor: pointer;
}

.flickity-prev-next-button:hover {
    background: white;
}

.flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
    filter: alpha(opacity=80);
    /* IE8 */
    opacity: 0.8;
}

.flickity-prev-next-button.previous {
    left: 0px;
}

.flickity-prev-next-button.next {
    right: 0px;
}


/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button:disabled {
    filter: alpha(opacity=30);
    /* IE8 */
    opacity: 0.3;
    cursor: auto;
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-prev-next-button .arrow {
    fill: #333;
}


/* Scrollbar Customization */


/*::-webkit-scrollbar {
    width: 10px;
	height: 10px;
}*/


/* Track */


/*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2); 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}*/


/* Handle */


/*::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(35,103,151,1.0); 
    -webkit-box-shadow: inset 0 0 6px rgba(35,103,151,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(35,103,151,0.5); 
}*/


/*** Modal Window ***/

.ui-widget-overlay {
    background: #fff;
    opacity: .75;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
}

.ui-dialog {
    background: #005389;
    position: absolute;
    padding: 2px;
    z-index: 501;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.ui-dialog-titlebar {
    padding: 1.3em;
    font-weight: bold;
    font-size: 1em;
    color: #fff;
}

.ui-button {
    background: url(http://joinertradelaw.com/images/close.png) no-repeat center #005389;
    border: none;
    text-indent: -100px;
    overflow: hidden;
    float: right;
    width: 24px;
    height: 24px;
}

.ui-dialog-content,
.ui-dialog-content img {
    padding: 10px 20px
}

.ui-dialog-content p {
    font-size: 0.8em;
    color: #fff;
    font-weight: normal;
    margin-bottom: 2em;
}

a.ok {
    background: #005389;
    padding: 0.3em 0.5em;
    text-decoration: none;
    color: #fff;
    border-style: solid;
    border-color: #fff;
    padding: 0.5em 0.8em;
    border-width: 2px;
}

a.ok:hover {
    background-color: #000018
}


/* Back to top */

#back-to-top {
    width: 60px;
    height: 60px;
    background: #005389;
    position: fixed;
    bottom: -150px;
    right: 3%;
    transition: bottom 1s;
    cursor: pointer;
}

#back-to-top:hover {
    background: #004673;
}

#back-to-top::before {
    content: " ";
    display: block;
    width: 40%;
    padding: 22% 0;
    margin-left: 30%;
    margin-top: 28%;
    position: absolute;
    z-index: 20;
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/3393/cd-top-arrow.svg) no-repeat center 50%;
}


/* Parallax BG */

.background {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300%;
    background-color: #FAFAFA;
    background-size: 100% auto;
}

#header {
    /*300 height*/
    height: 30%;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    background-image: url('#');
    background-position: center center;
    background-size: cover;
    filter: FlipH;
    -ms-filter: 'FlipH';
}

#header2 {
    height: 20%;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    background-image: url('http://joinertradelaw.com/images/slide16black.png');
    background-position: center center;
    background-size: cover;
    filter: FlipH;
    -ms-filter: 'FlipH';
}

#header3 {
    height: 20%;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    background-image: url('http://joinertradelaw.com/images/slide10black.png');
    background-position: center center;
    background-size: cover;
    filter: FlipH;
    -ms-filter: 'FlipH';
}

#header4 {
    height: 20%;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    background-image: url('http://joinertradelaw.com/images/slidegive.png');
    background-position: center center;
    background-size: cover;
    filter: FlipH;
    -ms-filter: 'FlipH';
}


/* Transparent */

.alpha60 {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 83, 137);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 83, 137, 0.6);
    /* For IE 5.5 - 7*/
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.sectioninfo {
    background: #999;
    color: #fff;
}


/* Animated Hamburger Icon */

.ibmburger {
    display: absolute;
    top: 50%;
    left: 50%;
    margin: 5px 0 0 -32px;
    background: #004673;
    cursor: pointer;
}


/* Pagination */

.pagination {
    margin: 20px 0;
    overflow: hidden;
    position: relative;
}

.pagination li {
    float: left;
}

.pagination ul {
    float: left;
    left: 50%;
    position: relative;
}

.pagination ul > li {
    left: -50%;
    position: relative;
}

.pagination li a {
    background-color: #none;
    /* border-radius: 5px 5px 5px 5px; */
    color: #69696E;
    display: block;
    font-size: 0.9em;
    margin: 0 3px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 5em;
    padding: 0.5em 0.5em 0.5em 0.5em;
}

.pagination li a:hover {
    background-color: #004575;
    color: #ffffff !important;
}

.pagination li.activepage a {
    background-color: #004575;
    color: #FFFFFF !important;
}

.pagination li.activepage a:hover {
    color: #FFFFFF !important;
}


/* YOUTUBE video wrapper FLUID */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Below is the design for the contact form */

#contact-wrap {
    font-size: 1em;
    font-weight: 300;
    width: 100%;
    color: #000;
    overflow: auto;
    float: left;
}

#contact-area {
    margin: auto;
    width: 100%;
    padding: 2em;
}

#contact-area input,
#contact-area textarea {
    padding: 7px;
    width: 100%;
    font-size: 1em;
    font-weight: 300;
    color: #000;
    background-color: #none;
    border: 1px dotted #999;
    margin-bottom: 15px;
}

#contact-area textarea {
    height: 150px;
    background-color: #none;
    border: 1px dotted #999;
}

#contact-area input.submit-button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #ffffff;
    background: #005389;
    border: 0px solid;
    padding: 0.6em 1em;
    float: left;
    width: 100px;
    margin-bottom: 2.5em;
}

#contact-area label {
    float: left;
    text-align: left;
    margin-right: 16px;
    width: 100px;
    padding-top: 5px;
    font-size: 1em;
}

::-webkit-input-placeholder {
    color: #000;
    font-size: 1em;
    font-weight: bold;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    font-size: 1em;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    font-size: 1em;
}

:-ms-input-placeholder {
    color: #000;
    font-size: 1em;
}


/*==================================================
 * Shadow Div Effect 2
 * ===============================================*/

.effect2 {
    position: relative;
}

.effect2:before,
.effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.effect2:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.vticker {
    width: 100%;
}


/*.vticker .events{ font-size:14px !important; line-height:22px;}*/

.vticker ul {
    padding: 0;
}

.vticker li {
    list-style: none;
    /*border-bottom: 1px dotted black;*/
    padding: 0px;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    max-height: 265px;
    height: 265px !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*.vticker li:hover{
	background:#ddf1ff;
-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}*/

.et-run {
    background: red;
}

img.vtickerthumb {
    width: 20%;
    max-width: 100px;
    min-width: 80px;
    float: left;
    padding: 0.5em 0.5em 0.5em 0;
    /*margin-left:-90px;*/
}

.vticker p {
    padding: 0px 12px;
    margin: 10px 5px 10px -5px;
    text-align: justify;
    line-height: 20px;
    font-size: 16px !important;
    float: left;
}

.vticker strong {
    font-size: 15px;
    color: #333;
    float: left;
    margin-bottom: 10px;
}

.vtickdirect {
    color: #fff !important;
    background: #003399 !important;
    border: 0 !important;
    padding: 10px 15px !important;
    margin-left: 1px !important;
    display: block !important;
    float: right !important;
    margin-top: 1px !important;
    width: 45px !important;
}

.vtickerdirectsection {
    width: 100%;
    clear: right;
    display: block;
    height: auto;
    overflow: hidden;
    margin-right: 15px;
    float: right;
}

.vtickerdate {
    font-size: 15px;
    text-transform: uppercase;
    background: #CCC;
    color: white;
    padding: 0px 12px;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 0px 5px;
    float: left;
}

.read-news-events {
    float: left;
    color: #003399 !important;
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif;
}

.dotted {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
    -webkit-background-size: 3px 3px;
    -moz-background-size: 3px 3px;
    background-size: 3px 3px;
}

@media screen and (max-width: 1200px) {
    .vtickerdirectsection {
        margin-top: 10px;
    }
    .box1, .box2, .box3, .box4 {
    width: 260px;
    }
}

@media screen and (max-width: 991px) {
    .news-box .box3 {
        width: 100% !important;
       /* background: #f5f5f5;*/
    }
    
    .news-box-inner .vtickerdirectsection{margin-right: 0px !important;}
    article {
        padding-top: 0px;
    }
    .vticker p {
        text-align: left;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
   /* .box3 {
        width: 175px !important;
    }*/
    .vticker p {
        height: 215px;
        text-align: left;
    }
}

@media screen and (max-width: 680px) {
    .box3 {
        width: 100% !important;
    }
    .vticker p {
        height: auto;
        text-align: left;
    }
}