Skip to content
Permalink
6d64804f8b
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
1975 lines (1650 sloc) 46.4 KB
// load all of cornerstone, including blootstrap sass.
@import "_variables.scss";
@import "_fonts.scss";
@import "_buttons-min.scss";
@import "../../cornerstone/style.scss";
// Begin Neag code.
body {
font-family: 'Proxima Nova',helvetica, arial, sans-serif;
}
a {
color:#0e7cd8;
}
h1 {
font-size:$widget-title-size;
color:#000F30;
}
h2 {
color:$gold;
margin-top:10px;
margin-bottom:20px;
}
blockquote {
font-size: 26px;
font-style: italic;
color:$gold;
}
.less-strong {
font-weight: 500;
}
.btn {
text-transform: uppercase !important;
}
.textwidget h1 {
text-transform: uppercase;
position: relative;
&:after {
content: '';
display: block;
position: absolute;
width: 47px;
bottom:-9px;
left: 0px;
border: 2.7px solid #E9D3AA;
}
}
.widget {
h3.widget-title {
text-transform: uppercase;
position: relative;
font-size:$widget-title-size !important;
&:after {
content: '';
display: block;
position: absolute;
width: 47px;
bottom:-9px;
left: 0px;
border: 2.7px solid #E9D3AA;
}
}
}
.wp-caption-text {
font-size: 12px;
font-style: italic;
text-align: left;
}
/* ++++++++++++++++ Site Title Area ++++++++++++++++ */
#uc-header {
border-bottom:1px solid #0E2245;
}
#masthead {
background-color:#000F30;
.form-group {
.form-control {
border-radius: 4px 0px 0px 4px;
border-color:#CE952E;
border-right:none;
height:33px;
box-shadow: none;
}
.form-control:focus {
color:#2E4E8B;
}
.btn {
border-color:#CE952E;
border-radius:0px 4px 4px 0px;
border-left:none;
height:33px;
}
.btn:hover {
background-color:$gold;
color:white;
}
}
}
#uc-site-header {
padding-top:26px;
margin-bottom:2px;
#uc-site-title {
padding-bottom:20px ;
a {
color:white;
}
}
}
#site-title .searchform {
padding-top:20px;
#searchfield-1 {
@media (max-width:991px) {
width:111px;
}
}
}
.simple-social-icons {
ul {
margin-top:19px !important;
li.social-facebook {
margin:0px !important;
margin-right:5px !important;
}
li.social-facebook:before{
display:none;
}
li.social-twitter {
margin:0px !important;
}
li.social-twitter:before{
display:none;
}
}
}
h1#uc-site-title {
text-transform: none;
}
/* ++++++++++++++++ Navbar ++++++++++++++++ */
#nav-wrapper {
background-color:#0F1938;
border-top:1px solid #0E2245;
@media (max-width:767px) {
border-top:none;
}
.navbar {
border:none;
margin-bottom:0px;
.navbar-collapse {
background-color:#0F1938;
}
}
.navbar-brand {
color:white;
border-bottom:1px solid #0E2245;
margin-right:10px;
padding-bottom:12px;
}
.navbar-collapse {
border-color:transparent !important;
box-shadow: none;
}
.navbar-default {
background-color:#000F30;
.navbar-toggle {
background-color:#203961;
border-color:#2e4c7b;
padding:9px 8px 4px;
color:#7aa5eb;
.icon-bar {
background-color:#7aa5eb;
}
}
.navbar-nav {
margin-left:-14px;
@media (max-width:767px) {
margin-left:-15px;
}
li {
.dropdown-menu {
background-color:#000F30;
border:none;
li {
a:hover {
background-color:#0F1938;
}
}
}
a {
color:white;
}
a:hover {
color:#C38D27;
}
}
.active {
a {
background-color: #1c356b;
}
}
li.open {
a.dropdown-toggle {
background-color:#000F30;
}
}
}
.navbar-collapse {
border-color:transparent;
}
.navbar-form {
border-color:transparent;
}
}
}
#primary-nav {
padding-left:0;
@media (max-width:767px) {
padding-left:15px;
}
}
/* ++++++++++++++++ Footer ++++++++++++++++ */
#footers {
background-image:url('../img/footer.jpg');
background-repeat: no-repeat;
border-top:none;
background-position: center top;
background-size:cover;
#mega-footer {
padding-top:25px;
p {
color:white;
}
a {
color:$gold;
}
li {
list-style: none !important;
}
}
.btn {
width:100%;
padding-bottom: 4px;
text-align: left !important;
&:after {
content: "";
float: right;
font-size: 33px;
margin-bottom: -10px !important;
margin-top: -17px;
}
&:hover {
color:white !important;
}
}
#footer {
padding-top:0;
li {
color:white;
a {
color:white;
}
}
}
}
/* ++++++++++++++++ Home ++++++++++++++++ */
#page-home {
.panel-grid {
margin-bottom: 0px;
}
}
.home {
#content {
.panel-grid {
.panel-grid-cell {
position: relative;
@media (max-width:780px){
margin-bottom:0px;
}
}
.metaslider {
.caption-wrap {
bottom:auto;
top:20px;
left:50%;
transform: translate(-50%);
width:1200px;
opacity:1;
padding-left:15px;
background:transparent;
@media (max-width:1200px) {
width:991px;
}
@media (max-width:991px) {
width:767px;
top:5px;
}
@media (max-width:767px) {
width:100%;
position:relative;
transform: none;
left:auto;
top:0px;
background:#000F30;
padding-right:15px;
}
.caption {
width:45%;
@media (max-width:767px) {
width:100% !important;
padding-bottom: 15px;
}
h1 {
color:white;
border-bottom:3px solid #e9d3aa;
text-transform: uppercase;
padding-bottom:10px;
margin-bottom:16px;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
}
a {
background-color:#c7902b;
border:1px solid #b78124;
border-radius:4px;
clear:both;
color:#fff!important;
display:inline-block;
font-size:12px;
font-weight:500;
margin-top:20px!important;
padding-left:10px;
padding-right:10px;
padding-top:4px;
padding-bottom:2px;
position:relative;
text-decoration:none;
text-transform:uppercase;
white-space:nowrap;
}
a:hover {
background-color:#b78124
}
p {
text-shadow:0 1px 2px #333;
}
}
}
.widget {
border-radius:0px !important;
.uc-cal {
.uc-cal-item {
margin-top:2em !important;
.uc-cal-event {
color:white !important;
&:hover {
text-decoration:none !important;
color:white !important;
}
.uc-cal-event-title {
text-decoration: underline !important;
&:hover {
color:#000F30 !important;
}
}
.uc-cal-event-date {
border:1px solid #000f30 !important;
}
}
abbr[title], abbr[data-original-title] {
cursor: inherit;
}
}
}
.uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date {
.uc-cal-event-month {
border-color:transparent !important;
border:0!important;
background-color:#000f30 !important;
font-size: 12px !important;
font-weight: 500 !important;
padding-top: 2px !important;
color:white !important;
}
.uc-cal-event-day {
border-color:transparent!important;
border:0!important;
background-color:white !important;
padding:4px 0 1px !important;
font-size: 20px !important;
font-weight: 500 !important;
}
}
.uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-time {
color:#000F30 !important;
}
}
.widget_widget_sp_image {
.widget-title {
position: absolute;
color:white;
font-size:28px;
font-weight: 500;
left:0;
right:0;
text-align: center;
width:80%;
margin-left:auto;
margin-right:auto;
text-shadow: 2px 2px 5px black;
@media (max-width:991px){
font-size:20px;
}
}
}
}
.home-quick-button-1 {
h2 a {
margin-top:71px !important;
position: absolute;
color:white !important;
text-decoration: none;
font-size:28px;
font-weight: 500;
left:0;
right:0;
text-align: center;
width:80%;
margin-left:auto;
margin-right:auto;
text-shadow: 2px 2px 5px black;
@media (max-width:1200px){
margin-top:42px !important;
}
@media (max-width:991px){
margin-top:31px !important;
font-size:20px;
}
@media (max-width:780px){
font-size:28px !important;
margin-top:61px !important;
width:205px;
}
.glyphicon {
display:none;
}
}
h2 a:hover {
color:#CD942D !important;
}
img {
border-radius:4px;
}
}
.home-quick-button-2 {
h2 a {
margin-top:71px !important;
position: absolute;
color:white !important;
text-decoration: none;
font-size:28px;
font-weight: 500;
left:0;
right:0;
text-align: center;
width:80%;
margin-left:auto;
margin-right:auto;
text-shadow: 2px 2px 5px black;
@media (max-width:1200px){
margin-top:54px !important;
}
@media (max-width:991px){
margin-top:42px !important;
font-size:20px;
}
@media (max-width:780px){
font-size:28px !important;
margin-top:72px !important;
width:205px;
}
.glyphicon {
display:none;
}
}
h2 a:hover {
color:#CD942D !important;
}
img {
border-radius:4px;
}
}
.home-quick-button-3 {
h2 a {
margin-top:58px !important;
position: absolute;
color:white !important;
text-decoration: none;
font-size:28px;
font-weight: 500;
left:0;
right:0;
text-align: center;
width:80%;
margin-left:auto;
margin-right:auto;
text-shadow: 2px 2px 5px black;
@media (max-width:1200px){
margin-top:42px !important;
}
@media (max-width:991px){
margin-top:31px !important;
font-size:20px;
}
@media (max-width:780px){
font-size:28px !important;
margin-top:61px !important;
width:205px;
}
.glyphicon {
display:none;
}
}
h2 a:hover {
color:#CD942D !important;
}
img {
border-radius:4px;
}
}
.home-quick-button-4 {
h2 a {
margin-top:58px !important;
position: absolute;
color:white !important;
text-decoration: none;
font-size:28px;
font-weight: 500;
left:0;
right:0;
text-align: center;
width:80%;
margin-left:auto;
margin-right:auto;
text-shadow: 2px 2px 5px black;
@media (max-width:1200px){
margin-top:42px !important;
}
@media (max-width:991px){
margin-top:31px !important;
font-size:20px;
}
@media (max-width:780px){
font-size:28px !important;
margin-top:61px !important;
width:205px;
}
.glyphicon {
display:none;
}
}
h2 a:hover {
color:#CD942D !important;
}
img {
border-radius:4px;
}
}
}
.category-home-featured {
.image.wrapper {
height: 220px;
overflow: hidden;
@media (max-width:1200px) {
height: 189px;
}
@media (max-width:991px) {
height: 145px;
}
@media (max-width:767px) {
height: auto;
}
}
a {
text-decoration: none;
}
h1 {
font-size:18px;
@media (max-width:767px) {
padding-left:15px;
}
&:hover {
color:$gold;
}
}
}
.home-in-the-media {
padding-top:40px;
margin-bottom:30px;
margin-top:-15px;
background-image:url('../img/in-the-media-BG.jpg');
background-repeat: no-repeat;
border-top:none;
background-position: center top;
background-size:cover;
background-color:transparent!important;
@media (max-width:767px) {
padding-left:15px !important;
padding-right:15px !important
}
.widget_siteorigin-panels-postloop {
margin-bottom:0px !important;
}
.panel-last-child {
margin-bottom:15px !important;
}
a {
color:white !important;
&:hover {
color:#000F30 !important;
}
}
.category-neag-in-the-media {
a {
color:white !important;
&:hover {
color:#000F30 !important;
}
h1 {
font-size:16px !important;
margin-bottom:-14px;
line-height:1.3em;
color:white;
&:hover {
color:#000F30;
}
}
}
}
h3.widget-title {
margin-bottom:37px !important;
}
}
h1 {
margin-bottom:37px;
}
.widget_black-studio-tinymce {
@media (max-width:767px) {
padding-left:15px !important;
padding-right:15px !important
}
}
}/* End Home Styles */
.featured-news .textwidget h1 {
&:after {
left:33.3%;
@media (max-width:1200px) {
left:30%;
}
@media (max-width:991px) {
left:25%;
}
@media (max-width:767px) {
display:none;
}
}
}
/* ++++++++++++++++ News Archive ++++++++++++++++ */
#page-news {
.panel-grid:nth-child(1) {
margin-bottom: 10px !important;
@media (max-width:767px) {
margin-bottom:30px !important;
}
}
.news-archive-featured {
.entry-header {
position:relative;
.title-wrapper {
a {
text-decoration: none !important;
}
h1.entry-title {
position:absolute;
bottom:0;
width:100%;
padding:40px 20px 15px;
margin-bottom:0px;
font-size:18px;
color:white;
line-height:1.3em;
background:#000f30;
background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(15,25,56,1) 100%);
background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(15,25,56,1) 100%);
background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(15,25,56,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#0f1938',GradientType=0 );
&.ie8 {
padding:20px;
}
&.ie9 {
padding:20px !important;
}
&:hover {
color:$gold !important;
}
}
}
.image-wrapper {
max-height: 350px;
overflow: hidden;
@media (max-width:1200px) {
max-height: 300px;
}
@media (max-width:991px) {
max-height: 218px;
}
@media (max-width:767px) {
max-height:none;
}
}
}
}
.news-archive-featured-secondary {
.entry-header {
position:relative;
.title-wrapper {
a {
text-decoration: none !important;
h1.entry-title {
position:absolute;
bottom:0;
width:100%;
padding:40px 20px 15px;
margin-bottom:0px;
font-size:16px;
color:white;
line-height:1.3em;
background:#000f30;
background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(15,25,56,1) 100%);
background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(15,25,56,1) 100%);
background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(15,25,56,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#0f1938',GradientType=0 );
&.ie8 {
padding:20px;
}
&:hover {
color:$gold !important;
}
}
}
}
.image-wrapper {
max-height: 230px;
overflow: hidden;
@media (max-width:1200px) {
max-height: 195px;
}
@media (max-width:991px) {
max-height: 145px;
}
@media (max-width:767px) {
max-height:none;
}
}
}
}
.news-archive-explore-header {
background-color:#eaeaea;
padding-top:40px;
padding-bottom:20px;
margin-bottom:-30px;
text-align:center;
h3.widget-title {
&:after {
display: none;
}
}
}
.news-archive-category-buttons {
background-color: #eaeaea;
padding-top:10px;
padding-bottom:30px;
.panel-grid-cell {
@media (max-width:767px) {
margin-bottom:10px;
}
}
.panel-grid-cell:nth-child(1) { /*News and Events Button */
.btn-default {
@media (min-width:767px) and (max-width:991px) {
padding-top:8px !important;
padding-bottom:5px !important;
}
}
}
.panel-grid-cell:nth-child(7) { /*Supporting Neag Button */
@media (min-width:767px) and (max-width:1200px) {
width:14.24%;
}
.btn-default {
@media (min-width:767px) and (max-width:1200px) {
padding-top:8px !important;
padding-bottom:5px !important;
}
}
}
.btn-default {
width:100%;
text-align:center !important;
padding-bottom: 15px !important;
padding-top: 18px !important;
@media (max-width:1200px) {
padding-left: 2px !important;
padding-right: 2px!important;
}
&:after {
display:none;
}
}
.two-line {
.btn-default {
padding-top:8px !important;
padding-bottom:5px !important;
@media (max-width:1200px) {
padding-left: 2px;
padding-right: 2px;
}
@media (max-width:767px) {
padding-bottom: 15px !important;
padding-top: 18px !important;
}
}
}
}
.news-archive-story {
margin-bottom:40px;
.news-archive-preview-wrapper {
.image-wrapper {
img {
float:right;
width:22%;
padding-bottom: 20px;
padding-left: 20px;
@media (max-width:767px) {
width:36%;
}
}
}
a {
text-decoration: none !important;
h1.entry-title {
font-size:18px;
text-decoration: none;
line-height:1.25em;
&:hover {
text-decoration: underline;
}
}
}
.post-categories {
list-style-type: none;
padding-left:0;
margin-top:15px;
li {
float:left;
margin-right:8px;
margin-bottom:8px;
a {
color:#2d4e8b;
text-transform: uppercase;
font-size:10px;
font-weight: 500;
padding:3px 11px 1px;
background-color: white;
border:1px solid #2d4e8b;
border-radius:4px;
&:hover {
background-color:#EAEAEA;
}
}
}
}
ul {
list-style-type: none;
padding-left:0;
margin-top:15px;
li {
float:left;
margin-right:8px;
margin-bottom:8px;
a {
color:#2d4e8b;
text-transform: uppercase;
font-size:10px;
font-weight: 500;
padding:3px 11px 1px;
background-color: white;
border:1px solid #2d4e8b;
border-radius:4px;
&:hover {
background-color:#EAEAEA;
}
}
}
}
}
}
.news-archive-story:nth-child(2) {
margin-top:40px;
}
.news-story-date {
color:#999;
}
.category-neag-in-the-media {
margin-bottom:0;
padding-bottom:0;
padding-left:0;
h1 {
font-size: 18px;
color:#0e7cd8;
line-height:1.25em;
margin-bottom:5px;
margin-top:0;
margin-top:15px;
&:hover {
color:#23527c;
}
}
p {
margin-bottom:0;
}
.glyphicon {
display: none;
}
}
.widget_archives {
ul {
list-style-type: none;
padding-left:0;
margin-top:35px;
li {
margin-top:5px;
}
li:nth-child(n+7) {
display: none;
}
}
}
}
/* ++++++++++++++++ Single + Archive + Blog ++++++++++++++++ */
body.single, body.archive, body.page-template-page-blog {
h1.entry-title {
margin-bottom:12px !important;
}
ul.single-author-tags {
list-style-type: none;
padding-left:0px;
li {
float:left;
margin-right:15px;
ul {
margin-top:0px;
}
}
li.single-author {
margin-bottom:8px;
}
}
#main {
padding:0px;
padding-right:20px;
margin-top:30px;
@media (max-width:767px) {
margin-top:10px;
padding-right:0px;
}
.post {
padding:0;
}
}
.single-category {
ul {
list-style-type: none;
padding-left:0;
margin-top:15px;
li {
float:left;
margin-right:8px;
margin-bottom:8px;
a {
color:#2d4e8b;
text-transform: uppercase;
font-size:10px;
font-weight: 500;
padding:3px 11px 1px;
background-color: white;
border:1px solid #2d4e8b;
border-radius:4px;
&:hover {
background-color:#EAEAEA;
text-decoration: none;
}
}
}
}
}
.single-content-wrapper {
margin-top:20px;
@media (max-width:767px) {
margin-top:2px;
}
.single-content {
.wp-caption {
.wp-caption-text {
background: #F3F3F3 none repeat scroll 0 0;
border:1px solid #DADADA;
padding: 10px;
margin-top:-1px;
}
}
}
.single-featured-image {
float:right;
padding-left:15px;
padding-bottom:15px;
@media (max-width:767px) {
float:none;
width:100%;
padding-left:0px;
}
}
}
#page-sidebar {
margin-top:49px;
.widget {
border:none;
ul {
margin-left:0px;
margin-top:30px;
margin-right:0;
}
.widget-title {
margin-bottom:37px;
}
}
a {
color:#0e7cd8;
}
#archives {
margin-bottom:35px;
ul {
li {
float:left;
width:50%;
@media (min-width:991px) and (max-width:1200px) {
width:100%;
}
@media (max-width:500px) {
width:100%;
}
a {
background: #F3F3F3;
border:1px solid #DADADA;
text-align: center;
border-radius:3px;
display: block;
padding:10px 10px 9px;
margin-right:10px;
text-transform: uppercase;
font-size:12px;
font-weight:500;
color:#2d4e8b;
&:hover {
background-color:#EAEAEA;
text-decoration: none;
}
@media (max-width:991px) {
margin-right:8px;
}
@media (max-width:500px) {
padding-right:0;
margin-right:0;
}
}
}
}
}
#sidebar-in-the-media {
h1 {
color: #0e7cd8;
font-size: 18px;
line-height: 1.25em;
text-decoration: underline;
margin-bottom:5px;
margin-top:0;
margin-top:15px;
&:hover {
color:#23527c;
}
}
li {
margin-bottom:30px;
&:nth-child(4) {
margin-bottom:20px;
}
}
}
}
h1.page-title {
text-transform: capitalize;
.displaying-cat {
color:#999;
font-weight: 300;
}
}
li.news-story-date {
color:#999;
}
}
/* ++++++++++++++++ Archive Continued ++++++++++++++++ */
body.archive {
.entry-header {
margin-bottom:10px;
}
.archive-thumbnail {
float:right;
padding-left:10px;
padding-bottom:10px;
@media (max-width:500px) {
float:none;
padding-left:0px;
padding-bottom:0px;
}
}
.entry-header h1 {
font-size:18px;
margin-top:0px;
a {
color:#000f30;
}
&.page-title {
font-size:30px;
}
}
.post-categories {
list-style-type: none;
padding-left:0;
margin-top:15px;
li {
float:left;
margin-right:8px;
margin-bottom:8px;
a {
color:#2d4e8b;
text-transform: uppercase;
font-size:10px;
font-weight: 500;
padding:3px 11px 1px;
background-color: white;
border:1px solid #2d4e8b;
border-radius:4px;
&:hover {
background-color:#EAEAEA;
}
}
}
}
}
/* ++++++++++++++++ Blog Continued ++++++++++++++++ */
body.page-template-page-blog {
.post {
margin-bottom: 20px;
}
.col-md-8 {
margin-top:26px;
}
.post-categories {
list-style-type: none;
padding-left:0;
margin-top:15px;
li {
float:left;
margin-right:8px;
margin-bottom:8px;
a {
color:#2d4e8b;
text-transform: uppercase;
font-size:10px;
font-weight: 500;
padding:3px 11px 1px;
background-color: white;
border:1px solid #2d4e8b;
border-radius:4px;
text-decoration: none;
&:hover {
background-color:#EAEAEA;
}
}
}
}
.blog-thumbnail {
float:right;
padding-left:10px;
padding-bottom:10px;
@media (max-width:500px) {
float:none;
padding-left:0px;
padding-bottom:0px;
}
}
hr {
margin-bottom:35px;
}
.entry-header h1 {
font-size:18px;
margin-top:0px;
a {
color:#000f30;
}
&.page-title {
font-size:30px;
}
}
}
/* ++++++++++++++++ Search ++++++++++++++++ */
body.search {
#page-search {
h1.page-title {
color:#999;
font-weight: 300;
span {
color:#000f30;
font-weight:500;
}
}
}
#page-sidebar {
margin-top:35px;
.widget {
border:none;
ul {
margin-left:0px;
margin-top:30px;
margin-right:0;
}
.widget-title {
margin-bottom:37px;
}
}
a {
color:#0e7cd8;
}
#archives {
margin-bottom:35px;
ul {
li {
float:left;
width:50%;
@media (min-width:991px) and (max-width:1200px) {
width:100%;
}
@media (max-width:500px) {
width:100%;
}
a {
background: #F3F3F3;
border:1px solid #DADADA;
text-align: center;
border-radius:3px;
display: block;
padding:10px 10px 9px;
margin-right:10px;
text-transform: uppercase;
font-size:12px;
font-weight:500;
color:#2d4e8b;
&:hover {
background-color:#EAEAEA;
text-decoration: none;
}
@media (max-width:991px) {
margin-right:8px;
}
@media (max-width:500px) {
padding-right:0;
margin-right:0;
}
}
}
}
}
#sidebar-in-the-media {
h1 {
color: #0e7cd8;
font-size: 18px;
line-height: 1.25em;
text-decoration: underline;
margin-bottom:5px;
margin-top:0;
margin-top:15px;
&:hover {
color:#23527c;
}
}
li {
margin-bottom:30px;
&:nth-child(4) {
margin-bottom:20px;
}
}
}
}
}
/* ++++++++++++++++ Page with Sidebar (3/4 Level Nav) ++++++++++++++++ */
#page-page {
#nav-secondary {
background-color:#F7F7F7;
border:1px solid #E7E7E7;
border-radius: 4px;
padding:0px;
margin-top:40px;
.nav.nav-pills.nav-stacked {
.active {
a {
background-color: #ce952e;
border-radius:0px;
}
&:nth-child(1) {
a {
border-radius:3px 3px 0px 0px;
}
}
&:nth-last-child(1) {
a {
border-radius:0px 0px 3px 3px;
}
}
}
}
}
h1.entry-title {
text-transform: uppercase;
position: relative;
font-size:$widget-title-size !important;
margin-bottom:30px;
&:after {
content: '';
display: block;
position: absolute;
width: 47px;
bottom:-9px;
left: 0px;
border: 2.7px solid #E9D3AA;
}
}
}
/* ++++++++++++++++ Directory ++++++++++++++++ */
#page-people {
margin-top:45px;
.directory-person {
margin:15px 0px;
.directory-face-wrap {
min-height:115px;
@media (max-width:767px) {
min-height:0px;
}
.directory-photo {
position: absolute;
left:15px;
@media (max-width:767px) {
position:relative;
left:0;
}
}
.directory-name-title-wrap {
@media (max-width:767px) {
margin-bottom: 10px;
margin-top:10px;
}
.directory-name {
font-size:20px;
font-weight: 500;
margin-left: 140px;
@media (max-width:767px) {
margin-left: 0px;
}
}
.directory-title {
font-style: italic;
margin-left: 140px;
@media (max-width:767px) {
margin-left: 0px;
}
}
.directory-expertise{
margin-left: 140px;
@media (max-width:767px) {
margin-left: 0px;
}
.expertise {
font-weight: 500;
color:$gold;
}
}
}
}
.directory-contact-wrap {
margin-top:37px;
@media (max-width:767px) {
margin-top: 0px;
margin-bottom:10px;
}
.directory-phone {
font-weight: 500;
}
}
.directory-office-wrap {
margin-top:37px;
@media (max-width:767px) {
margin-top: 0px;
margin-bottom:30px;
}
.directory-officeLabel {
font-weight: 500;
}
}
}
h1.page-title {
text-transform: uppercase;
position: relative;
&:after {
content: '';
display: block;
position: absolute;
width: 47px;
bottom:-9px;
left: 0px;
border: 2.7px solid #E9D3AA;
}
}
#directory-dropdown {
margin-bottom: 20px;
.col-sm-5 {
padding-left:0px;
.form-control {
background: rgb(244,244,244);
background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(230,230,230,1) 100%);
background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(230,230,230,1) 100%);
background: linear-gradient(to bottom, rgba(244,244,244,1) 0%,rgba(230,230,230,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e6e6e6',GradientType=0 );
border:1px solid #d9d9d9;
box-shadow:none !important;
padding: 6px 12px 4px;
}
}
}
.directory-anchor-nav {
margin-bottom:25px;
word-wrap:break-word;
a {
padding:0px 0.75%;
color:#333;
font-weight:500;
}
}
}
/* ++++++++++++++++ Single Person - People Page ++++++++++++++++ */
body.single-person {
.col-sm-4 {
margin-top:27px;
}
}
/* ++++++++++++++++ Content ++++++++++++++++ */
#content {
.btn {
text-transform: uppercase !important;
padding-bottom: 4px !important;
text-align: left !important;
&.arrow {
text-align: left !important;
&:after {
content: "";
float: right;
font-size: 33px;
margin-bottom: -10px !important;
margin-top: -17px;
padding-left:30px;
}
&:hover {
}
}
&.btn-success {
&:hover {
color:white !important;
}
}
}
.dropdown-menu {
}
}
.entry-content {
margin-top:0px;
}
.metaslider {
.flexslider {
margin:0px !important;
}
}
.category-neag-in-the-media {
.glyphicon-new-window::before {
display:none;
}
}
.siteorigin-panels-stretch .panel-grid-cell {
margin-bottom:0;
}
.navigation {
.page-numbers {
padding-left:5px;
padding-right:5px;
}
.prev.page-numbers {
text-transform: uppercase;
padding-left:0px;
}
.next.page-numbers {
text-transform: uppercase;
}
}
#social-buttons {
a {
margin-right:10px;
img {
margin-right: 0.5em;
margin-top: -1px;
width: 20px;
}
}
}
.subpage {
.widget {
.widget-title {
margin-bottom:35px;
}
.uc-cal {
.uc-cal-item {
margin-top:2em !important;
.uc-cal-event {
color:#0e7cd8 !important;
&:hover {
text-decoration:none !important;
color:#0e7cd8 !important;
}
.uc-cal-event-title {
text-decoration: underline !important;
font-weight: 500 !important;
&:hover {
color:#000F30 !important;
}
}
.uc-cal-event-date {
border:1px solid #000f30 !important;
}
}
abbr[title], abbr[data-original-title] {
cursor: inherit;
}
}
}
.uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date {
.uc-cal-event-month {
border-color:transparent !important;
border:0!important;
background-color:#000f30 !important;
font-size: 12px !important;
font-weight: 500 !important;
padding-top: 2px !important;
color:white !important;
}
.uc-cal-event-day {
border-color:transparent!important;
border:0!important;
background-color:white !important;
padding:4px 0 1px !important;
font-size: 20px !important;
font-weight: 500 !important;
}
}
}
}
#accordion {
h4.panel-title {
padding-top:3px;
a {
text-decoration: none;
}
}
.panel-body {
padding:15px 25px;
ul, ol {
padding-left:30px;
li {
margin-bottom:5px;
}
}
}
a.accordion-closed:after {
content:'\E224';
font-family: "Glyphicons Regular";
font-size:13px;
float:right;
margin-top:1px;
}
a.accordion-closed {
&.accordion-open:after {
content:'\E602';
font-family: "Glyphicons Regular";
font-size:13px;
float:right;
margin-top:1px;
}
&.accordion-open.collapsed:after {
content:'\E224';
font-family: "Glyphicons Regular";
font-size:13px;
float:right;
margin-top:1px;
}
}
}
#page #content .widget .btn:hover {
&.btn-primary{
color:white !important;
}
&.btn-success{
color:white !important;
}
&.btn-warning{
color:white !important;
}
&.btn-danger{
color:white !important;
}
&.btn-info{
color:white !important;
}
}
#accordion a.accordion-closed.accordion-open.collapsed::after,#accordion a.accordion-closed.accordion-open::after,#accordion a.accordion-closed::after {
margin-top:-16px
}
@media (min-width:1200px) {
.cat-item.cat-item-855 a {
font-size:11px!important
}
}