/*
Theme Name: New Form Building Systems
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:  
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}

html, body {
    height: 100%;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    clear: both;
}

ol, ul {
    list-style: none;
}

blockquote {
    quotes: none;
}

blockquote:before, blockquote:after {
    content: '';
    content: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    border: none;
}

/*****************************CSS Reset - Find ****************************************/

/* =Fonts
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body,
input,
textarea {
    color: #666;
}

hr {
    background-color: #E7E7E7;
    border: 0;
    height: 1px;
    margin-bottom: 18px;
    clear: both;
}

/* Text elements */
p {
    margin-bottom: 18px;
}

ul {
    list-style: square;
    margin: 0 0 18px 1.5em;
}

ol {
    list-style: decimal;
    margin: 0 0 18px 1.5em;
}

ol ol {
    list-style: upper-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0;
}

dl {
    margin: 0 0 24px 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 18px;
}

strong {
    font-weight: bold;
}

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

big {
    font-size: 131.25%;
}

ins {
    background: #ffc;
    text-decoration: none;
}

blockquote {
    font-style: italic;
    padding: 0 3em;
}

blockquote cite,
blockquote em,
blockquote i {
    font-style: normal;
}

pre {
    background: #f7f7f7;
    color: #222;
    line-height: 18px;
    margin-bottom: 18px;
    padding: 1.5em;
}

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

sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

input[type="text"],
textarea {
    padding: 2px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}

table {
    border: 1px solid #e7e7e7;
    text-align: left;
    margin: 0 -1px 24px 0;
    width: 100%;
}

tr th,
thead th {
    color: #888;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
}

tr td {
    border-top: 1px solid #e7e7e7;
    padding: 6px 24px;
}

tr.odd td {
    background: #F2F7FC;
}

.attachment img {
    max-width: 900px;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}

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

.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}

.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    text-align: center;
    margin-bottom: 20px;
    padding: 4px;
}

.wp-caption img {
    margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
    margin: 5px;
    color: #888;
    font-size: 12px;
}

.wp-smiley {
    margin: 0;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
    clear: both;
}

#comments .navigation {
    padding: 0 0 18px 0;
}

h3#comments-title,
h3#reply-title {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}

h3#comments-title {
    padding: 24px 0;
}

.commentlist {
    list-style: none;
    margin: 0;
}

.commentlist li.comment {
    border-bottom: 1px solid #e7e7e7;
    line-height: 24px;
    margin: 0 0 24px 0;
    padding: 0 0 0 56px;
    position: relative;
}

.commentlist li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

#comments .comment-body ul,
#comments .comment-body ol {
    margin-bottom: 18px;
}

#comments .comment-body p:last-child {
    margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child {
    margin-bottom: 24px;
}

.commentlist ol {
    list-style: decimal;
}

.commentlist .avatar {
    position: absolute;
    top: 4px;
    left: 0;
}

.comment-author {
}

.comment-author cite {
    color: #000;
    font-style: normal;
    font-weight: bold;
}

.comment-author .says {
    font-style: italic;
}

.comment-meta {
    font-size: 12px;
    margin: 0 0 18px 0;
}

.comment-meta a:link,
.comment-meta a:visited {
    color: #888;
    text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover {
    color: #FF4B33;
}

.commentlist .even {
}

.commentlist .bypostauthor {
}

.reply {
    font-size: 12px;
    padding: 0 0 24px 0;
}

.reply a,
a.comment-edit-link {
    color: #888;
}

.reply a:hover,
a.comment-edit-link:hover {
    color: #FF4B33;
}

.commentlist .children {
    list-style: none;
    margin: 0;
}

.commentlist .children li {
    border: none;
    margin: 0;
}

.nopassword,
.nocomments {
    display: none;
}

#comments .pingback {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e7e7e7;
}

.commentlist li.comment + li.pingback {
    margin-top: -6px;
}

#comments .pingback p {
    color: #888;
    font-size: 12px;
    line-height: 18px;
    display: block;
    margin: 0;
}

#comments .pingback .url {
    font-style: italic;
    font-size: 13px;
}

/* Comments form */
input[type=submit] {
    color: #333;
}

#respond {
    margin: 24px 0;
    border-top: 1px solid #e7e7e7;
    overflow: hidden;
    position: relative;
}

#respond p {
    margin: 0;
}

#respond .comment-notes {
    margin-bottom: 1em;
}

.form-allowed-tags {
    line-height: 1em;
}

.children #respond {
    margin: 0 48px 0 0;
}

h3#reply-title {
    margin: 18px 0;
}

#comments-list #respond {
    margin: 0 0 18px 0;
}

#comments-list ul #respond {
    margin: 0;
}

#cancel-comment-reply-link {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}

#respond .required {
    color: #FF4B33;
    font-weight: bold;
}

