/*
	Solarize by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/
/* Basic */
/* Dark Gray in Footer */
body {
    background: #222222;
}

body.loading * {
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

body,
input,
select,
textarea {
	color: #555555;
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	font-weight: 300;
	line-height: 1.65em;
}

a {
	color: #465f8c;
	text-decoration: underline;
}

strong,
b {
	font-weight: 700;
}

em,
i {
	font-style: italic;
}

p,
ul,
ol,
dl,
table,
blockquote {
	margin: 0 0 2em 0;
}

p {
	line-height: 1.8em;
}

p.medium {
	font-size: 1.4em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: inherit;
	font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	text-decoration: none;
}

h1{
    font-size: 1.8em;
    line-height: 1.3em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
}

sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}

sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}

hr {
	border-top: solid 1px #465f8c;
	border: 0;
	margin-bottom: 1.5em;
}

blockquote {
	border-left: solid 0.5em #465f8c;
	font-style: italic;
	padding: 1em 0 1em 2em;
}

section.special,
article.special {
	text-align: center;
}



header.major {
	padding-bottom: 3em;
	text-align: center;
	text-transform: uppercase;
}

header.major h2 {
	font-size: 2.6em;
	font-weight: 700;
    line-height: normal;
}

header.major .byline {
	display: block;
	padding-top: 1em;
	letter-spacing: 1px;
	font-size: 1.4em;
}

footer> :last-child {
	margin-bottom: 0;
}

footer.major {
	padding-top: 3em;
}

/* Form */

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: none;
	border: solid 1px #465f8c;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0.75em;
	text-decoration: none;
	width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
	border-color: #465f8c;
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
	line-height: 1em;
}

select option {
	color: black;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.5;
	position: relative;
	top: 3px;
}

:-moz-placeholder {
	color: inherit;
	opacity: 0.5;
}

::-moz-placeholder {
	color: inherit;
	opacity: 0.5;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 0.5;
}

.formerize-placeholder {
	color: rgba(85, 85, 85, 0.5) !important;
}

/* Image */

.image {
	border: 0;
	position: relative;
}

.image.fit {
	display: block;
}

.image.fit img {
	display: block;
	width: 100%;
}

.image.feature {
	display: block;
	margin: 0 0 2em 0;
}

.image.feature img {
	display: block;
	width: 100%;
}

/* Icon */

.icon {
	position: relative;
}

