/*!
Theme Name: dPoint 2020
Author: Tim Wearing
Description: Custom Wordpress theme designed for Tim, by Tim
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dpoint.ca
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Roboto', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

page {
	max-width: 1600px !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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 {
	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-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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

  @font-face {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
	font-weight: 100;
    font-stretch: normal;
}

  @font-face {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
	font-weight: 100;
    font-stretch: normal;
}
    
     @font-face {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
	font-weight: 100;
    font-stretch: normal;
}

body,
button,
input,
select,
optgroup,
textarea {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 20px;
	font-size: 0.9em;
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	clear: both;
}

h1 {
    position: relative;
	color: #FFFFFF;
	background: url('images/fc-background.jpg') center repeat-y;
    background-size: cover;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 40px;
	text-align: center;
    padding: 17px 0;
    margin: 0 auto 35px;
    text-transform: uppercase;
    z-index: 1200;
}

h2 {
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	font-weight: 100;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 0px;
	margin: 28px 0 35px;
}

h3 {
	color: #1F6D9D;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 30px;
	text-align: left;
	margin: 10px;
}

h4 {
	color: #1F6D9D;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 100;
	text-align: center;
    margin-bottom: 10px;
}

h5 {
	color: #1F6D9D;
	font-family: 'Roboto', sans-serif;
	font-size: 20px !important;
	font-weight: 300;
	text-align: center;
    margin-bottom: 10px;
}

p {
	font-family: 'Roboto', sans-serif;
    color: #3e3e3e;
	font-size: 18px;
	font-weight: 100;
	margin-bottom: 1.5em;
	padding: 10px 20px;
	margin: 0 0 10px;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: transparent;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.page-scroll-buttons button.one-page-up {
	z-index: 1500;
	margin-bottom: -8px;
}

.page-scroll-buttons button.one-page-down {
	z-index: 1500;
	margin-bottom: -8px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	margin: 50px auto 50px;
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	margin-top: 14px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
	display: inline-block;
	background-color: #1F6D9D;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #233450 !important;
	background-color: #FFFFFF !important;
	border: 1px solid #EE220C;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	color: #233450 !important;
	background-color: #FFFFFF !important;
	border: 1px solid #EE220C;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	margin: 3px 0;
	font-size: 1.4em;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

blockquote {
  	border-left: 10px solid #ccc;
	width: 90%;
	max-width: 600px;
  	margin: 1.5em 10px 0;
  	padding: 0.5em 10px;
  	quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  	color: #ccc;
  	content: open-quote;
  	font-size: 4em;
 	line-height: 0.1em;
  	margin-right: 0.25em;
  	vertical-align: -0.4em;
}

blockquote:after {
  	color: #ccc;
  	content: close-quote;
  	font-size: 4em;
 	line-height: 0.1em;
  	margin-left: 0.25em;
  	vertical-align: -0.4em;
}

blockquote p {
  	display: inline;
	font-style: italic;
	font-size: 16px;
	color: #1F6D9D;
	padding: 10px 0;
}

#select {
	position: absolute;
	top: 3px;
	right: 175px;
	margin-bottom: 0;
	z-index: 1000;
	width: 500px;
	text-align: right;
	font-size: 18px;
}

#select button, input[type="button"], input[type="reset"], input[type="submit"] {
    margin: 0;
}

#select select {
	border: none;
	background: transparent;
	width: 190px;
	padding: 2px 10px 2px 5px;
	font-size: 16px;
	border: 1px solid #ccc;
	height: 28px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #FFFFFF;
	cursor: pointer;
}

#select select:hover {
    color: #00add2;
}

/* CAUTION: IE hackery ahead */
#select select::-ms-expand { 
    display: none; /* remove default arrow on ie10 and ie11 */
}

#select .menu-text {
    position: relative;
    display: inline-block;
	padding-left: 90px;
}

nav select {
	border: 0.5px solid #FFF;
    background: transparent;
    border-radius: 5px;
    padding: 2px 10px 2px 10px;
    color: #FFF;
    font-family: 'Chalet-ParisSixty';
    margin-top: 3px;
    height: 28px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none !important;
}

