/*
Theme Name:		NDN Collective
Theme URI:		https://ndncollective.org
Template:		digima
Author:			NDN Collective
Author URI:		https://ndncollective.org
Version:		1.0.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:	digima
Tags:			one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, flexible-header, custom-colors, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

*/

body {
    font-family:'azo-sans-web', sans-serif;
}

p {
    font-family:'azo-sans-web', sans-serif;
}

.single-career h1 {
    font-size:45px;
    color:rgb(195, 20, 37);
}

.single-career h2 {
    font-size:36px;
    margin: 0;
}

.single-career li {
    font-family: "azo-sans-web", sans-serif;
}

.single-career h1,
.single-career h2 {
    font-family: "alternate-gothic-no-1-d", Sans-serif!important;
    line-height:1.1;
    text-transform: uppercase;
}

.single-career h3,
.single-career h4,
.single-career h5,
.single-career h6 {
    font-family:"azo-sans-web", sans-serif!important;
    line-height:1.1;
    margin: 12px 0;
    font-size:20px;
    font-weight:700;
}

.single-career .page-content {
    margin-top:40px;
    margin-bottom:150px;
}

.single-career strong {
    font-weight: 600;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex .ginput_left select,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex .ginput_right input[type="text"],
.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex .ginput_right input[type="email"],
.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex .ginput_right input[type="tel"],
.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex .ginput_right input[type="url"],
.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex .ginput_right textarea,
.gform_wrapper .gform_body .gform_fields .gfield label {
    font-family: 'azo-sans-web', sans-serif!important; /* Avoid using !important */
    font-size:16px;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_label_before_complex,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
    font-family: 'azo-sans-web', sans-serif!important; /* Avoid using !important */
}

.gform_wrapper .gform_footer .gform_button {
    outline: none;
    border: none;
    cursor: pointer;
    padding:10px 20px;
    background-color:rgb(195, 20, 37)!important;
    color:#fff!important;
    text-transform: uppercase!important;
    font-weight:bold!important;
    font-family:"Arial"!important;
    padding: 6px 10px;
    border-radius: 4px;
    margin-top: 10px;
    text-transform: uppercase;
    font-size:14px;
}

.gform_wrapper .gform_body .gform_fields .gfield textarea {
    padding:10px 15px!important;
}

.gform_wrapper .nice-select {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid rgb(104, 110, 119);
    border-radius: 4px;
    font-size: 14px;
    color: #112337;
    margin-bottom: 10px;
    box-shadow: none;
}

.gform_wrapper .nice-select .current {
    color: #112337;
}

.gform_wrapper .nice-select .list {
    border: 1px solid rgb(104, 110, 119);
    border-radius: 4px;
    box-shadow: none;
    width:100%;
}

.career .entry-content ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
}
.career .entry-content ul li {
    margin-bottom: 10px;
}
.career .entry-content ul ul {
    list-style-type: circle;
    list-style-position: outside;
    margin-left: 20px;
}
.career .entry-content ul ul li {
    padding-left:0;
    margin-left: 0px;
    margin-bottom: 0;
}

.career .entry-content ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 20px;
}

.has-drop-cap:not(:focus):first-letter {
    margin:.16em .1em 0 0;
    font-family:'alternate-gothic-no-1-d', sans-serif;
}