#respond label {
    color: #888;
    font-size: 12px;
}

#respond input {
    margin: 0 0 9px;
    width: 98%;
}

#respond textarea {
    width: 98%;
}

#respond .form-allowed-tags {
    color: #888;
    font-size: 12px;
    line-height: 18px;
}

#respond .form-allowed-tags code {
    font-size: 11px;
}

#respond .form-submit {
    margin: 12px 0;
}

#respond .form-submit input {
    width: auto;
    font-size: 14px;
}

.clear {
    clear: both;
    line-height: 1px;
    font-size: 1px;
}

/***************************** WP CSS Reset - Find ****************************************/
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    position: relative;
}

#wrapper {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    background: #fff;
}

/***************************** Header start here ****************************************/
.banner_inside {
    display: table;
    height: 100%;
    width: 100%;
}

.main_container {
}

.top_para {
    padding: 81px 1% 13px 1%;
    border-bottom: 1px solid #818181;
}

.top_para p {
    font-family: 'Muli', sans-serif;
    font-size: 25px;
    color: #000000;
    line-height: 32px;
    text-align: center;
    font-weight: 200;
    padding: 0px;
    letter-spacing: 0.2px;
}

.product_left {
    padding: 0 4% 55px 4%;
    border-right: 1px solid #818181;
}

.product_left p {
    font-family: "proxima-nova";
    font-size: 18px;
    color: #000000;
    line-height: 22px;
    text-align: center;
    font-weight: 200;
    padding: 0px;
}

.products {
    padding: 61px 0 34px 0;
}

.product_left p a {
    display: block;
    text-align: center;
    color: #000;
    text-decoration: underline;
    margin: 24px 0 0 0;
}

.product_left p a:hover {
    text-decoration: none;
    color: #000;
}

.product_left h2 {
    font-family: "proxima-nova";
    font-size: 25px;
    color: #000;
    font-weight: normal;
    text-align: center;
    padding: 62px 0 38px 0;
}

.product_left span {
    width: 217px;
    height: 217px;
    margin: 0 auto;
    border: 6px solid #4681a9;
    border-radius: 100%;
    display: block;
    overflow: hidden;
}

.product_left span img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.products .noborder1 {
    border: none;
}

.icf_products {
    border-top: 1px solid #818181;
    padding: 100px 0 98px 0;
}

.icf_products_img {
}

.icf_products_img span {
    width: 357px;
    height: 357px;
    margin: 0 auto;
    border: 6px solid #4681a9;
    border-radius: 100%;
    display: block;
    overflow: hidden;
}

.icf_products_img span img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.icf_products_cont {
}

.icf_products_cont h2 {
    font-family: 'Muli', sans-serif;
    font-size: 45px;
    color: #000;
    font-weight: normal;
    text-align: center;
    padding: 38px 0 22px 0;
    font-weight: 200;
}

.icf_products_cont p {
    font-family: "proxima-nova";
    font-size: 18px;
    color: #000000;
    line-height: 21px;
    text-align: center;
    font-weight: 200;
    padding: 0px;
}

.icf_products_cont p a {
    display: block;
    text-align: center;
    color: #000;
    text-decoration: underline;
    margin: 24px 0 0 0;
}

.icf_products_cont p a:hover {
    text-decoration: none;
    color: #000;
}

.ifc_applications {
    background: #4681a9;
    padding: 0 0 76px 0;
}

.applications_cont {
    padding: 89px 0 0 0;
}

.applications_cont h4 {
    font-family: 'Muli', sans-serif;
    font-size: 45px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    padding: 0px 0 22px 0;
    font-weight: 200;
}

.lists {
    padding: 33px 0 52px 0;
}

.lists ul {
    float: left;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.lists ul li {
    float: left;
    display: inline-block;
    text-align: center;
}

.lists span {
    width: 250px;
    height: 250px;
    margin: 0 auto 38px;
    border: 6px solid #ffffff;
    border-radius: 100%;
    display: block;
    overflow: hidden;
}

.lists span img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}

.lists ul li a {
    font-family: 'Muli', sans-serif;
    font-size: 25px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    display: block;
    font-weight: 200;
    text-decoration: none;
}

.applications_cont p {
    font-family: "proxima-nova";
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    font-weight: 200;
    padding: 0 14%;
}

.applications_cont p a {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: underline;
    margin: 17px 0 0 0;
}

.applications_cont p a:hover {
    text-decoration: none;
    color: #fff;
}

/***************************** Footer Here ****************************************/
.footer {
    background: #fff;
    box-shadow: 0px -4px 8px #3b6c8e;
}

.ft_top {
    padding: 20px 0;
}


/*.footer_logo {
    padding: 0 0 0 50px;
}*/

.footer_logo a {
    display: block;
}