a:hover, a:focus, a:active {
	color: red;
	text-decoration: none !important;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

.button {
	text-align: center;
}	

.link_button {
	margin: 0 auto 0;
	padding: 5px 10px;
	text-align: center;
	margin-top: 14px;
    font-size: 16px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
	display: inline-block;
}

.link_button {
    background-color: transparent;
	border: 1px solid #1F6D9D;
	color: #1F6D9D;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.link_button a {
	color: #1F6D9D;
}

.link_button:hover {
	color: #FFFFFF;
    background-color: #1F6D9D;
	border: 1px solid #EE220C;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.link_button_white {
	margin: 100px auto 50px;
	padding: 5px 10px;
	text-align: center !important;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	margin-top: 14px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
	display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.link_button_white a {
	color: #FFFFFF;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.link_button_white:hover {
	background-color: #FFFFFF;
	color: #1F6D9D;
	border: 1px solid #1F6D9D;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/*--------------------------------------------------------------
## Header Menu
--------------------------------------------------------------*/

.top {
	background: url('images/fc-background.jpg') center repeat-y;
    background-size: 100%;
	position: fixed;
	top: 15px;
	height: 50px;
    padding: 4px 0 0 20px;
	width: 100%;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
	z-index: 1000;  
}

.nav-logo {
	position: fixed;
    top: 15px;
    left: 50px;
	cursor: pointer;
	margin: 0 auto;
	height: 40px;
	padding-top: 5px;
	z-index: 1500;
}

.nav-logo img {
	height: 40px;
    width: auto;
}

.full-menu {
    position: fixed;
    top: 23px;
    right: 0;
    z-index: 1500;
}

.header .menu {
	float: right;
	text-align: left;
	clear: both;
	max-height: 0;
	transition: max-height .2s ease-out;
	background: url('images/fc-background.jpg') right repeat-y;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
}

.header .menu a {
	color: #FFFFFF;
}

.header .menu a:hover {
	color: #1F6D9D;
}

.header .menu.current-menu-item a {
	color: #1F6D9D !important;
}

.header .menu.current-menu-item a:hover {
	color: #1F6D9D;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.header li a {
	display: block;
	padding: 5px 20px 5px 35px;
	text-decoration: none;
	font-size: 18px;
}

.header li:first-child a {
	margin-top: 15px;
}

.header li a:hover,
.header .menu-btn:hover {
	background-color: #FFFFFF;
}

/* menu icon */

.header .menu-icon {
	cursor: pointer;
	display: inline-block;
	float: right;
	padding: 16px 20px 11px;
	position: relative;
	user-select: none;
}

nav .menu-icon:before {
	position: absolute;
	top: 2px;
	right: 75px;
    content: "Menu";
	padding-left: 20px;
	font-size: 18px;
    color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.menu-icon:hover {
	color: #00add2;
}

nav .menu-icon .navicon {
	background: #FFFFFF;
	display: block;
	height: 4px;
	position: relative;
	transition: background .2s ease-out;
	width: 35px;
}

.menu-icon .navicon:before,
.header .menu-icon .navicon:after {
	background: #FFFFFF;
}

.menu-icon .navicon:before,
.menu-icon .navicon:after {
	background: #333;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
}

nav .menu-icon .navicon:before {
	top: 8px;
	background: #FFFFFF;
}

nav .menu-icon .navicon:after {
	top: -8px;
	background: #FFFFFF;
}

/* menu btn */

.menu-btn {
	display: none;
}

.menu-btn:checked ~ .menu {
	max-height: 600px;
}

.menu-btn:checked ~ .menu-icon .navicon {
	background: transparent;
}

.menu-btn:checked ~ .menu-icon .navicon:before {
	transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
	transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	top: 0;
	right: 0;
}
      
section h1 {
	margin-bottom: 10px; }

section p:last-child {
    margin-bottom: 0; }

.search {
    margin: 10px 20px 30px 34px;
}

.navbar select {
	border: 1px solid #5b6f80;
    background: transparent;
    border-radius: 5px;
    padding: 5px;
    color: #5b6f80;
    margin-top: 3px;
}

/*--------------------------------------------------------------
## Bottom Bar
--------------------------------------------------------------*/

.bottom {
	background: url('images/fc-background.jpg') center repeat-y;
    background-size: 1600px;
	position: fixed;
	bottom: 0;
	height: 36px;
    padding: 4px 0 0 20px;
	width: 100%;
	z-index: 100;  
}

#bottom-bar {
	position: fixed;
	bottom: 0;
	height: 36px;
    padding: 4px 0 0 20px;
	width: 100%;
	z-index: 2000;  
}

#bottom-bar a {
	right: 0;
	font-size: 14px;
	color: #FFFFFF !important;
	text-decoration: none;
}

#bottom-bar a:hover {
	color: red !important;
    -webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
}

.exchanger {
    float: left;
}

.core-link {
    float: right;
    padding-bottom: 5px;
    margin-right: 15px;
}

.core-link img {
    height: 25px;
    width: auto;
    padding: 0 2px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Plugin CSS
--------------------------------------------------------------*/

.TS_GV_ClG_Div2_Hov5_Title_468 {
    font-weight: lighter !important;
    font-size: 26px !important;
    font-family: 'Roboto', sans-serif !important;
}

.n2-section-smartslider {
    z-index: 1001 !important;
}

.row {
    margin: 0 auto;
}

.col_3 {
    width: 25%;
}

.col_4 {
    width: 33.3%;
}

.wppb-user-forms input:not([type="button"]):not([type="reset"]):not([type="submit"]), .wppb-user-forms select, .wppb-user-forms textarea {
    padding: 7px;
}

.text-insert {
	margin: 0 auto;
	max-width: 80%;
	text-align: center;
}

.text-insert p {
	font-size: 22px;
	text-align: center;
}

.text-insert .wpforms-description {
	font-size: 22px !important;
}

.text-insert .wpforms-field-container .wpforms-submit-container {
	text-align: center;
	margin: 0 auto;
}

.text-insert .wpforms-field-medium.wpforms-field-required {
	margin: 0 auto;
	max-width: 500px !important;
}

div.wpforms-container-full .wpforms-form input[type="submit"], div.wpforms-container-full .wpforms-form button[type="submit"], div.wpforms-container-full .wpforms-form .wpforms-page-button {
	margin: 0 auto 50px;
	padding: 10px 30px !important;
	text-align: center;
	border: 1px solid #1F6D9D !important;
	background-color: #1F6D9D !important;
	color: #FFFFFF !important;
	margin-top: 14px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
	display: inline-block;
	transition: 0.6s;
}

div.wpforms-container-full:hover .wpforms-form:hover input[type="submit"]:hover, div.wpforms-container-full:hover .wpforms-form button[type="submit"]:hover, div.wpforms-container-full:hover .wpforms-form:hover .wpforms-page-button:hover {
	background: #FFFFFF !important;
	color: #1F6D9D !important;
	transition: 0.6s;
}

div.wpforms-container-full, div.wpforms-container-full .wpforms-form * {
    border-radius: 7px;
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
}

div.wpforms-container-full .wpforms-form input[type="submit"], div.wpforms-container-full .wpforms-form button[type="submit"], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    padding: 5px 15px !important;
    float: right;
}

.rt-team-container * {
    line-height: 1.3 !important;
}

.rt-team-container .layout1 .tlp-content-layout1, .rt-team-container .tlp-content {
    padding: 2px !important;
}

.rt-team-container .layout3 .single-team-area h3 {
    margin-top: 10px !important;
}

.rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item {
    margin: 4px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    behavior: url(border-radius.htc);
}

.rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item.selected, .rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item:hover {
    color: #FFFFFF !important;
}

.rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item.selected, .rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item.active {
    color: #FFFFFF !important;
}

.md-content .tlp-md-content-holder > .md-header h3 {
    text-align: center;
    color: #FFFFFF;
}

.md-content .tlp-md-content-holder > .md-header h4 {
    font-size: 14px;
    color: #FFFFFF;
}

.md-content .tlp-md-content-holder > .md-header {
    background: #5b6f80;
    text-align: center;
}

.md-modal .social-icons {
    margin-top: 2px;
}

.rt-team-container .contact-info {
    margin: 0px 0 0 20px;
    font-size: 16px;
    color: #5b6f80;
}

.rt-team-container .contact-info i {
    width: 20px;
	margin-right: 10px;
    color: #00add2;
    font-size: 20px;
}

.rt-team-container p {
    padding: 5px 20px;
}

.short-bio {
    color: #000000;
	font-size: 14px;
}

.md-content > .tlp-md-content-holder .tlp-md-content .tlp-md-member-details {
    margin: 15px 0;
    color: #000000;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.slider {
    max-height: 800px;
}

.section {
    position: relative;
    margin: 0;
}

.section-blue {
    position: relative;
	background: url('images/fc-background.jpg') center repeat-y;
    background-size: 1600px;
    margin: 0;
    z-index: 1200;
    padding-bottom: 50px;
}

.section-blue h3 {
    color: #FFF;
}

.section-blue h4 {
    color: #FFF;
}

.section-blue h5 {
    color: #FFF;
}

.section-blue p {
    color: #FFF;
}

.buffer {
    padding: 25px 50px;
}

.ext-content { 
    display: table; 
    width: 100%;
    height: 100%;
}

.int-content { 
    display: table-cell; 
    vertical-align: middle; 
}

.int-content p { 
    margin: 0 auto 5px;
}

/*--------------------------------------------------------------
# Front Page
--------------------------------------------------------------*/

.flip-container {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d; 
    -ms-transform-style: preserve-3d; 
	margin: 0 auto;
}

/* START: Accommodating for IE */
.flip-container:hover .back, .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container:hover .front, .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
		
/* END: Accommodating for IE */

.flip-container, .front, .back {
	width: 400px;
	height: 320px;
}

.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 0.6s;
	-moz-transition: 0.6s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: rotateY(0deg);
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-moz-transform: rotateY(0deg);
	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	-o-transform: rotateY(0deg);
	-ms-transition: 0.6s;
	-ms-transform-style: preserve-3d;
	-ms-transform: rotateY(0deg);
	transition: 0.6s;
	transform-style: preserve-3d;
	transform: rotateY(0deg);
	position: absolute;
	top: 0;
	left: 0;
}