.icon:before {
	content: "";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.icon>.label {
	display: none;
}

/* Lists */

ol.default {
	list-style: decimal;
	padding-left: 1.25em;
}

ol.default li {
	padding-left: 0.25em;
}

ul.default {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.default li {
	padding: 0.40em 0em;
}

ul.icons {
	cursor: default;
	padding-bottom: 2em;
}

ul.icons li {
	display: inline-block;
	line-height: 1em;
	padding: 0.5em 1em;
}

ul.icons li:first-child {
	padding-left: 0;
}

ul.icons li span {
	display: none;
}

ul.icons li a {
	text-decoration: none;
	font-size: 2em;
	color: inherit;
	opacity: 0.2;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

ul.icons li a:hover {
	color: inherit;
	opacity: 1;
}

ul.actions {
	cursor: default;
}

ul.actions:last-child {
	margin-bottom: 0;
}

ul.actions li {
	display: inline-block;
	padding: 0 0 0 1.5em;
}

ul.actions li:first-child {
	padding: 0;
}

ul.actions.vertical li {
	display: block;
	padding: 1.5em 0 0 0;
}

ul.actions.vertical li:first-child {
	padding: 0;
}

ul.special-icons {
	margin: 0em;
	padding: 0em;
}

ul.special-icons>li {
	position: relative;
	padding: 0.50em 0em 0.50em 0em;
}

ul.special-icons>li:before {
	position: absolute;
	left: 0;
	top: 2em;
	display: block;
	background: none;
	font-size: 2em;
	border-radius: 5px;
}

ul.special-icons>li:first-child {
	border-top: none;
}

ul.special-icons h3 {
	margin-bottom: 0.80em;
	line-height: 2em;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2em;
}

ul.special-icons span {
	line-height: 190%;
}

    ul.special-icons .fa {
        float: left;
        /*display: inline-block;*/
        padding-right: 1em;
        font-size: 1.4em;
        color: #465f8c;
    }

ul.special-icons p {
	padding-left: 2.7em;
}

/* Tables */

table {
	width: 100%;
}

table.default {
	width: 100%;
}

table.default tbody tr {
	border-bottom: solid 1px #465f8c;
}

table.default td {
	padding: 0.5em 1em 0.5em 1em;
}

table.default th {
	font-weight: 700;
	padding: 0.5em 1em 0.5em 1em;
	text-align: left;
}

table.default thead {
	background: #555555;
	color: #fff;
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: none;
	border-radius: 0;
	border: 2px solid;
	border-color: #465f8c;
	color: #465f8c;
	cursor: pointer;
	display: inline-block;
	padding: 0.90em 1.2em;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.4em;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover {
	background: #465f8c;
	color: white;
}

input[type="submit"].alt,
input[type="reset"].alt,
input[type="button"].alt,
.button.alt {
	border-color: inherit;
	color: inherit;
}

input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
input[type="button"].alt:hover,
.button.alt:hover {
	background: white;
	color: #465f8c;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
.button.fit {
	width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
.button.small {
	font-size: 0.8em;
}

/* Wrapper */


.bg-img {
    padding: 0em;
    background: #222222 no-repeat;
    background-image: url('https://www.pointwidecdn.com/images/bgrnd-image.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

@media (max-width:1024px){
    .bg-img {
        /*background-size: auto 100%;*/
        background-size: cover;
        background-attachment: scroll;
    }
}

.styleNew {
	padding: 0em;
	background-size: cover;
}


.wrapper {
	padding: 6em 0em 4em 0em;
}



.wrapper.style1 {
	padding: 0em;
	background: #222222 no-repeat;
	background-image: url('https://www.pointwidecdn.com/images/banner.jpg');
	background-size: cover;
}

.wrapper.style2 {
	background: #f2f2f2;
}

.wrapper.style2 .major {
	text-align: left !important;
}

.wrapper.style2 .major h2 {
	display: block;
	margin-bottom: 0.70em;
	letter-spacing: 1px;
	line-height: 1.4em;
	text-transform: uppercase;
	font-size: 1.8em;
	font-weight: 400;
}

.wrapper.style2 .major .byline {
	letter-spacing: normal;
	line-height: 1.6em;
	text-transform: capitalize;
	font-size: 1.4em;
}

.wrapper.style2 h3 {
	display: block;
	margin-bottom: 1em;
	letter-spacing: 1px;
	line-height: 1.4em;
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: 400;
}

.wrapper.style3 {
	padding-bottom: 6em;
	background: #465f8c;
	text-align: center;
	color: white;
}

.wrapper.style3 .container {
	padding-left: 6em;
	padding-right: 6em;
}

.wrapper.style3 p {
	font-size: 1.6em;
}

.wrapper.style4 {
	background: white;
}

.wrapper.style5 {
	background: #465f8c;
	text-align: center;
	color: white;
}

.wrapper.style5 .image {
	display: block;
	width: 60%;
	margin: 0em auto 2em auto;
}

.wrapper.style5 .image img {
	border-radius: 50%;
	border: 10px solid;
	border-color: white;
}

.wrapper.style6 {
	padding: 6em 0;
	background: #d84780;
	color: white;
}

.wrapper.style7 {
	background: #465f8c;
	text-align: left;
	color: white;
}

.wrapper.style5 .image {
	display: block;
	width: 60%;
	margin: 0em auto 2em auto;
}

.wrapper.style5 .image img {
	border-radius: 50%;
	border: 10px solid;
	border-color: white;
}

.wrapper.style8 {
	background: #465f8c;
	text-align: left;
	color: white;
}

.wrapper.style5 .image {
	display: block;
	width: 60%;
	margin: 0em auto 2em auto;
}

.wrapper.style5 .image img {
	border-radius: 50%;
	border: 10px solid;
	border-color: white;
}

.wrapper.style9 {
	padding: 6em 0;
	background: #FFF;
	color: white;
}







/* Header */

#header {
	color: white;
	min-height: 4em;
	background: rgba(0, 0, 0, 0.5);
}

#header .container {
	position: relative;
}

/*.homepage #logo {
		display: none;
	}*/

.homepage #nav {
	position: static;
	right: unset;
	text-align: center;
}

#logo {
    /*line-height: 2em;*/
    /*letter-spacing: 2px;*/
    text-transform: uppercase;
    /*font-size: 2em;
    font-weight: 400;*/
    /*font-size: 2.6em;*/
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.2em;
    color: rgba(43, 58, 101,0.9);
    /*text-shadow: 1px 1px 2px gray;*/
}

#logo h1 {
	display: inline-block;
	margin: 0;
	padding: 0;
}

#logo a {
	color: inherit;
}

#nav {
	position: static;
	top: 0;
	right: 0;
	text-align: center;    
}

#nav>ul {
	margin: 0;
}