.footer_logo a img {
    display: block;
    margin: 0 auto 15px;
    height: auto;
    width: 100%;
    max-width: 270px;
}



.footer_logo p,
.footer_logo .NAP {
    font-family: 'Muli', sans-serif;
    font-size: 13px;
    color: #010101;
    line-height: 18px;
    text-align: center;
    font-weight: 200;
    padding: 12px 0px 0 0;
    margin-bottom: 10px;
    padding-top: 0;
    margin-top: -15px;
}

.footer_logo .NAP div[itemprop="name"] {
    text-indent: -9999px;
}

.footer_logo .NAP div[itemprop="address"]:after {
    /*content: '\2022';*/
}

.ft_links {
    float: right;
    padding: 26px 0 0;
}

@media screen and (min-width: 1200px) {
    .ft_links {
        padding: 32px 0 0;
    }
}
/*.footer_right {
    padding: 20px 148px 0 0;
    float: right;
    position: relative;
}*/

.ft_links ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    float: right;
}

.ft_links ul li {
    background: url(images/dot.png) no-repeat left center;
    float: left;
    display: inline-block;
    padding: 0 13PX 0 0px;
}

.ft_links ul li:first-of-type {
    background: none;
}

.ft_links ul li a {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    color: #010101;
    display: inline-block;
    font-weight: 200;
    text-decoration: none;
    margin: 0 0 0 14px;
}

aside h1 {
    font-size: 28px;
}

.ft_links ul li.nobg {
    background: none;
}

.ft_links ul li.pad_last {
    padding: 0;
}

.ft_links ul li a:hover {
    text-decoration: underline;
    color: #010101;
}

#wrapper > h2 {
    display: none;
}

.ft_bottom {
    background-color: #2e2e2e;
    width: 100%;
    padding: 18px 0;
}

.copy-left {
    padding: 0 0 0 4.6%;
    float: left;
}

.copy-left p {
    font-family: 'Muli', sans-serif;
    font-size: 11px;
    color: #fff;
    line-height: 20px;
    text-align: left;
    font-weight: 200;
    padding: 0px 0px 0 0;
    margin: 0;
}

.copy-left p a {
    font-family: 'Muli', sans-serif;
    margin: 0 5px;
    font-size: 11px;
    color: #fff;
    line-height: 20px;
    text-align: left;
    font-weight: 200;
    padding: 0px 0px 0 0;
}

.copy-left p a:hover {
    text-decoration: underline;
    color: #fff;
}

.copy-right {
    padding: 0px 7.6% 0 0;
    float: right;
}

.copy-right p {
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-align: right;
    font-weight: 200;
    padding: 0px 0px 0 0;
    margin: 0;
}

.header {
    background: #ffffff;
    padding: 0;
    margin: 0;
    box-shadow: 0px -1px 14px #000;
    position: relative;
    z-index: 9999;
}

.header-in {
    /*padding: 14px 0 9px 0;*/
    padding: 0;
    margin: 0;
}

.logo {
    display: inline-flex;
    padding: 8px 0 8px 15px;
    margin: 0;
}

.logo a {
    display: block;
    padding: 0;
    margin: 0;
}

.logo a img {
    display: block;
    padding: 0;
    margin: 0;
    height: auto;
    width: 100%;
    max-width: 200px;
}

.certified-logo {
    margin-right: 0;
    height: 73px !important;
    width: 65px !important;
}

.certified {
    text-align: left;
}

@media screen and (min-width: 768px) {
    .certified {
        text-align: right;
    }
}

@media screen and (min-width: 768px) {
    .logo a img {
        max-width: 250px;
    }
    .navbar-collapse {
        margin-top: 5px;
    }
}

@media screen and (min-width: 992px) {
    .logo {
        padding: 5px 0 0 15px;
    }
    .logo a img {
        max-width: 350px;
    }
}

@media screen and (min-width: 1200px) {
    .logo {
        padding: 0 0 0 15px;
    }
}
.header-right {
    float: right;
    display: inline-block;
    /*padding: 0 109px 0 0;*/
    padding: 0;
    margin: 0;
}

.nav-main1 {
    float: right;
    display: inline-block;
    margin: 0;
    /*padding: 17px 0 0 0;*/
    padding: 0;
}

.navbar-default {
    background: none;
    border: none;
}

.navbar-nav {
    float: right;
    /*padding: 0 50px 0 0;*/
    padding: 20px 0;

}

.navbar-default .nav > li > a, 
.navbar-default .nav > li > span {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    padding: 0;
    margin: 0;
    color: #4681a9;
    display: block;
}

/*@media screen and (min-width: 992px) {
    .navbar-default .nav > li > a, 
    .navbar-default .nav > li > span {
        font-size:14px;
    }
}
*/