.front {
    display: inline-block;
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	background: url('images/fc-background.jpg') center repeat-y;
    background-size: 1600px;
	z-index: 2;
}

.back {
	background: white;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	padding: 10px !important;
}

.back h5 {
    color: #1F6D9D;
}

.back p {
    color: #3e3e3e;
    font-size: 16px;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 10px;
    margin: 0;
}

.back a {
    color: #1e6d9e;
}

.front .name {
	font-size: 2em;
	display: inline-block;
	background: rgba(33, 33, 33, 0.9);
	color: #f8f8f8;
	padding: 5px 10px;
	border-radius: 5px;
	bottom: 60px;
	left: 25%;
	position: absolute;
	text-shadow: 0.1em 0.1em 0.05em #333;
	display: none;
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
}


div.ext-box { 
    display: table; 
    height: 700px;
    max-height: 700px;
    width: 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

div.int-box { 
    display: table-cell; 
    vertical-align: middle; 
}

.contact {
    padding: 25px 50px 50px;
}

.contact p {
    color: #1F6D9D;
    text-align: center;
}

/*--------------------------------------------------------------
# About 
--------------------------------------------------------------*/

.about-header {
    position: relative;
	text-align: center;
    padding: 25px 50px 50px;
    height: 800px;
    z-index: 1000;
}

.about-header p {
    color: #FFFFFF;
    width: 85%;
    margin: 0 auto;
}

.team {
    position: relative;
    width: 65%;
    margin: 0 auto 20px;;
    padding: 25px 0 50px 25px;
}

.team p {
    text-align: center;
    font-size: 18px;
}

/*--------------------------------------------------------------
# Products 
--------------------------------------------------------------*/

.products-top { 
    position: relative;
    display: table; 
    width: 100%;
    z-index: 1000;
}

.products-top .int-box { 
    display: table-cell; 
    vertical-align: bottom; 
    width: 10%;
}

.products-header {
	text-align: center;
    padding: 45% 0 5%;
    height: 100%;
    max-height: 800px;
}

.product-series h5 {
	padding: 0 0 15px;
    margin: 0;
}

.product-series p {
	text-align: center;
	padding: 0 0 7px;
    margin: 0;
}

/*--------------------------------------------------------------
# Product Series 
--------------------------------------------------------------*/

.series-header {
	text-align: center;
    padding: 45% 0 5%;
    height: 100%;
    max-height: 800px;
}

.series-section h1 {
    margin: 0 auto 5px;
}

.series-feature h1 {
    background: none;
}

.series-feature h5 {
    margin-bottom: 25px;
}

.series-feature {
	text-align: center;
	padding: 0 0 7px;
    margin: 0 auto;
}

/*--------------------------------------------------------------
## Downloads
--------------------------------------------------------------*/

.tdtitle {
    width: 25%;
    padding: 5px 10px 5px 10px !important;
    color: #1f6d9d;
    white-space: nowrap;
}

.tdwebsite {
    padding: 5px 10px 5px 10px !important;
    color: #1f6d9d;
    white-space: nowrap;
}

.tdsize {
    width: 8%;
    padding: 5px 10px 5px 10px !important;
    color: #1f6d9d;
    white-space: nowrap;
    text-align: center;
    font-size: 0.9em;
}

.tddescription {
    padding: 5px 10px 5px 10px !important;
    font-size: 0.9em;
    line-height: 1.3;
}

.tddownload {
    background-color: #1f6d9d;
    padding: 0 !important;
    border: 1px solid #1f6d9d;
	border-bottom: 1px solid #FFFFFF !important;
    width: 200px;
    white-space: nowrap;
}

.tddownload:hover {
	border-bottom: 1px solid #5b6f80 !important;
}

#downloads {
    padding: 50px;
    width: 70%;
    margin: 0 auto;
	color: #3e3e3e;
}