#nav>ul>li {
	border-radius: 4px;
	display: inline-block;
	margin-left: 0.5em;
	padding: 0 0.5em;
}

    #nav > ul > li a {
        color: inherit;
        line-height: 4em;
        letter-spacing: 2px;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 1em;
        /*padding: 10px 8px; Restore this line to fix fliker bug*/
    }

#nav>ul>li:first-child {
	margin-left: 0;
}

#nav>ul>li.active a {
	color: white;
}

#nav>ul>li>ul {
	display: none;
}

/* Dropotron */

.dropotron {
	top: 2em;
	background: rgba(32, 32, 32, 0.75);
	border-radius: 4px;
	color: inherit;
	min-width: 12em;
	padding: 1em 0;
	color: white;
}

.dropotron>li {
	line-height: 2em;
	padding: 0 1em;
}

.dropotron>li>a {
	color: inherit;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

.dropotron>li.active>a,
.dropotron>li:hover>a {
	color: inherit;
}

.dropotron.level-0 {
	border-radius: 0 0 4px 4px;
	font-size: 1em;
	margin-left: -0.5em;
}

/* Banner */

#banner {
	padding: 6em 0em 3em 0em;
	text-align: center;
	text-transform: uppercase;
	color: white;
}

@media(min-width:992px){
    #banner {
        height: 350px;
    }
}

#banner .container {
	padding: 0em 8em;
}

/*
#banner h2 {
    display: inline-block;
    padding: 0.50em 0.30em;
    background: #465f8c;
    font-size: 3em;
    font-weight: 400;
}
*/


#banner span,
#banner p {
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    /*font-size: 1.6em;
    font-weight: 300;*/
}
/*
#banner span {
	padding: 1em 0em;
}*/

/* Main */

#main {
	padding: 4em 0;
}

#main #content .major,
#main #sidebar .major {
	text-align: left;
}

#main #sidebar section {
	margin-top: 4em;
}

#main #sidebar section:first-child {
	margin-top: 0;
}

#main #sidebar .major {
	padding-bottom: 2em;
}

#main #sidebar .major h2 {
	font-size: 1.8em;
}

/* Footer */

#footer {
	padding: 6em 0 2em 0;
	text-align: center;
	color: white;
}

#footer hr {
	border-bottom: 1px solid;
	border-color: inherit;
	opacity: .05;
}

#footer .major h2 {
	color: inherit;
}

#footer .major .byline {
	color: inherit;
	opacity: .4;
}

#footer .copyright {
	margin-top: 3em;
	text-align: center;
}


/* Blueform */

#Blueform {
	text-align: center;
}

#footer .major h2,
#footer .major .byline {
	color: #FFF !important;
}






/*********************************************************************************/
/* Three Columns                                                                 */
/*********************************************************************************/

#three-column {
	overflow: hidden;
	text-align: center;
	color: #FFF;
}

#three-column h2 {
	margin: 1em 0em;
	font-size: 1.5em;
	font-weight: 700;
}

#three-column .icon {
	position: relative;
	display: block;
	margin: 0px auto 0.80em auto;
	background: none;
	line-height: 150px;
	font-size: 4em;
	width: 150px;
	height: 150px;
	border-radius: 100px;
	border: 6px solid #67128F;
	text-align: center;
	color: #FFF;

}