@media screen and (min-width: 1200px) {
    .navbar-default .nav > li > a, 
    .navbar-default .nav > li > span {
        font-size:16px;
    }
}

.nav-main1 .navbar-collapse {
    padding-right: 0px;
}

.nav-main1 .navbar-nav > li {
    padding: 0 0 0 4px;
}

.nav-main1 .navbar {
    min-height: 0;
    margin-bottom: 0px;
    position: relative;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #4681a9;
}

.blog-inner-main a:visited {
    color: #305975;
}

/*.navbar-default .nav > li > a, .navbar-default .nav > li, .navbar-default .nav > li > a, .navbar-default .nav > li > span {
    padding: 3px 0 0 4px;
}

.navbar-default .nav > li > span {
    padding: 0px 0 0 14px;
}

.navbar-default .nav > li > a, .navbar-default .nav > li.mobile_hide {
    padding: 0px 0 0 14px;
}*/

.navbar-default .nav > li > a:hover {
    text-decoration: underline;
    color: #4681a9;
}

.banner {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    /*background: url(images/bnr-img.png) no-repeat center top;*/
    position: relative;
}

.banner-main {
    padding: 0;
    margin: 0;
    position: relative;
    background: url(/wp-content/uploads/2015/09/hero.jpg) no-repeat center top;
    background-size: cover;
    min-height: 540px;
}

@media screen and (min-width: 1442px) {
    .banner-main {
        min-height: 656px;
    }
}

.banner-main img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
}

.banner-in {
    padding: 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.banner-in .btn.btn-line-card {
    font-size: 16px;
    border-radius: 0;
    padding: 10px 30px;
}

@media screen and (min-width: 768px) {
    .banner-in .btn.btn-line-card {
        font-size: 20px;
        padding: 15px 30px;
    }
}

@media screen and (min-width: 992px) {
    .banner-in .btn.btn-line-card {
        font-size: 1.5em;
        padding: 20px 30px;
    }
}

.bnr-bg {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
}

.bnr-bg .container, .bnr-bg .row {
    height: 100%;
}

.banner-in h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 49px;
    font-weight: normal;
    line-height: 59px;
    color: #ffffff;
    padding: 0 0 33px 0;
    margin: 0;
    text-align: center;
    left: 0;
    text-shadow: 0 4px 4px #000000;
    letter-spacing: 0.3px;
}

.banner-in a:hover {
    text-decoration: none;
}

.footer_logo a img {
    width: 100%;
    height: auto;
}

.gform_wrapper textarea.large {
    max-height: 9.625em;
}
/*@media screen and (min-width: 768px) {
	.jumbotron{
   		min-height: 360px;
	}
}

@media screen and (min-width: 992px) {
	.jumbotron{
   		min-height: 480px;
	}
}*/

/*---------------------*/
.nav_list {
    background: none repeat scroll 0 0 #2e2e2e;
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 245px;
    z-index: 1;
}

.nav_open {
    height: 100% !important;
}

.nav_list_cont {
    height: 100%;
    overflow: auto;
    padding: 0;
}

.nav_list .navigation {
    float: left;
    position: relative;
    width: 100%;
}

.nav_list .navigation ul {
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 !important;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
}

.nav_list .navigation ul li {
    clear: left;
    display: block;
    margin-left: 0;
    margin-top: 0px;
    border-bottom: 1px solid #fff;
}

.nav_list .navigation img {
    width: 100%;
    display: block;
    margin-left: 0;
    margin-top: 0px;
    padding: 10px 20px;
    border-bottom: 1px solid #fff;
}

.nav_list .navigation ul li a {
    color: #fff;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 10px 20px;
    display: block;
}

.interior-content.blog-posts {
    background-color: white !important;
}

.nav_list .navigation ul li span {
    color: #fff;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 10px 0 10px 20px;
    display: block;
}

.nav_list .navigation ul li a:hover {
    text-decoration: none;
    background-color: #999;
    color: #000;
}

/*a.nav_click {
    background: url(images/menu-img.png) no-repeat;
    height: 23px;
    opacity: 1 !important;
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
    top: -1px;
    width: 35px;
}*/

.fot-clik {
    display: none !important;
}

.close,
.close:hover, 
.close:focus {
    opacity: 1;
}
/***************************** END Here ****************************************/

/*---------WordPress-----------*/
.add_pages {
    min-height: 600px;
    margin: 140px 0 50px;
}

.add_pages h2 {
    color: #000;
    font-family: "Muli", sans-serif;
    font-size: 45px;
    font-weight: 200;
    padding: 0 0 22px;
}

.add_pages p {
    color: #000000;
    font-family: "proxima-nova";
    font-size: 18px;
    font-weight: 200;
    line-height: 21px;
    padding: 0;
}