#downloads .tdview {
    background-color: #1f6d9d;
    padding: 0 !important;
    border: 1px solid #1f6d9d;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
    width: 150px;
    white-space: nowrap;
}

#downloads .tdview:hover {
	border-bottom: 1px solid #1f6d9d !important;
}

#downloads li + li:before{
    content: " | ";
    padding: 0 10px;
}

#downloads table {
    margin: 0 auto 25px !important;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-left: 30px;
    color: #1f6d9d;
}

#downloads thead {
    font-size: 16px;
    font-weight: 400;
    color: #00add2;
    text-transform: uppercase
}

#downloads th {
    border: 1px solid #1f6d9d;
}

#downloads tr td {
    border: 1px solid #1f6d9d;
}

#downloads thead th {
    border: 1px solid #1f6d9d;
	text-align: center;
	font-size: 14px;
}

.ddownload-button {
	background: none;
	display: inline-block;
	font-size: 18px;
	text-decoration: none !important;
	padding: 10px 75px 10px 40px;
	-webkit-box-shadow: none;
	border: none !important;
}

.ddownload-button:hover {
	background-color: none;
}

.ddownload-button:active {
 	box-shadow: inset 0px 0px 3px #999;
 	-o-box-shadow: inset 0px 0px 3px #999;
 	-webkit-box-shadow: inset 0px 0px 3px #999;
 	-moz-box-shadow: inset 0px 0px 3px #999;
}