#three-column #tbox1,
#three-column #tbox2,
#three-column #tbox3,
#three-column #tbox4,
#three-column #tbox5,
#three-column #tbox6,
#three-column #tbox7 {
        float: left;
        padding: 20px 20px 20px 20px;
        width: 320px;
        min-height: 290px;

    }

#three-column p{
    min-height: 60px;
}

#three-column #tbox1 {
	background: #F67C78;
}

#three-column #tbox1 .button {
	background: #E85D4B;
}

#three-column #tbox2 {
	background: #79C4CA;
}

#three-column #tbox2 .button {
	background: #57AEAD;
}

#three-column #tbox3 {
	background: #A8C269;
}

#three-column #tbox3 .button {
	background: #809944;
}

#three-column #tbox4 {
	background: #c06d89;
}

#three-column #tbox4 .button {
	background: #ab617a;
}

#three-column #tbox5 {
	background: #8a7bb2;
}

#three-column #tbox5 .button {
	background: #7a6d9d;
}

#three-column #tbox6 {
	background: #7b9fb2;
}

#three-column #tbox6 .button {
	background: #6b8a9b;
}

#three-column #tbox7 {
    background: #7bb0a7;
}

#three-column #tbox7 .button {
    background: #6c9994;
}

#three-column .title {
	text-align: center;
}

#three-column .title h2 {
	font-size: 1.60em;
	color: #FFF;
}

#three-column .title .byline {
	padding-top: 0.50em;
	font-size: 0.90em;
	color: #858585;
}

#three-column .arrow-down {
	border-top-color: #292929;
}

.three-column {
    overflow: hidden;
    text-align: center;
    color: #FFF;
}

    .three-column h2 {
        margin: 1em 0em;
        font-size: 1.5em;
        font-weight: 700;
    }

    .three-column .icon {
        position: relative;
        display: block;
        margin: 0px auto 0.80em auto;
        background: none;
        line-height: 150px;
        font-size: 4em;
        width: 150px;
        height: 150px;
        border-radius: 100px;
        border: 6px solid #67128F;
        text-align: center;
        color: #FFF;
    }

    .three-column #tbox1,
    .three-column #tbox2,
    .three-column #tbox3,
    .three-column #tbox4,
    .three-column #tbox5,
    .three-column #tbox6,
    .three-column #tbox7,
    .three-column .tbox1,
    .three-column .tbox2,
    .three-column .tbox3,
    .three-column .tbox4,
    .three-column .tbox5,
    .three-column .tbox6,
    .three-column .tbox7 {
        float: left;
        padding: 20px 20px 20px 20px;
        width: 320px;
        min-height: 290px;
    }

    .three-column p {
        min-height: 60px;
    }

    .three-column #tbox1 {
        background: #F67C78;
    }

        .three-column #tbox1 .button {
            background: #E85D4B;
        }

    .three-column #tbox2 {
        background: #79C4CA;
    }

        .three-column #tbox2 .button {
            background: #57AEAD;
        }

    .three-column #tbox3 {
        background: #A8C269;
    }

        .three-column #tbox3 .button {
            background: #809944;
        }

    .three-column #tbox4 {
        background: #c06d89;
    }

        .three-column #tbox4 .button {
            background: #ab617a;
        }

    .three-column #tbox5, .three-column .tbox5 {
        background: #8a7bb2;
    }

        .three-column #tbox5 .button, .three-column .tbox5 .button {
            background: #7a6d9d;
        }

    .three-column #tbox6 {
        background: #7b9fb2;
    }

        .three-column #tbox6 .button {
            background: #6b8a9b;
        }

    .three-column #tbox7 {
        background: #7bb0a7;
    }

        .three-column #tbox7 .button {
            background: #6c9994;
        }

    .three-column .title {
        text-align: center;
    }

        .three-column .title h2 {
            font-size: 1.60em;
            color: #FFF;
        }

        .three-column .title .byline {
            padding-top: 0.50em;
            font-size: 0.90em;
            color: #858585;
        }

    .three-column .arrow-down {
        border-top-color: #292929;
    }