.add_pages h3.entry-title {
    color: #000;
    font-family: "proxima-nova";
    font-size: 25px;
    font-weight: normal;
}

.add_pages .entry-title a {
    text-decoration: none;
    color: #000;
}

.add_pages .entry-meta a {
    text-decoration: none;
    color: #000;
}

.more-link {
    display: none;
}

.add_pages .add_more {
    display: block;
    padding: 20px 0;
}

.add_pages .add_more a {
    background: none repeat scroll 0 0 #4681a9;
    color: white;
    font-size: 15px;
    padding: 10px 15px;
    text-decoration: none;
    font-family: "proxima-nova";
}


/* Edits */

h1,h2,h3,h4,h5 {
    margin-bottom: 20px;
}

.home .footer {
    box-shadow: 0px -4px 8px #3b6c8e;
}

.footer {
    box-shadow: 0px -4px 8px rgba(0,0,0,.5);
}

/*@media screen and (min-width: 992px) and (max-width: 1200px) {

    .footer_right {
        margin-top: 10px;
    }

}*/

.ifc_applications {
    font-weight: 100;
}

/* OUTSOURCED FOOTER ISSUES WITH REMOVED NAVIGATION ITEM */

.menu-item-45 {
    padding-right: 0 !important;
}

@media screen and (min-width: 992px) {

    .header {
        padding: 0 0 5px 0;
    }

    /*.footer_right {
        padding-right: 20px !important;
    }*/

}

@media screen and (min-width: 480px) {
    .header .container-fluid {
        padding: 0 30px;
    }
}

@media screen and (min-width: 1200px) {
    .header {
        padding: 0 0 12px 0;
    }
    .header .container-fluid {
        padding: 0 5%;
    }

    /*.footer_right {
        width: 66.66666667% !important;
    }*/

    .ft_links {
        width: 100% !important;
    }

}

.gform_wrapper {
	margin: 0 !important;
}

/*@media screen and (min-width: 1900px) {
    .footer_right {
        padding-top: 40px !important;
    }
}*/

.footer_right {
    text-align: right !important;
    /*padding-top: 20px;*/
}

/* BASE INTERIOR HERO PANEL STYLES */

.interior-hero {
    background-image: url('/wp-content/uploads/2015/04/icf-products-hero.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-inner {
    text-align: center;
    color: white;
    padding: 120px 0;
}

.hero-inner h2,
.hero-inner h3 {
    font-size: 30px;
    text-shadow: 1px 1px 1px black;
    font-family: "Oswald", sans-serif;
}

@media screen and (min-width: 992px) {
    .hero-inner h3,
    .hero-inner h2 {
        font-size: 49px;
    }
}


@media screen and (min-width: 1200px) {
    .interior-hero .hero-inner {
        padding: 200px 0;
    }
}

/* Fix height so panel top padding doesn't seem variable because the header is "over" them.  */

/* BASE INNER PANEL STYLES */
.inner-panel {
    padding: 40px 0;
}

h3.title-h3 {
    font-size: 36px;
}

.inner-panel:nth-of-type(even) {
    background-color: #EFEFEF;
}

.documents-container,
.documents-container .btn {
    text-align: center;
}

@media screen and (max-width: 700px) {
    .documents-container .btn {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
}

.documents-container .btn {
    position: relative;
}

.documents-container .btn:before {
    content: url('/wp-content/themes/new_form_building_systems/images/pdf_icon.png');
    position: absolute;
    left: 1px;
    bottom: -6px;
}

@media screen and (min-width: 992px) {
    .documents-container .btn {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
}

.img-container {
    margin-bottom: 20px;
}

.img-container img {
    border: 1px solid #ccc;
    max-width: 100%;
}

.hero-inner .btn {
    color: white;
    background-color: #ff5a00;
    margin-top: 20px;
    border-radius: 0;
    transition: background-color .3s ease-in-out;
    font-size: 24px;
}

.inner-panel .btn {
    color: white;
    background-color: #ff5a00;
    border-radius: 0;
    transition: background-color .3s ease-in-out;
}

.banner-in a {
    transition: background-color .3s ease-in-out;
}

.inner-panel .btn:hover,
.hero-inner .btn:hover,
.banner-in a:hover {
    color: white;
    background-color: #C74600;
    transition: background-color .3s ease-in-out;
}

.inner-panel ul > ul li,
.inner-panel ol > ol li {
    padding-bottom: 10px;
}

.inner-panel ul > li,
.inner-panel ol > li {
    padding-bottom: 10px;
}


.centered {
    text-align: center;
}

/* BASE CONTACT FORM STYLES */


.contact-form-container input[type="text"],
.contact-form-container textarea {
    width: 100% !important;
}

.contact-form-container input[type="submit"] {
    background-color: #ff5a00;
    transition: .3s background-color ease-in-out;
    border: none;
    box-shadow: none;
    text-shadow: none;
    color: white;
    padding: 10px 15px;
}

.contact-form-container input[type="submit"]:hover {
    background-color: #DD4E00;
    transition: .3s background-color ease-in-out;
}

.contact-form-container input[type="text"],
.contact-form-container textarea {
    padding-left: 10px !important;
}

/* ======================== Project Specific Styles */

section {
    padding: 40px 0;
    text-align: center;
}

#strapline {
    text-align: center;
    font-size: 20px;
        color: #3d7da8;

}

.page-hero {
    min-height: 400px;
}

#strapline .container {
    display: inline-block;
}


section#about {
    background-color: #3d7da8;
    color: white;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

section#about .staff-photos .staff img {
    border-radius: 50%;
    border: 4px solid white;
    position: relative;
    padding: 4px;
    margin-bottom: 20px;
}
section#about h2 {
    margin-bottom: 20px;
    font-size: 34px
}