.button-view {
    background-color: #1f6d9d;
    background-image: url("images/view_icon1.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #ffffff !important;
	height: 100%;
	width: 100%;
}

.button-view:hover {
    background-color: #FFFFFF;
    background-image: url("images/view_icon2.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #00add2 !important;
}

.button-view:active {
  color: #41788c !important;
}

.button-blue:hover {
    background-image: url("images/download_icon2.png");
    color: #0077bf !important;
    background-color:#FFFFFF !important;
}

.button-blue {
    background-image: url("images/download_icon1.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #ffffff !important;
    border: none;
    width: 100%;
}

/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/

.contact-page {
    width: 35%;
    margin: 0 auto;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

#footer {
	background: url('images/fc-background.jpg') center repeat-y;
    background-size: 1600px;
    height: 200px;
    padding: 40px 0 0;
    position: relative;
}

.footer-menu {
    position: relative;
    width: 75%;
    margin: 0 auto 50px;
}

.footer-menu a {
    color: #FFFFFF;
    text-decoration: none;
}

.footer-menu a:hover {
    color: red;
}

.footer-menu ul {width:100%; list-style:none;}
.footer-menu ul li {float:left; width: 25%; padding-right: 75px; font-size: 15px;}
.footer-menu ul li ul {padding:0;}
.footer-menu ul li ul li {float:none; width: 100%; padding:5px 0 0 10px; font-size: 13px;}

.footer-menu li > ul, li > ol {
    margin-left: 0;
}

.bottom-footer {
    position: relative;
    margin: 128px auto 0;
    width: 500px;
    z-index: 2500;
    padding: 0;
}

.company {
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    height: 25px;
    z-index: 2500;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.write-images {
    padding-bottom: 100px;
}

.write-images img {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.write-images img:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) 
 {                                                                                                                     

blockquote:before {
  	color: #ccc;
  	content: open-quote;
  	font-size: 20px;
 	line-height: inherit;
  	margin-right: 10px;
  	vertical-align: -0.3em;
}

blockquote:after {
  	color: #ccc;
  	content: close-quote;
  	font-size: 20px;
 	line-height: inherit;
  	margin-left: 10px;
  	vertical-align: -0.3em;
}
 }

/*--------------------------------------------------------------
## Responsive Styles
--------------------------------------------------------------*/

@media all and (max-width : 960px) {
	
.row {
    margin-left: 0;
}
	
.col_3 {
    width: 50% !important;
}

.col_4 {
    width: 50% !important;
}

nav#nav-main {
    display: none; }

nav#nav-sub {
    display: none; }

nav#nav-main a:hover {
    background-color: #0077bf;
    color: #FFFFFF; 
    text-decoration: none;
}
	
div#n2-ss-2 .n2-ss-slider-3 {
    margin-top: 36px !important;
}
    
.int-content h2 {
    font-size: 22px;
    margin: 0 auto 5px;
    padding: 20px 0 0;
}
    
.int-content p {
    width: 90%;
    margin: 0 auto 0px;
    font-size: 18px;
}
    
.link_button {
    font-size: 14px;
    margin-bottom: 15px;
}
    
h1 {
    font-size: 45px !important;
}

.maintable {
	width: 90%;
}

.end {
    margin: 0 0 10px 80px !important;
    width: 60%;
}
    
.footer {
    margin: 20px auto 0;
    max-width: 90%;
}
}

@media all and (max-width : 772px) {
	
.col_3 {
    width: 100% !important;
}
	
.col_4 {
    width: 100% !important;
}
    
.buffer {
    padding: 15px 10px;
}
    
.about-header p {
    width: 100%;
}
    
#downloads thead th{
    display: none;
}
    
#downloads {
    padding: 25px;
    width: 95%;
}
    
.tddescription {
    display: none;
}
    
.tdtitle {
    width: 50%;
}
    
#footer {
    height: 220px;
}
    
.footer-menu {
    width: 100%;
}
    
.footer-menu ul li {
    padding-right: 25px;
}
}

@media all and (max-width : 540px) {
    
.nav-logo {
    left: 20px;
}

.social-icons {
    margin: 10px 20px 0 40px;
}
}

@media all and (max-width : 360px) {


}