ul.tools {
	margin: 0;
	padding: 0em 0em 0em 0em;
	list-style: none;
}

ul.tools li {
	display: inline-block;
	padding: 0em .2em;
	font-size: 4em;
}

ul.tools li span {
	display: none;
	margin: 0;
	padding: 0;
}

ul.tools li a {
	color: #FFF;
}

ul.tools li a:before {
	display: inline-block;
	background: #1ABC9C;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	line-height: 120px;
	text-align: center;
	color: #FFFFFF;
}

ul.default {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.default li {
	display: block;
	padding-top: 0.60em;
}

ul.default li:first-child {
	padding-top: 0;
}

ul.default a {
	text-decoration: none;
	color: #888787;
}

ul.default a:hover {
	text-decoration: underline;
}






/* Copyright */

#copyright {
	position: relative;
	text-transform: uppercase;
	text-align: center;
	padding: 3em 0em 3em 0em;
	color: inherit;
	/*font-size: xx-small;*/
	opacity: .40;
}

#copyright a {
	text-decoration: none;
	color: inherit;
}

/* Extra */

#extra1 h2 {
	display: block;
	margin-bottom: 1em;
	letter-spacing: 1px;
	line-height: 1.4em;
	text-transform: uppercase;
	font-size: 1.8em;
	font-weight: 400;
}

#extra1 h3 {
	display: block;
	margin-bottom: 1em;
	letter-spacing: 1px;
	line-height: 1.4em;
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: 400;
}

/* Team */

#team h3 {
	margin-bottom: 0.50em;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
}

/* Additional Styling */

a.white {
	color: white;
}

.white-border {
	border-color: white !important;
}

.logo_wrapper {
	padding: 5px;
	background-color: white;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
    min-height: 180px;
}

.logo_wrapper1 {
	padding: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
    min-height: 150px;
	opacity: 1;
}

img.resize {
	width: 100%;
}

.ri img {
	max-width: 100%;
	height: auto !important;
}

#popup_result {
	padding: 3em;
	background-color: #465f8c;
	border: 1px solid white !important;
	color: white;
	text-align: center;
}

img.logo {
    margin-top: 12px;
	max-height: 130px;
}

#map_canvas2 {
	width: 100% !important;
}

@media(min-width: 800px) {
	img.page_banner {
		height: 230px;
	}

	img.vw_thumb {
		width: 460px;
		height: 345px;
	}
}

/* Custom Page Menu Backgrounds */
.wrapper.aboutus {
    background-image: url(https://www.pointwidecdn.com/images/photo_aboutus.jpg);
}

.wrapper.contactus {
	background-image: none;
	background-color: rgba(43, 52, 94, 1);
}

.wrapper.contactus #header {
	background-color: rgba(43, 52, 94, 1);
}

.wrapper.owners {
	background-image: url(https://www.pointwidecdn.com/images/photo_owners.jpg);
	background-position: 50% 1%
}

.wrapper.owners #header {
	background-color: rgba(43, 52, 94, 1);
}

.all-clear {
	padding: 2px !important;
	margin: auto !important;
	line-height: normal !important;
	width: auto !important;
}

.p600 p {
	font-weight: 600;
}


.dropbtn {
	padding: 5px;
	background-color: #465f8c;
	border: none;
	color: white;
	width: 100px;
	cursor: pointer;
	font-size: 16px;
}

.dropbtn:hover,
.dropbtn:focus {
	background-color: #3e8e41;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 100;
}

.dropdown-content a {
	color: black;
	padding: 8px 16px;
	text-decoration: none;
	display: block;
	font-size: 13px;
}

.dropdown a:hover {
	background-color: #f1f1f1
}

.show {
	display: block;
}

img.list_thumb {
	/*max-height: 186px;*/
	max-width: 280px;
    width: auto;
    top: 0;
    left: 0;
    display: block;
}

div.list_thumb_holder{    
    max-height: 300px;
    overflow: hidden;    
    /*border: 1px solid #eee;*/
}