#contact {
    box-shadow: 1px -1px 6px black;
    text-align: left;
    position: relative;
}

.contact-info {
    margin-top: 20px;
}

.contact-info h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
    color: #4587AC;
}

.contact-info .fa {
    float: left;
    
}

.contact-info .fa-lg {
    margin: 3px 7px 3px 0;
    min-width: 25px;
}

.contact-info .fa-2x {
    margin: 5px 15px 5px 5px;
}

.contact-info .inline {
    display: inline-block;
}

#products {
    background-color: rgba(61, 125, 168, 0.7);
    color: white;
    position: absolute;
    left: 0;
    right: 0;
}

#products h2 {
    color: white;
}

    .certifications {
        min-height: 700px;
    }


#certifications {
    text-align: center;
}

.products {
    background: url(/wp-content/uploads/2015/09/products.jpg) no-repeat center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 40px 0;
}
.certifications {
    background: url(/wp-content/uploads/2015/09/certifications.jpg) no-repeat center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 40px 0;
}
.about {
    background-color: #3d7da8;
    position: relative;
    padding: 0;
}

.gfield_label {
      color: #4587AC;
}

input[type="submit"].gform_button {
        background-color: #08c9b9;
}

@media only screen and (-webkit-min-device-pixel-ratio:2){

    .page-hero {
        background-attachment: scroll;
    }
    #products {
        position: relative;
    }
    .certifications {
        min-height: 400px;
    }
}



@media screen and (min-width: 480px) {
    .page-hero {
        min-height: 600px;
    }
    section#about {
        position: absolute;
    }
    .page-hero.about {
         min-height: 1220px;
    }
    #strapline {
        font-size: 22px;
    }
}

@media screen and (min-width: 631px) {
    .page-hero.about {
        min-height: 1060px;
   }
}

@media screen and (min-width: 768px) {
    .page-hero.about {
        min-height: 950px;
    }
}

@media screen and (min-width: 992px) {
    #products .col-md-9 {
        padding-left: 0;
    }
      section {
        text-align: inherit;
    }
    .page-hero {
        min-height: 600px;
    }
    .certifications {
        min-height: 828px;
    }
    .page-hero.about {
         min-height: 910px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2) and (min-width: 992px) {

    .certifications {
        min-height: 600px;
    }
}


input[type="submit"], .btn.btn-line-card {
    font-family: 'Oswald', sans-serif;
    padding: 15px 30px;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 15px;
    margin: 0;
    display: inline-block;
    background-color: #ff5a00;
    text-align: center;
    margin: 0;
    color: #ffffff;
    border: none;
    margin-bottom: 10px;
}

/* Cards for area builders */

body {
    font-size: 18px;
    font-family: "proxima-nova";
}

.card {
    border: 1px solid #ccc;
    background-color: white;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px;
    height: 190px;
}

@media screen and (min-width: 768px) {
    .card {
        width: 32%;
        margin-right: 1%;
        float: left;
        height: 190px;
    }
}

@media screen and (min-width: 1200px) {
    .card {
        width: 24%;
        margin-right: 1%;
        float: left;
        height: 190px;
        padding: 10px;
    }
}

.card p {
    margin-bottom: 0;
}

.header {
    float: none; /* WHY WOULD YOU EVER DO THIS.... */
}


.navbar {
    display: block;
}
/*--------------------------------------------------------------
16 Blog Styles
--------------------------------------------------------------*/

.blog-inner-sidebar .site-description {
    display: none;
}

.blog-btn {
    background-color: #ff5a00;
    color: white;
    padding: 10px 15px;
    transition: .3s background-color ease-in-out;
    display: inline-block;
}

.blog-btn:hover {
    background-color: #DD4E00;
    color: white;
    text-decoration: none;
    transition: .3s background-color ease-in-out;
}

