/*
Theme Name: Argo
Theme URI: http://themeforest.net/user/wpstrong
Author: WPStrong
Author URI: http://themeforest.net/user/wpstrong
Description: A just right amount of lean, well-commented, modern, HTML5 templates.
Version: 1.1.2 
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
License: GNU General Public License
License URI: license.txt
*/

.submission { float: left; width: 98%; }
.sub_input {float: left; text-align: left;  padding: 10px 15px; }
#submit { float: right !important; padding-right: 40px; }

input[name="first-name"] { width: 150px; }
input[name="last-name"] { width: 150px; }

/* input[name="resume1"] { width: 200px; } */

#btn_up { top: -50px !important; right: 0px !important; }

    .buttonteam {
        font-family: Arial;
        color: #000000 !important;
        font-size: 14px;
        font-weight: bold;
        padding: 10px;
        text-decoration: none;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        border: solid #000000 1px;
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#FEB91E), to(#E05514));
        background: -moz-linear-gradient(top, #FEB91E, #E05514);
        -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FEB91E, endColorStr=#E05514);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FEB91E, endColorStr=#E05514);
        display:inline-block; /* IE is so silly */
    }
    .buttonteam:hover {
        background: #D1D5DB;
        text-decoration: underline;
    }

a { color: #2A3653; text-decoration: underline; }
a:hover { color: #333333; text-decoration: none; }

a.nav-item, a#home_email { color: #FFFFFF !important; text-decoration: none !important; }

a:hover, a:focus { color: #2A3653; }

.home_policy .accordion-group .accordion-heading .accordion-toggle {
    display: block;
    padding: 0px 0px !important;
}

.home_policy .accordion-group {
border: 0px !important;
}


.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}

article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}

li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* CUSTOM CSS MODS */

.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    border-radius: 0 0 0 0;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

p.legal {
    font-size: 9pt !important;
    line-height: 9pt !important;
}

/* IPAD LANDSCAPE */
@media only screen and ( min-width: 980px ) and ( max-width: 1199px ) {

.navbar .container {
    width: 960px !important;
}
	}


/* END CUSTOM CSS MODS */