a.pdf_link {
	background-image: url("https://www.pointwidecdn.com/images/pdf_icon.png");
	padding-top: 95px;
	background-position: top;
	background-repeat: no-repeat;
	display: block;
	min-width: 95px;
	min-height: 95px;
	text-align: center;
    text-decoration: none;
    word-break: break-all;
}

/*
a.pdf_link:hover
{
    font-weight: bold;
}
*/
    #nav > ul > li a {
        transition: 0.4s;
        /*color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  padding: 0 10px;
  margin: 0 10px;*/
    }

#nav>ul>li a:hover {
	background-color: #576889;
	color: #ffffff;
	padding: 10px 8px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 5000;
    transition: 0.35s;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + #main {
    padding-top: 60px;
}

label.lb-big-red {
	color: rgb(194, 53, 33);
	font-weight: bold;
	font-size: 2.2em;
	display: block;	
    line-height: 0.95em;
}

.red-text {
    color: rgb(194, 53, 33);
}

.center {
    text-align: center;
}

label.lb-small {
	font-weight: bold;
	font-size: 0.9em;
	display: block;
	text-align: center;
}

@media(min-width: 855px) {
	.lowpad {
		padding-left: 1.2em;
	}

    .min-bt-margin{
        margin-bottom: 1em;
    }
}

@media(min-width:400px) {
	.hidden-md {
		display: none;
	}
}

@media(max-width:400px) {
	.hidden-sm {
		display: none;
	}
}

.style4 {
	padding-bottom: 10px;
}

    /*
.style4 .\34 u {
	display: none;
}*/

.style4 .\37 u {
	margin: 0 auto;
}

.inline-link {
	text-decoration: none;
	white-space: nowrap;
	padding-left: 5px;
}
@media (max-width: 991px){
    .bg-img {
        background-size: cover;
        background-position: center;
    }
}

#map {
    background-color: white;
    height: 350px;
}

@media(max-width: 992px){
    #map{
        height: 230px;
    }
}

.hidden-all{
    display: none;
}

.photo-list img {
    /*margin-right: 140px;*/    
    display: inline-block;
    width: 450px;
}

.photo-list a {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 40px;
}

.aff_logo img {
    max-height: 66px;
}

@media(min-width:1023px) {
    h1.company-title {
        /*margin-right: 300px;*/
        margin: auto;
    }
}

.service-block {
    background-image: url(https://www.pointwidecdn.com/images/header_photos/people_2.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.service-block h3, .service-block h1
{
    text-align: center;        

}

.service-block h3{
    font-size: 24px;
    margin-bottom: 10px;
    color: rgb(97,174,224);
}

    .service-block h1 {
        font-size: 42px;
        color: rgb(70,96,140);
        line-height: 1.2em;
    }

    .service-block > div {
        background-color: white;
        background-color: rgba(255,255,2555,0.5);
        padding: 20px;
        margin: 0px;
        padding: 20px;
    }

.service-block sbas {
    position: relative;
    margin: 100px 0 0;
}

.sbas {
    padding: 20px;
}

.sbas .sba {
    display: block;
    /* background-color: rgba(0,118,163,0.8); */
    color: #fff;
    text-align: center;
    padding: 30px 20px;
    transition: 0.3s;
    text-decoration: none;
}

.sbas .sba .icon {
    font-size: 38px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
}

    .sbas .sba h3 {
        color: rgb(72,154,210);
        font-size: 16px;
        text-transform: uppercase;
        margin: 5px 0 0;
        font-weight: normal;
        font-weight: bold;
    }

    .home-photo-list a{
        display: inline-block;
    }

/**
    Scrolling marker
*/
.scroll {
    position: relative;
    width: 100%;
    height: 100%;
}

.scroll::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 80%;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
}

.scroll a.scroll_link {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    padding-top: 60px;
}

    .scroll a.scroll_link:hover {
        opacity: .5;
    }    

.scroll a.scroll_link span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

#content ul, #team ul {
    list-style-type: unset;
    list-style-position: inside;
}

#content ol {
    list-style-type: decimal;
    list-style-position: inside;
}


ul#interior,ul#exterior{
    list-style-type: none;
}