.blog-btn:visited,
.blog-btn:focus,
.blog-btn:active {
    color: white;
}

.blog-posts.interior {
    background-color: #E0E0E0;
}

.interior-content.blog-posts {
    padding: 80px 0;
}

.blog-posts .blog-post {
    background-color: white;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
}

.blog-inner-sidebar {
    background-color: white;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
}

#recent-posts-2 ul,
#categories-2 ul {
    margin-left: 0;
    padding-left: 0;
}

#recent-posts-2 ul li,
#categories-2 ul li {
    list-style-type: none;
    background-color:white;
    border-bottom :1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#recent-posts-2 ul li:first-of-type,
#categories-2 ul li:first-of-type {
    border-top: 1px solid #ccc;
}

#recent-posts-2 ul li:last-of-type,
#categories-2 ul li:last-of-type {
}

#recent-posts-2 ul li a,
#categories-2 ul li a {
    display: block;
    padding: 10px 15px;
    color: rgb(64, 64, 64);
    margin-bottom: 0;
}

#recent-posts-2 ul li:hover,
#categories-2 ul li:hover {
    background-color: #ccc;
    color: rgb(64, 64, 64);
}

.blog-post img {
    width: 100%;
    border: 1px solid #ccc;
}

#recent-posts-2 ul li:hover a,
#categories-2 ul li:hover a {
    text-decoration: none;
}

.single #wrapper,
.category #wrapper,
.blog #wrapper {
    background-color: #E0E0E0;
}

.navbar.navbar-default {
    display: block !important;
}

.page-id-22 .inner-panel ul {
    margin-bottom: 20px;
    margin-top: 10px;
}

.collapse .menu-top_menu-container,
.menu-secondary-top-menu-container {
    display: none;
}

@media screen and (min-width: 1200px) {
    .collapse .menu-top_menu-container,
    .menu-secondary-top-menu-container {
        display: block;
    }
}

.contact-info-container h4 {
    font-size: 21px;
}

.footer_logo p {
    /*display: none;*/
}

.ifc_applications p.thing {
    font-family: 'Muli', sans-serif;
    font-size: 25px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    display: block;
    font-weight: 200;
    text-decoration: none;
}

.page-id-16 .interior-hero .hero-inner,
.page-id-10 .interior-hero .hero-inner {

    padding: 160px 0;

}

.top-phone {
    background-color: #4681a9;
    padding: 6px 0;
    margin-bottom: 12px;
    text-align: right;
}

.top-phone a {
    color: white;
}

.navbar-default .nav > li > a {
    padding: 10px 7px 10px 4px !important;
    letter-spacing: -.65px;
}

#menu-top_menu {
    position: relative;
    /*top: -9px;*/
}

.inner-panel .btn {
    padding-left: 40px;
}

.footer a.nav_click {
    display: none !important;
}

@media screen and (max-width: 991px) {

    .footer_menu li a {
        display: inline-block;
        text-align: center !important;
        padding: 10px 15px;
        color: black;
    }

    .footer_menu li a:hover {
        color: #428bca;
        text-decoration: none;
    }

    .footer_menu .menu {
        margin: 15px auto 0;
        max-width: 640px;
        text-align: center;
    }

    .footer_menu li {
        list-style-type: none !important;
        display: inline-block;
        float: none;
    }
    
    .footer_right {
        display: none;
    }
}

@media screen and (max-width: 479px) {

    .footer_menu li a {
        margin: 0 auto;
    }

    .footer_menu li {
        display: block;
        width: 100%;
    }
}

.interior-content {
    padding: 40px 0;
}

.interior-content a {
    color: #4681a9;
}

.interior-content .btn {
    background-color: #ff5a00;
    margin-bottom: 20px;
    border-radius: 0;
    color: white;
    transition: background-color .3s ease-in-out;
}

.interior-content .btn:hover {
    background-color: #C74600;
    transition: background-color .3s ease-in-out;
}

.ft_top {
    z-index: 999999;
    position: relative;
    background-color: white;
}

.page-id-8 h2,
.page-id-16 h2 {
    display: none;
}

.ft_bottom {
    z-index: 999999;
    position: relative;
}

#map-canvas {
    display: none;
    height: 500px;
}

.footer {
    z-index: 99999999;
    position: relative;
    background-color: white !important;
}

div#content {
    text-align: center;
}

.page-id-8 #map-canvas {
    display: block;
}

.page-id-8 .interior-hero {
    display: none;
}

.interior-content .panel .container {
    width: auto;
}

.panel img {
    margin: 0 auto;
    display: block;
}

.interior-content aside img {
    display: block;
    width: 100%;
}

.interior-content aside a {
    margin-bottom: 20px;
}

.interior-content aside p {
    margin-top: 10px;
    text-align: center;
}

.page-id-16 aside {
    display: none;
}

.card strong {
    margin-bottom: 20px;
    display: inline-block;
}


.page-id-22 .panel img {
    margin: 0 !important;
    float: none !important;
    display: inline-block;
}

@media screen and (min-width: 992px) {
    .blurf br {
        display: none;
    }
    .blurf img {
        margin: 0 !important;
        float: left !important;
        width: 40%;
    }
}

/* Hide the second item in the contact aside.  Just cause. */

.page-id-8 aside a:nth-of-type(2) {
    display: none;
}

.page aside a p:before {
    content: url('images/pdf_small.png');
    float: left;
}

.page-id-8 aside {
    display: none;
}

.page-id-20 .panel {
    border-bottom: 0 !important;
}

.page-id-20 .panel:last-of-type {
    box-shadow: none !important;
}

.page-id-8 .main {
    width: 100% !important;
}

.un-strong {
    font-weight: normal !important;
}

.blog-btn {
    color: white !important;
}

.page-id-22 .main, .page-id-18 .main {
	width: 100%;
}

.page-id-22 aside, .page-id-18 aside {
	display: none;
}



.scrollup {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
     display: none; 
    border-radius: 50%;
    background-color: #4681a9;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .5);
    padding: 0;
    height: 40px;
    width: 40px;
}

.scrollup:hover,
.scrollup:focus {
    background-color: #6a9aba;
    color: #fff;
    text-decoration: none;
}

.scrollup::before {
    border-style: solid;
    border-width: 4px 4px 0 0;
    content: '';
    display: inline-block;
    height: 12px;
    width: 12px;
    top: 15px;
    left: 13px;
    position: relative;
    transform: rotate(-45deg);
    vertical-align: top;
    border-color: #fff;
}

/*--------------------------------------------------------------
# Hamburger
--------------------------------------------------------------*/
.hamburger {
    display: block;
    float: right;
    position: relative;
    z-index: 1000;
    overflow: hidden;
    margin: 0 15px 0 0;
    padding: 0;
    width: 32px;
    height: 52px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
       -moz-transition: background 0.3s;
         -o-transition: background 0.3s;
            transition: background 0.3s;
}

button.hamburger {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.hamburger:focus {
  outline: none;
}

.hamburger span {
    display: block;
    position: absolute;
    top: 22px;
    left: 0px;
    right: 0px;
    height: 6px;
    border-radius: 3px;
    background: #4681a9;
    -webkit-transition: background 0.3s;
       -moz-transition: background 0.3s;
         -o-transition: background 0.3s;
            transition: background 0.3s;
}

.hamburger span::before,
.hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background-color: #4681a9;
    content: "";
    -webkit-transition-duration: 0.3s, 0.3s;
       -moz-transition-duration: 0.3s, 0.3s;
         -o-transition-duration: 0.3s, 0.3s;
            transition-duration: 0.3s, 0.3s;
       -webkit-transition-delay: 0.3s, 0s;
          -moz-transition-delay: 0.3s, 0s;
            -o-transition-delay: 0.3s, 0s;
               transition-delay: 0.3s, 0s;
}

.hamburger span::before {
    top: -10px;
    -webkit-transition-property: top, -webkit-transform;
       -moz-transition-property: top, -moz-transform;
         -o-transition-property: top, -o-transform;
            transition-property: top, transform;
}

.hamburger span::after {
    bottom: -10px;
    -webkit-transition-property: bottom, -webkit-transform;
       -moz-transition-property: bottom, -moz-transform;
         -o-transition-property: bottom, -o-transform;
            transition-property: bottom, transform;
}

/*.hamburger {
  background-color: transparent;
}*/

/* active state, i.e. menu open */
/*.hamburger.is-active {
  background-color: transparent;
}*/

.hamburger.is-active span {
    background: none;
}

.hamburger.is-active span::before {
    background-color: #6a9aba;
    top: 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
         -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.hamburger.is-active span::after {
    background-color: #6a9aba;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.hamburger.is-active span::before,
.hamburger.is-active span::after {
    -webkit-transition-delay: 0s, 0.3s;
       -moz-transition-delay: 0s, 0.3s;
         -o-transition-delay: 0s, 0.3s;
            transition-delay: 0s, 0.3s;
}

@media screen and (min-width: 1200px) {
    .hamburger {
        display: none;
    }
}

.state-cert, 
.line-card,
.vendor-card {
    border: 1px solid #ddd;
    padding: 15px 15px 0;
    margin-bottom: 30px;
    min-height: 130px;
}

.line-card {
    min-height: 252px;
}


/* override weird span styles */
p span {
    font-size: inherit !important;
    line-height: inherit !important;
}

.vendor-card {
    text-align: center;
    min-height: 240px;
    padding-bottom: 15px;
}