.smooth-scroll a {
    position: absolute;
    bottom: 50px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .8s;

}
.smooth-scroll a:hover{
	opacity: .6;
	bottom: 47px;
}
a.scroll-btn span {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -12px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

ul.top-link-bar{
    list-style-type: none;
    margin-bottom: 0px;
}

ul.top-link-bar li {
    display: inline-block;
	/*vertical-align: top;*/
}

ul.top-link-bar li a {    
    display: inline-block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
	opacity: 0.4;
	margin-left: 8px;	
}

ul.top-link-bar li a:hover{
	opacity: 1.0;
}

ul.top-link-bar li a.fb {
    background-image: url("https://www.pointwidecdn.com/images/fb.png");
}

ul.top-link-bar li a.fb:hover {
    background-image: url("https://www.pointwidecdn.com/images/fb_h.png");
}

ul.top-link-bar li a.twitter {
    background-image: url("https://www.pointwidecdn.com/images/tw.png");
}

ul.top-link-bar  li a.twitter:hover {
    background-image: url("https://www.pointwidecdn.com/images/tw_h.png");
}

ul.top-link-bar  li a.instagram {
    background-image: url("https://www.pointwidecdn.com/images/insta.png");
}

ul.top-link-bar  li a.instagram:hover {
    background-image: url("https://www.pointwidecdn.com/images/insta_h.png");
}

ul.top-link-bar  li a.youtube {    
    background-image: url("https://www.pointwidecdn.com/images/yt.png");
}

ul.top-link-bar  li a.youtube:hover {
    background-image: url("https://www.pointwidecdn.com/images/yt_h.png");
}

ul.top-link-bar  li a.linkedin {
    background-image: url("https://www.pointwidecdn.com/images/lin.png");
}

ul.top-link-bar li a.linkedin:hover {
    background-image: url("https://www.pointwidecdn.com/images/lin_h.png");
}

ul.top-link-bar  li a.pininterest {
    background-image: url("https://www.pointwidecdn.com/images/pinterest.png");
}

ul.top-link-bar li a.pininterest:hover {
    background-image: url("https://www.pointwidecdn.com/images/pinterest_h.png");
}

ul.top-link-bar  li a.payrent {
    background-image: url("https://www.pointwidecdn.com/images/payrent.png");
    width: 172px;    
	opacity: 1.0;
	margin-left: auto;	
}

ul.top-link-bar li a.payrent:hover {
    background-image: url("https://www.pointwidecdn.com/images/payrent_h.png");
}

body:after {
    display: none;
    content: url(https://www.pointwidecdn.com/images/tw_h.png) url(https://www.pointwidecdn.com/images/yt_h.png) url(https://www.pointwidecdn.com/images/fb_h.png) url(https://www.pointwidecdn.com/images/insta_h.png) url(https://www.pointwidecdn.com/images/payrent_h.png) url(https://www.pointwidecdn.com/images/lin_h.png) url(https://www.pointwidecdn.com/images/pinterest_h.png);
}

ul.top-link-bar li img.sm-icon {
    width: 200px;
    margin-top: 3px;
    /*vertical-align: top;*/
    padding-bottom: 4px;    
    padding-top: 6px;
}

ul.document-list{
    list-style-type: none !important;
}

ul.document-list li {
    display: inline-block;
    vertical-align: top;    
}

@media(max-width:768px) {
    ul.document-list li {
        display: list-item;
    }

    .accessibility {
        max-width: 90%;        
    }
}

@media(min-width:768px) {
    ul.document-list li {
        display: inline-block;
        vertical-align: top;
        width: 48%;
    }
}

@media(min-width:1025px) {
    ul.document-list li {
        display: inline-block;
        vertical-align: top;
        width: 30%;
    }

    #pointwide_link{
        font-size: 1em;    
    }
}

#myModel{
    display: none;
}

.accessibility {
    opacity: 0.4;
    margin: auto !important;
}

.accessibility a {
    text-decoration: none;
    color: inherit;
}

.accessibility a:hover {
    text-decoration: underline;
}

@media(min-width:1024px){
    .accessibility{
        max-width: 60%;
        margin: auto!important;
    }
}

